Shades of Electric Indigo #6D0CEA
Tints of Electric Indigo #6D0CEA
RGB
CMYK
RGB Variations
Color information
#6D0CEA (or 0x6D0CEA) is known color: Electric Indigo. HEX triplet: 6D, 0C and EA. RGB value is (109,12,234). Sum of RGB (Red+Green+Blue) = 109+12+234=355 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.70% from 355); Green value is 12 (5.08% from 255 or 3.38% from 355); Blue value is 234 (91.80% from 255 or 65.92% from 355); Max value from RGB is 234 - color contains mainly: blue. Hex color #6D0CEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D0CEA is #92F315. Grayscale: #414141. Windows color (decimal): -9630486 or 15338605. OLE color: 15338605.
HSL color Cylindrical-coordinate representation of color #6D0CEA: hue angle of 266.22º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D0CEA is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 12 | 234 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.08 |
| HSL | 266.22º | 0.9% | 0.48% | - |
| HSV(B) | 266.22º | 0.95% | 0.92% | - |
| XYZ | 21.29 | 9.45 | 78.54 | - |
| YUV | 66.31 | 222.64 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 12 | 234 | 0.53 | 0.95 | 0 | 0.08 | 266.22 | 0.9 | 0.48 |
| Hex | 6D | C | EA | 35 | 5F | 0 | 8 | 10A | 5A | 30 |
| Octal | 155 | 14 | 352 | 65 | 137 | 0 | 10 | 412 | 132 | 60 |
| Binary | 1101101 | 1100 | 11101010 | 110101 | 1011111 | 0 | 1000 | 100001010 | 1011010 | 110000 |
Color Harmonies of #6D0CEA
Complementary color
Monochromatic Colors of #6D0CEA
Black with #6D0CEA
Text Example
Text Example
White with #6D0CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0CEA; }
p { color: rgb(109,12,234); }
H1.HeaderClassName
{
color: #6D0CEA;
}
.AnyTagClassName
{
color: #6D0CEA;
}
</style>
background-color css
<style>
a { background-color: #6D0CEA; }
a { background-color: rgb(109,12,234); }
div.DivClassName
{
background-color: #6D0CEA;
}
.BgClassName
{
background-color: #6D0CEA;
}
</style>
border-color css
<style>
span { border-color: #6D0CEA; }
span { border-color: rgb(109,12,234); }
td.TdClassName
{
border-color: #6D0CEA;
}
.TagClassName
{
border-color: #6D0CEA;
}
</style>