Shades of Electric Indigo #6F0EEF
Tints of Electric Indigo #6F0EEF
RGB
CMYK
RGB Variations
Color information
#6F0EEF (or 0x6F0EEF) is known color: Electric Indigo. HEX triplet: 6F, 0E and EF. RGB value is (111,14,239). Sum of RGB (Red+Green+Blue) = 111+14+239=364 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.49% from 364); Green value is 14 (5.86% from 255 or 3.85% from 364); Blue value is 239 (93.75% from 255 or 65.66% from 364); Max value from RGB is 239 - color contains mainly: blue. Hex color #6F0EEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F0EEF is #90F110. Grayscale: #434343. Windows color (decimal): -9498897 or 15666799. OLE color: 15666799.
HSL color Cylindrical-coordinate representation of color #6F0EEF: hue angle of 265.87º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F0EEF is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 14 | 239 | - |
| CMYK | 0.54 | 0.94 | 0 | 0.06 |
| HSL | 265.87º | 0.89% | 0.5% | - |
| HSV(B) | 265.87º | 0.94% | 0.94% | - |
| XYZ | 22.29 | 9.93 | 82.4 | - |
| YUV | 68.65 | 224.14 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 14 | 239 | 0.54 | 0.94 | 0 | 0.06 | 265.87 | 0.89 | 0.5 |
| Hex | 6F | E | EF | 36 | 5E | 0 | 6 | 10A | 59 | 32 |
| Octal | 157 | 16 | 357 | 66 | 136 | 0 | 6 | 412 | 131 | 62 |
| Binary | 1101111 | 1110 | 11101111 | 110110 | 1011110 | 0 | 110 | 100001010 | 1011001 | 110010 |
Color Harmonies of #6F0EEF
Complementary color
Monochromatic Colors of #6F0EEF
Black with #6F0EEF
Text Example
Text Example
White with #6F0EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0EEF; }
p { color: rgb(111,14,239); }
H1.HeaderClassName
{
color: #6F0EEF;
}
.AnyTagClassName
{
color: #6F0EEF;
}
</style>
background-color css
<style>
a { background-color: #6F0EEF; }
a { background-color: rgb(111,14,239); }
div.DivClassName
{
background-color: #6F0EEF;
}
.BgClassName
{
background-color: #6F0EEF;
}
</style>
border-color css
<style>
span { border-color: #6F0EEF; }
span { border-color: rgb(111,14,239); }
td.TdClassName
{
border-color: #6F0EEF;
}
.TagClassName
{
border-color: #6F0EEF;
}
</style>