Shades of Electric Indigo #6C01EF
Tints of Electric Indigo #6C01EF
RGB
CMYK
RGB Variations
Color information
#6C01EF (or 0x6C01EF) is known color: Electric Indigo. HEX triplet: 6C, 01 and EF. RGB value is (108,1,239). Sum of RGB (Red+Green+Blue) = 108+1+239=348 (46% of max value = 765). Red value is 108 (42.58% from 255 or 31.03% from 348); Green value is 1 (0.78% from 255 or 0.29% from 348); Blue value is 239 (93.75% from 255 or 68.68% from 348); Max value from RGB is 239 - color contains mainly: blue. Hex color #6C01EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C01EF is #93FE10. Grayscale: #3B3B3B. Windows color (decimal): -9698833 or 15663468. OLE color: 15663468.
HSL color Cylindrical-coordinate representation of color #6C01EF: hue angle of 266.97º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C01EF is Cyan = 0.55, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 1 | 239 | - |
| CMYK | 0.55 | 1.00 | 0 | 0.06 |
| HSL | 266.97º | 0.99% | 0.47% | - |
| HSV(B) | 266.97º | 1% | 0.94% | - |
| XYZ | 21.78 | 9.44 | 82.34 | - |
| YUV | 60.13 | 228.95 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 1 | 239 | 0.55 | 1.00 | 0 | 0.06 | 266.97 | 0.99 | 0.47 |
| Hex | 6C | 1 | EF | 37 | 64 | 0 | 6 | 10B | 63 | 2F |
| Octal | 154 | 1 | 357 | 67 | 144 | 0 | 6 | 413 | 143 | 57 |
| Binary | 1101100 | 1 | 11101111 | 110111 | 1100100 | 0 | 110 | 100001011 | 1100011 | 101111 |
Color Harmonies of #6C01EF
Complementary color
Monochromatic Colors of #6C01EF
Black with #6C01EF
Text Example
Text Example
White with #6C01EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C01EF; }
p { color: rgb(108,1,239); }
H1.HeaderClassName
{
color: #6C01EF;
}
.AnyTagClassName
{
color: #6C01EF;
}
</style>
background-color css
<style>
a { background-color: #6C01EF; }
a { background-color: rgb(108,1,239); }
div.DivClassName
{
background-color: #6C01EF;
}
.BgClassName
{
background-color: #6C01EF;
}
</style>
border-color css
<style>
span { border-color: #6C01EF; }
span { border-color: rgb(108,1,239); }
td.TdClassName
{
border-color: #6C01EF;
}
.TagClassName
{
border-color: #6C01EF;
}
</style>