Shades of Electric Indigo #6F0EFB
Tints of Electric Indigo #6F0EFB
RGB
CMYK
RGB Variations
Color information
#6F0EFB (or 0x6F0EFB) is known color: Electric Indigo. HEX triplet: 6F, 0E and FB. RGB value is (111,14,251). Sum of RGB (Red+Green+Blue) = 111+14+251=376 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.52% from 376); Green value is 14 (5.86% from 255 or 3.72% from 376); Blue value is 251 (98.44% from 255 or 66.76% from 376); Max value from RGB is 251 - color contains mainly: blue. Hex color #6F0EFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F0EFB is #90F104. Grayscale: #454545. Windows color (decimal): -9498885 or 16453231. OLE color: 16453231.
HSL color Cylindrical-coordinate representation of color #6F0EFB: hue angle of 264.56º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F0EFB is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 14 | 251 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.02 |
| HSL | 264.56º | 0.97% | 0.52% | - |
| HSV(B) | 264.56º | 0.94% | 0.98% | - |
| XYZ | 24.13 | 10.66 | 92.05 | - |
| YUV | 70.02 | 230.14 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 14 | 251 | 0.56 | 0.94 | 0 | 0.02 | 264.56 | 0.97 | 0.52 |
| Hex | 6F | E | FB | 38 | 5E | 0 | 2 | 109 | 61 | 34 |
| Octal | 157 | 16 | 373 | 70 | 136 | 0 | 2 | 411 | 141 | 64 |
| Binary | 1101111 | 1110 | 11111011 | 111000 | 1011110 | 0 | 10 | 100001001 | 1100001 | 110100 |
Color Harmonies of #6F0EFB
Complementary color
Monochromatic Colors of #6F0EFB
Black with #6F0EFB
Text Example
Text Example
White with #6F0EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0EFB; }
p { color: rgb(111,14,251); }
H1.HeaderClassName
{
color: #6F0EFB;
}
.AnyTagClassName
{
color: #6F0EFB;
}
</style>
background-color css
<style>
a { background-color: #6F0EFB; }
a { background-color: rgb(111,14,251); }
div.DivClassName
{
background-color: #6F0EFB;
}
.BgClassName
{
background-color: #6F0EFB;
}
</style>
border-color css
<style>
span { border-color: #6F0EFB; }
span { border-color: rgb(111,14,251); }
td.TdClassName
{
border-color: #6F0EFB;
}
.TagClassName
{
border-color: #6F0EFB;
}
</style>