rgb(109, 24, 170)
- In a RGB color space, hex #6d18aa color is composed of 43% red, 9% green, and 67% blue.
- In a CMYK color space, it is consist of 36% cyan, 86% magenta, 0% yellow and 33% black.
- In web design, the web safe color for #6d18aa is #660099. The complementary color of #6d18aa is #54aa18.
#6d18aa Color Conversion
Hex Color #6d18aa RGB value, CMYK value, HSL value, HSV value...
Color Schemes with #6d18aa
-
#6d18aa
#6d18aa
-
#54aa18
#54aa18
-
#b78cd5
#b78cd5
-
#aad58c
#aad58c
-
#51127f
#51127f
-
#3f7f12
#3f7f12
-
#89699f
#89699f
-
#7f9f69
#7f9f69
Two colors (#6d18aa,#54aa18) that are on opposite sides of the color wheel. This combination provides a high contrast and high impact color combination – together, these colors will appear brighter and more prominent.
In Grayscale mode, there are only gray tones, which include 256 different shades of gray ranging from black to white. In a grayscale file, the color saturation of the image is 0, and brightness is the only option that can affect the grayscale image.
Three colors that are evenly spaced on the color wheel. This provides a high contrast color scheme, but less so than the complementary color combination — making it more versatile. This combination creates bold, vibrant color palettes.
Three colors that are side by side on the color wheel. This color combination is versatile, but can be overwhelming. To balance an analogous color scheme, choose one dominant color, and use the others as accents.
-
#6d18aa
#6d18aa
-
#b78cd5
#b78cd5
-
#370c55
#370c55
-
#dbc5e9
#dbc5e9
-
#51127f
#51127f
-
#89699f
#89699f
-
#29093f
#29093f
-
#a493ae
#a493ae
Three shades, tones and tints of one base color. Provides a subtle and conservative color combination. This is a versatile color combination that is easy to apply to design projects for a harmonious look.
Shades and Tints of #6d18aa
-
#6d18aa
#6d18aa
-
#621699
#621699
-
#571388
#571388
-
#4C1177
#4C1177
-
#410E66
#410E66
-
#370C55
#370C55
-
#2C0A44
#2C0A44
-
#210733
#210733
-
#160522
#160522
-
#0B0211
#0B0211
-
#000000
#000000
A shade is created by adding black to a base hue, darkening the color. This creates a deeper, richer color. Shades can be quite dramatic and can be overpowering.
-
#6d18aa
#6d18aa
-
#7C2FB3
#7C2FB3
-
#8A46BB
#8A46BB
-
#995DC4
#995DC4
-
#A774CC
#A774CC
-
#B68CD5
#B68CD5
-
#C5A3DD
#C5A3DD
-
#D3BAE6
#D3BAE6
-
#E2D1EE
#E2D1EE
-
#F0E8F7
#F0E8F7
-
#FBF8FC
#FBF8FC
A tint is created by adding white to a base hue, lightening the color. This can make a color less intense, and is useful when balancing more vivid color combinations.
Random Colors
HTML Code & CSS
#6d18aa Color Preview on Black Background
#6d18aa Color Preview on White Background
<span style="color:#6d18aa;">Text here</span>
#6d18aa Background Color
#6d18aa Background Color
<p style="background-color:#6d18aa;">Text here</p>
#6d18aa Border Color
<div style="border:1px solid #6d18aa;">Text here</div>
<style>.text {color:#6d18aa;}
.background {background-color:#6d18aa;}
.border {border:1px solid #6d18aa;}</style>