Shades of Electric Indigo #6E10EA
Tints of Electric Indigo #6E10EA
RGB
CMYK
RGB Variations
Color information
#6E10EA (or 0x6E10EA) is known color: Electric Indigo. HEX triplet: 6E, 10 and EA. RGB value is (110,16,234). Sum of RGB (Red+Green+Blue) = 110+16+234=360 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.56% from 360); Green value is 16 (6.64% from 255 or 4.44% from 360); Blue value is 234 (91.80% from 255 or 65% from 360); Max value from RGB is 234 - color contains mainly: blue. Hex color #6E10EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E10EA is #91EF15. Grayscale: #444444. Windows color (decimal): -9563926 or 15339630. OLE color: 15339630.
HSL color Cylindrical-coordinate representation of color #6E10EA: hue angle of 265.87º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6E10EA is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 16 | 234 | - |
| CMYK | 0.53 | 0.93 | 0 | 0.08 |
| HSL | 265.87º | 0.87% | 0.49% | - |
| HSV(B) | 265.87º | 0.93% | 0.92% | - |
| XYZ | 21.47 | 9.63 | 78.57 | - |
| YUV | 68.96 | 221.14 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 16 | 234 | 0.53 | 0.93 | 0 | 0.08 | 265.87 | 0.87 | 0.49 |
| Hex | 6E | 10 | EA | 35 | 5D | 0 | 8 | 10A | 57 | 31 |
| Octal | 156 | 20 | 352 | 65 | 135 | 0 | 10 | 412 | 127 | 61 |
| Binary | 1101110 | 10000 | 11101010 | 110101 | 1011101 | 0 | 1000 | 100001010 | 1010111 | 110001 |
Color Harmonies of #6E10EA
Complementary color
Monochromatic Colors of #6E10EA
Black with #6E10EA
Text Example
Text Example
White with #6E10EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E10EA; }
p { color: rgb(110,16,234); }
H1.HeaderClassName
{
color: #6E10EA;
}
.AnyTagClassName
{
color: #6E10EA;
}
</style>
background-color css
<style>
a { background-color: #6E10EA; }
a { background-color: rgb(110,16,234); }
div.DivClassName
{
background-color: #6E10EA;
}
.BgClassName
{
background-color: #6E10EA;
}
</style>
border-color css
<style>
span { border-color: #6E10EA; }
span { border-color: rgb(110,16,234); }
td.TdClassName
{
border-color: #6E10EA;
}
.TagClassName
{
border-color: #6E10EA;
}
</style>