Shades of Electric Indigo #6D0AEA
Tints of Electric Indigo #6D0AEA
RGB
CMYK
RGB Variations
Color information
#6D0AEA (or 0x6D0AEA) is known color: Electric Indigo. HEX triplet: 6D, 0A and EA. RGB value is (109,10,234). Sum of RGB (Red+Green+Blue) = 109+10+234=353 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.88% from 353); Green value is 10 (4.30% from 255 or 2.83% from 353); Blue value is 234 (91.80% from 255 or 66.29% from 353); Max value from RGB is 234 - color contains mainly: blue. Hex color #6D0AEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D0AEA is #92F515. Grayscale: #404040. Windows color (decimal): -9630998 or 15338093. OLE color: 15338093.
HSL color Cylindrical-coordinate representation of color #6D0AEA: hue angle of 266.52º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D0AEA is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 10 | 234 | - |
| CMYK | 0.53 | 0.96 | 0 | 0.08 |
| HSL | 266.52º | 0.92% | 0.48% | - |
| HSV(B) | 266.52º | 0.96% | 0.92% | - |
| XYZ | 21.27 | 9.41 | 78.54 | - |
| YUV | 65.14 | 223.3 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 10 | 234 | 0.53 | 0.96 | 0 | 0.08 | 266.52 | 0.92 | 0.48 |
| Hex | 6D | A | EA | 35 | 60 | 0 | 8 | 10B | 5C | 30 |
| Octal | 155 | 12 | 352 | 65 | 140 | 0 | 10 | 413 | 134 | 60 |
| Binary | 1101101 | 1010 | 11101010 | 110101 | 1100000 | 0 | 1000 | 100001011 | 1011100 | 110000 |
Color Harmonies of #6D0AEA
Complementary color
Monochromatic Colors of #6D0AEA
Black with #6D0AEA
Text Example
Text Example
White with #6D0AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0AEA; }
p { color: rgb(109,10,234); }
H1.HeaderClassName
{
color: #6D0AEA;
}
.AnyTagClassName
{
color: #6D0AEA;
}
</style>
background-color css
<style>
a { background-color: #6D0AEA; }
a { background-color: rgb(109,10,234); }
div.DivClassName
{
background-color: #6D0AEA;
}
.BgClassName
{
background-color: #6D0AEA;
}
</style>
border-color css
<style>
span { border-color: #6D0AEA; }
span { border-color: rgb(109,10,234); }
td.TdClassName
{
border-color: #6D0AEA;
}
.TagClassName
{
border-color: #6D0AEA;
}
</style>