Shades of Electric Indigo #6F0EFC
Tints of Electric Indigo #6F0EFC
RGB
CMYK
RGB Variations
Color information
#6F0EFC (or 0x6F0EFC) is known color: Electric Indigo. HEX triplet: 6F, 0E and FC. RGB value is (111,14,252). Sum of RGB (Red+Green+Blue) = 111+14+252=377 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.44% from 377); Green value is 14 (5.86% from 255 or 3.71% from 377); Blue value is 252 (98.83% from 255 or 66.84% from 377); Max value from RGB is 252 - color contains mainly: blue. Hex color #6F0EFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F0EFC is #90F103. Grayscale: #454545. Windows color (decimal): -9498884 or 16518767. OLE color: 16518767.
HSL color Cylindrical-coordinate representation of color #6F0EFC: hue angle of 264.45º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F0EFC is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 14 | 252 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.01 |
| HSL | 264.45º | 0.98% | 0.52% | - |
| HSV(B) | 264.45º | 0.94% | 0.99% | - |
| XYZ | 24.28 | 10.72 | 92.89 | - |
| YUV | 70.14 | 230.64 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 14 | 252 | 0.56 | 0.94 | 0 | 0.01 | 264.45 | 0.98 | 0.52 |
| Hex | 6F | E | FC | 38 | 5E | 0 | 1 | 108 | 62 | 34 |
| Octal | 157 | 16 | 374 | 70 | 136 | 0 | 1 | 410 | 142 | 64 |
| Binary | 1101111 | 1110 | 11111100 | 111000 | 1011110 | 0 | 1 | 100001000 | 1100010 | 110100 |
Color Harmonies of #6F0EFC
Complementary color
Monochromatic Colors of #6F0EFC
Black with #6F0EFC
Text Example
Text Example
White with #6F0EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0EFC; }
p { color: rgb(111,14,252); }
H1.HeaderClassName
{
color: #6F0EFC;
}
.AnyTagClassName
{
color: #6F0EFC;
}
</style>
background-color css
<style>
a { background-color: #6F0EFC; }
a { background-color: rgb(111,14,252); }
div.DivClassName
{
background-color: #6F0EFC;
}
.BgClassName
{
background-color: #6F0EFC;
}
</style>
border-color css
<style>
span { border-color: #6F0EFC; }
span { border-color: rgb(111,14,252); }
td.TdClassName
{
border-color: #6F0EFC;
}
.TagClassName
{
border-color: #6F0EFC;
}
</style>