Shades of Electric Indigo #6F0EEA
Tints of Electric Indigo #6F0EEA
RGB
CMYK
RGB Variations
Color information
#6F0EEA (or 0x6F0EEA) is known color: Electric Indigo. HEX triplet: 6F, 0E and EA. RGB value is (111,14,234). Sum of RGB (Red+Green+Blue) = 111+14+234=359 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.92% from 359); Green value is 14 (5.86% from 255 or 3.90% from 359); Blue value is 234 (91.80% from 255 or 65.18% from 359); Max value from RGB is 234 - color contains mainly: blue. Hex color #6F0EEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F0EEA is #90F115. Grayscale: #434343. Windows color (decimal): -9498902 or 15339119. OLE color: 15339119.
HSL color Cylindrical-coordinate representation of color #6F0EEA: hue angle of 266.45º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F0EEA is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 14 | 234 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.08 |
| HSL | 266.45º | 0.89% | 0.49% | - |
| HSV(B) | 266.45º | 0.94% | 0.92% | - |
| XYZ | 21.56 | 9.63 | 78.56 | - |
| YUV | 68.08 | 221.64 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 14 | 234 | 0.53 | 0.94 | 0 | 0.08 | 266.45 | 0.89 | 0.49 |
| Hex | 6F | E | EA | 35 | 5E | 0 | 8 | 10A | 59 | 31 |
| Octal | 157 | 16 | 352 | 65 | 136 | 0 | 10 | 412 | 131 | 61 |
| Binary | 1101111 | 1110 | 11101010 | 110101 | 1011110 | 0 | 1000 | 100001010 | 1011001 | 110001 |
Color Harmonies of #6F0EEA
Complementary color
Monochromatic Colors of #6F0EEA
Black with #6F0EEA
Text Example
Text Example
White with #6F0EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0EEA; }
p { color: rgb(111,14,234); }
H1.HeaderClassName
{
color: #6F0EEA;
}
.AnyTagClassName
{
color: #6F0EEA;
}
</style>
background-color css
<style>
a { background-color: #6F0EEA; }
a { background-color: rgb(111,14,234); }
div.DivClassName
{
background-color: #6F0EEA;
}
.BgClassName
{
background-color: #6F0EEA;
}
</style>
border-color css
<style>
span { border-color: #6F0EEA; }
span { border-color: rgb(111,14,234); }
td.TdClassName
{
border-color: #6F0EEA;
}
.TagClassName
{
border-color: #6F0EEA;
}
</style>