Shades of Electric Indigo #6F0FEC
Tints of Electric Indigo #6F0FEC
RGB
CMYK
RGB Variations
Color information
#6F0FEC (or 0x6F0FEC) is known color: Electric Indigo. HEX triplet: 6F, 0F and EC. RGB value is (111,15,236). Sum of RGB (Red+Green+Blue) = 111+15+236=362 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.66% from 362); Green value is 15 (6.25% from 255 or 4.14% from 362); Blue value is 236 (92.58% from 255 or 65.19% from 362); Max value from RGB is 236 - color contains mainly: blue. Hex color #6F0FEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F0FEC is #90F013. Grayscale: #444444. Windows color (decimal): -9498644 or 15470447. OLE color: 15470447.
HSL color Cylindrical-coordinate representation of color #6F0FEC: hue angle of 266.06º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F0FEC is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 15 | 236 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.07 |
| HSL | 266.06º | 0.88% | 0.49% | - |
| HSV(B) | 266.06º | 0.94% | 0.93% | - |
| XYZ | 21.87 | 9.78 | 80.09 | - |
| YUV | 68.9 | 222.3 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 15 | 236 | 0.53 | 0.94 | 0 | 0.07 | 266.06 | 0.88 | 0.49 |
| Hex | 6F | F | EC | 35 | 5E | 0 | 7 | 10A | 58 | 31 |
| Octal | 157 | 17 | 354 | 65 | 136 | 0 | 7 | 412 | 130 | 61 |
| Binary | 1101111 | 1111 | 11101100 | 110101 | 1011110 | 0 | 111 | 100001010 | 1011000 | 110001 |
Color Harmonies of #6F0FEC
Complementary color
Monochromatic Colors of #6F0FEC
Black with #6F0FEC
Text Example
Text Example
White with #6F0FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0FEC; }
p { color: rgb(111,15,236); }
H1.HeaderClassName
{
color: #6F0FEC;
}
.AnyTagClassName
{
color: #6F0FEC;
}
</style>
background-color css
<style>
a { background-color: #6F0FEC; }
a { background-color: rgb(111,15,236); }
div.DivClassName
{
background-color: #6F0FEC;
}
.BgClassName
{
background-color: #6F0FEC;
}
</style>
border-color css
<style>
span { border-color: #6F0FEC; }
span { border-color: rgb(111,15,236); }
td.TdClassName
{
border-color: #6F0FEC;
}
.TagClassName
{
border-color: #6F0FEC;
}
</style>