Shades of Electric Indigo #6F12F1
Tints of Electric Indigo #6F12F1
RGB
CMYK
RGB Variations
Color information
#6F12F1 (or 0x6F12F1) is known color: Electric Indigo. HEX triplet: 6F, 12 and F1. RGB value is (111,18,241). Sum of RGB (Red+Green+Blue) = 111+18+241=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 18 (7.42% from 255 or 4.86% from 370); Blue value is 241 (94.53% from 255 or 65.14% from 370); Max value from RGB is 241 - color contains mainly: blue. Hex color #6F12F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F12F1 is #90ED0E. Grayscale: #464646. Windows color (decimal): -9497871 or 15798895. OLE color: 15798895.
HSL color Cylindrical-coordinate representation of color #6F12F1: hue angle of 265.02º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F12F1 is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 18 | 241 | - |
| CMYK | 0.54 | 0.93 | 0 | 0.05 |
| HSL | 265.02º | 0.89% | 0.51% | - |
| HSV(B) | 265.02º | 0.93% | 0.95% | - |
| XYZ | 22.65 | 10.16 | 83.99 | - |
| YUV | 71.23 | 223.81 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 18 | 241 | 0.54 | 0.93 | 0 | 0.05 | 265.02 | 0.89 | 0.51 |
| Hex | 6F | 12 | F1 | 36 | 5D | 0 | 5 | 109 | 59 | 33 |
| Octal | 157 | 22 | 361 | 66 | 135 | 0 | 5 | 411 | 131 | 63 |
| Binary | 1101111 | 10010 | 11110001 | 110110 | 1011101 | 0 | 101 | 100001001 | 1011001 | 110011 |
Color Harmonies of #6F12F1
Complementary color
Monochromatic Colors of #6F12F1
Black with #6F12F1
Text Example
Text Example
White with #6F12F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F12F1; }
p { color: rgb(111,18,241); }
H1.HeaderClassName
{
color: #6F12F1;
}
.AnyTagClassName
{
color: #6F12F1;
}
</style>
background-color css
<style>
a { background-color: #6F12F1; }
a { background-color: rgb(111,18,241); }
div.DivClassName
{
background-color: #6F12F1;
}
.BgClassName
{
background-color: #6F12F1;
}
</style>
border-color css
<style>
span { border-color: #6F12F1; }
span { border-color: rgb(111,18,241); }
td.TdClassName
{
border-color: #6F12F1;
}
.TagClassName
{
border-color: #6F12F1;
}
</style>