Shades of Electric Indigo #6E0AEF
Tints of Electric Indigo #6E0AEF
RGB
CMYK
RGB Variations
Color information
#6E0AEF (or 0x6E0AEF) is known color: Electric Indigo. HEX triplet: 6E, 0A and EF. RGB value is (110,10,239). Sum of RGB (Red+Green+Blue) = 110+10+239=359 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.64% from 359); Green value is 10 (4.30% from 255 or 2.79% from 359); Blue value is 239 (93.75% from 255 or 66.57% from 359); Max value from RGB is 239 - color contains mainly: blue. Hex color #6E0AEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E0AEF is #91F510. Grayscale: #414141. Windows color (decimal): -9565457 or 15665774. OLE color: 15665774.
HSL color Cylindrical-coordinate representation of color #6E0AEF: hue angle of 266.2º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6E0AEF is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 110 | 10 | 239 | - |
| CMYK | 0.54 | 0.96 | 0 | 0.06 |
| HSL | 266.2º | 0.92% | 0.49% | - |
| HSV(B) | 266.2º | 0.96% | 0.94% | - |
| XYZ | 22.12 | 9.76 | 82.38 | - |
| YUV | 66.01 | 225.63 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 10 | 239 | 0.54 | 0.96 | 0 | 0.06 | 266.2 | 0.92 | 0.49 |
| Hex | 6E | A | EF | 36 | 60 | 0 | 6 | 10A | 5C | 31 |
| Octal | 156 | 12 | 357 | 66 | 140 | 0 | 6 | 412 | 134 | 61 |
| Binary | 1101110 | 1010 | 11101111 | 110110 | 1100000 | 0 | 110 | 100001010 | 1011100 | 110001 |
Color Harmonies of #6E0AEF
Complementary color
Monochromatic Colors of #6E0AEF
Black with #6E0AEF
Text Example
Text Example
White with #6E0AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0AEF; }
p { color: rgb(110,10,239); }
H1.HeaderClassName
{
color: #6E0AEF;
}
.AnyTagClassName
{
color: #6E0AEF;
}
</style>
background-color css
<style>
a { background-color: #6E0AEF; }
a { background-color: rgb(110,10,239); }
div.DivClassName
{
background-color: #6E0AEF;
}
.BgClassName
{
background-color: #6E0AEF;
}
</style>
border-color css
<style>
span { border-color: #6E0AEF; }
span { border-color: rgb(110,10,239); }
td.TdClassName
{
border-color: #6E0AEF;
}
.TagClassName
{
border-color: #6E0AEF;
}
</style>