Shades of Electric Indigo #6F0CFE
Tints of Electric Indigo #6F0CFE
RGB
CMYK
RGB Variations
Color information
#6F0CFE (or 0x6F0CFE) is known color: Electric Indigo. HEX triplet: 6F, 0C and FE. RGB value is (111,12,254). Sum of RGB (Red+Green+Blue) = 111+12+254=377 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.44% from 377); Green value is 12 (5.08% from 255 or 3.18% from 377); Blue value is 254 (99.61% from 255 or 67.37% from 377); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F0CFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F0CFE is #90F301. Grayscale: #444444. Windows color (decimal): -9499394 or 16649327. OLE color: 16649327.
HSL color Cylindrical-coordinate representation of color #6F0CFE: hue angle of 264.55º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F0CFE is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 12 | 254 | - |
| CMYK | 0.56 | 0.95 | 0 | 0.00 |
| HSL | 264.55º | 0.99% | 0.52% | - |
| HSV(B) | 264.55º | 0.95% | 1% | - |
| XYZ | 24.58 | 10.8 | 94.55 | - |
| YUV | 69.19 | 232.3 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 12 | 254 | 0.56 | 0.95 | 0 | 0.00 | 264.55 | 0.99 | 0.52 |
| Hex | 6F | C | FE | 38 | 5F | 0 | 0 | 109 | 63 | 34 |
| Octal | 157 | 14 | 376 | 70 | 137 | 0 | 0 | 411 | 143 | 64 |
| Binary | 1101111 | 1100 | 11111110 | 111000 | 1011111 | 0 | 0 | 100001001 | 1100011 | 110100 |
Color Harmonies of #6F0CFE
Complementary color
Monochromatic Colors of #6F0CFE
Black with #6F0CFE
Text Example
Text Example
White with #6F0CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0CFE; }
p { color: rgb(111,12,254); }
H1.HeaderClassName
{
color: #6F0CFE;
}
.AnyTagClassName
{
color: #6F0CFE;
}
</style>
background-color css
<style>
a { background-color: #6F0CFE; }
a { background-color: rgb(111,12,254); }
div.DivClassName
{
background-color: #6F0CFE;
}
.BgClassName
{
background-color: #6F0CFE;
}
</style>
border-color css
<style>
span { border-color: #6F0CFE; }
span { border-color: rgb(111,12,254); }
td.TdClassName
{
border-color: #6F0CFE;
}
.TagClassName
{
border-color: #6F0CFE;
}
</style>