Shades of Electric Indigo #6F12FF
Tints of Electric Indigo #6F12FF
RGB
CMYK
RGB Variations
Color information
#6F12FF (or 0x6F12FF) is known color: Electric Indigo. HEX triplet: 6F, 12 and FF. RGB value is (111,18,255). Sum of RGB (Red+Green+Blue) = 111+18+255=384 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.91% from 384); Green value is 18 (7.42% from 255 or 4.69% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F12FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F12FF is #90ED00. Grayscale: #474747. Windows color (decimal): -9497857 or 16716399. OLE color: 16716399.
HSL color Cylindrical-coordinate representation of color #6F12FF: hue angle of 263.54º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F12FF is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 18 | 255 | - |
| CMYK | 0.56 | 0.93 | 0 | 0 |
| HSL | 263.54º | 1% | 0.54% | - |
| HSV(B) | 263.54º | 0.93% | 1% | - |
| XYZ | 24.82 | 11.03 | 95.43 | - |
| YUV | 72.83 | 230.81 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 18 | 255 | 0.56 | 0.93 | 0 | 0 | 263.54 | 1 | 0.54 |
| Hex | 6F | 12 | FF | 38 | 5D | 0 | 0 | 108 | 64 | 36 |
| Octal | 157 | 22 | 377 | 70 | 135 | 0 | 0 | 410 | 144 | 66 |
| Binary | 1101111 | 10010 | 11111111 | 111000 | 1011101 | 0 | 0 | 100001000 | 1100100 | 110110 |
Color Harmonies of #6F12FF
Complementary color
Monochromatic Colors of #6F12FF
Black with #6F12FF
Text Example
Text Example
White with #6F12FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F12FF; }
p { color: rgb(111,18,255); }
H1.HeaderClassName
{
color: #6F12FF;
}
.AnyTagClassName
{
color: #6F12FF;
}
</style>
background-color css
<style>
a { background-color: #6F12FF; }
a { background-color: rgb(111,18,255); }
div.DivClassName
{
background-color: #6F12FF;
}
.BgClassName
{
background-color: #6F12FF;
}
</style>
border-color css
<style>
span { border-color: #6F12FF; }
span { border-color: rgb(111,18,255); }
td.TdClassName
{
border-color: #6F12FF;
}
.TagClassName
{
border-color: #6F12FF;
}
</style>