Shades of Electric Indigo #6C0CEF
Tints of Electric Indigo #6C0CEF
RGB
CMYK
RGB Variations
Color information
#6C0CEF (or 0x6C0CEF) is known color: Electric Indigo. HEX triplet: 6C, 0C and EF. RGB value is (108,12,239). Sum of RGB (Red+Green+Blue) = 108+12+239=359 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.08% from 359); Green value is 12 (5.08% from 255 or 3.34% from 359); Blue value is 239 (93.75% from 255 or 66.57% from 359); Max value from RGB is 239 - color contains mainly: blue. Hex color #6C0CEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C0CEF is #93F310. Grayscale: #414141. Windows color (decimal): -9696017 or 15666284. OLE color: 15666284.
HSL color Cylindrical-coordinate representation of color #6C0CEF: hue angle of 265.37º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6C0CEF is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 12 | 239 | - |
| CMYK | 0.55 | 0.95 | 0 | 0.06 |
| HSL | 265.37º | 0.9% | 0.49% | - |
| HSV(B) | 265.37º | 0.95% | 0.94% | - |
| XYZ | 21.9 | 9.68 | 82.38 | - |
| YUV | 66.58 | 225.3 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 12 | 239 | 0.55 | 0.95 | 0 | 0.06 | 265.37 | 0.9 | 0.49 |
| Hex | 6C | C | EF | 37 | 5F | 0 | 6 | 109 | 5A | 31 |
| Octal | 154 | 14 | 357 | 67 | 137 | 0 | 6 | 411 | 132 | 61 |
| Binary | 1101100 | 1100 | 11101111 | 110111 | 1011111 | 0 | 110 | 100001001 | 1011010 | 110001 |
Color Harmonies of #6C0CEF
Complementary color
Monochromatic Colors of #6C0CEF
Black with #6C0CEF
Text Example
Text Example
White with #6C0CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0CEF; }
p { color: rgb(108,12,239); }
H1.HeaderClassName
{
color: #6C0CEF;
}
.AnyTagClassName
{
color: #6C0CEF;
}
</style>
background-color css
<style>
a { background-color: #6C0CEF; }
a { background-color: rgb(108,12,239); }
div.DivClassName
{
background-color: #6C0CEF;
}
.BgClassName
{
background-color: #6C0CEF;
}
</style>
border-color css
<style>
span { border-color: #6C0CEF; }
span { border-color: rgb(108,12,239); }
td.TdClassName
{
border-color: #6C0CEF;
}
.TagClassName
{
border-color: #6C0CEF;
}
</style>