Shades of Electric Indigo #6C0CEC
Tints of Electric Indigo #6C0CEC
RGB
CMYK
RGB Variations
Color information
#6C0CEC (or 0x6C0CEC) is known color: Electric Indigo. HEX triplet: 6C, 0C and EC. RGB value is (108,12,236). Sum of RGB (Red+Green+Blue) = 108+12+236=356 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.34% from 356); Green value is 12 (5.08% from 255 or 3.37% from 356); Blue value is 236 (92.58% from 255 or 66.29% from 356); Max value from RGB is 236 - color contains mainly: blue. Hex color #6C0CEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C0CEC is #93F313. Grayscale: #414141. Windows color (decimal): -9696020 or 15469676. OLE color: 15469676.
HSL color Cylindrical-coordinate representation of color #6C0CEC: hue angle of 265.71º 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 #6C0CEC is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 12 | 236 | - |
| CMYK | 0.54 | 0.95 | 0 | 0.07 |
| HSL | 265.71º | 0.9% | 0.49% | - |
| HSV(B) | 265.71º | 0.95% | 0.93% | - |
| XYZ | 21.46 | 9.51 | 80.06 | - |
| YUV | 66.24 | 223.8 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 12 | 236 | 0.54 | 0.95 | 0 | 0.07 | 265.71 | 0.9 | 0.49 |
| Hex | 6C | C | EC | 36 | 5F | 0 | 7 | 10A | 5A | 31 |
| Octal | 154 | 14 | 354 | 66 | 137 | 0 | 7 | 412 | 132 | 61 |
| Binary | 1101100 | 1100 | 11101100 | 110110 | 1011111 | 0 | 111 | 100001010 | 1011010 | 110001 |
Color Harmonies of #6C0CEC
Complementary color
Monochromatic Colors of #6C0CEC
Black with #6C0CEC
Text Example
Text Example
White with #6C0CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0CEC; }
p { color: rgb(108,12,236); }
H1.HeaderClassName
{
color: #6C0CEC;
}
.AnyTagClassName
{
color: #6C0CEC;
}
</style>
background-color css
<style>
a { background-color: #6C0CEC; }
a { background-color: rgb(108,12,236); }
div.DivClassName
{
background-color: #6C0CEC;
}
.BgClassName
{
background-color: #6C0CEC;
}
</style>
border-color css
<style>
span { border-color: #6C0CEC; }
span { border-color: rgb(108,12,236); }
td.TdClassName
{
border-color: #6C0CEC;
}
.TagClassName
{
border-color: #6C0CEC;
}
</style>