Shades of Electric Indigo #6F0CEC
Tints of Electric Indigo #6F0CEC
RGB
CMYK
RGB Variations
Color information
#6F0CEC (or 0x6F0CEC) is known color: Electric Indigo. HEX triplet: 6F, 0C and EC. RGB value is (111,12,236). Sum of RGB (Red+Green+Blue) = 111+12+236=359 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.92% from 359); Green value is 12 (5.08% from 255 or 3.34% from 359); Blue value is 236 (92.58% from 255 or 65.74% from 359); Max value from RGB is 236 - color contains mainly: blue. Hex color #6F0CEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F0CEC is #90F313. Grayscale: #424242. Windows color (decimal): -9499412 or 15469679. OLE color: 15469679.
HSL color Cylindrical-coordinate representation of color #6F0CEC: hue angle of 266.52º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F0CEC is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 12 | 236 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.07 |
| HSL | 266.52º | 0.9% | 0.49% | - |
| HSV(B) | 266.52º | 0.95% | 0.93% | - |
| XYZ | 21.83 | 9.7 | 80.08 | - |
| YUV | 67.14 | 223.3 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 12 | 236 | 0.53 | 0.95 | 0 | 0.07 | 266.52 | 0.9 | 0.49 |
| Hex | 6F | C | EC | 35 | 5F | 0 | 7 | 10B | 5A | 31 |
| Octal | 157 | 14 | 354 | 65 | 137 | 0 | 7 | 413 | 132 | 61 |
| Binary | 1101111 | 1100 | 11101100 | 110101 | 1011111 | 0 | 111 | 100001011 | 1011010 | 110001 |
Color Harmonies of #6F0CEC
Complementary color
Monochromatic Colors of #6F0CEC
Black with #6F0CEC
Text Example
Text Example
White with #6F0CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0CEC; }
p { color: rgb(111,12,236); }
H1.HeaderClassName
{
color: #6F0CEC;
}
.AnyTagClassName
{
color: #6F0CEC;
}
</style>
background-color css
<style>
a { background-color: #6F0CEC; }
a { background-color: rgb(111,12,236); }
div.DivClassName
{
background-color: #6F0CEC;
}
.BgClassName
{
background-color: #6F0CEC;
}
</style>
border-color css
<style>
span { border-color: #6F0CEC; }
span { border-color: rgb(111,12,236); }
td.TdClassName
{
border-color: #6F0CEC;
}
.TagClassName
{
border-color: #6F0CEC;
}
</style>