Shades of Electric Indigo #6C01E3
Tints of Electric Indigo #6C01E3
RGB
CMYK
RGB Variations
Color information
#6C01E3 (or 0x6C01E3) is known color: Electric Indigo. HEX triplet: 6C, 01 and E3. RGB value is (108,1,227). Sum of RGB (Red+Green+Blue) = 108+1+227=336 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.14% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 227 (89.06% from 255 or 67.56% from 336); Max value from RGB is 227 - color contains mainly: blue. Hex color #6C01E3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C01E3 is #93FE1C. Grayscale: #393939. Windows color (decimal): -9698845 or 14877036. OLE color: 14877036.
HSL color Cylindrical-coordinate representation of color #6C01E3: hue angle of 268.41º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C01E3 is Cyan = 0.52, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 108 | 1 | 227 | - |
| CMYK | 0.52 | 1.00 | 0 | 0.11 |
| HSL | 268.41º | 0.99% | 0.45% | - |
| HSV(B) | 268.41º | 1% | 0.89% | - |
| XYZ | 20.06 | 8.76 | 73.31 | - |
| YUV | 58.76 | 222.95 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 1 | 227 | 0.52 | 1.00 | 0 | 0.11 | 268.41 | 0.99 | 0.45 |
| Hex | 6C | 1 | E3 | 34 | 64 | 0 | B | 10C | 63 | 2D |
| Octal | 154 | 1 | 343 | 64 | 144 | 0 | 13 | 414 | 143 | 55 |
| Binary | 1101100 | 1 | 11100011 | 110100 | 1100100 | 0 | 1011 | 100001100 | 1100011 | 101101 |
Color Harmonies of #6C01E3
Complementary color
Monochromatic Colors of #6C01E3
Black with #6C01E3
Text Example
Text Example
White with #6C01E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C01E3; }
p { color: rgb(108,1,227); }
H1.HeaderClassName
{
color: #6C01E3;
}
.AnyTagClassName
{
color: #6C01E3;
}
</style>
background-color css
<style>
a { background-color: #6C01E3; }
a { background-color: rgb(108,1,227); }
div.DivClassName
{
background-color: #6C01E3;
}
.BgClassName
{
background-color: #6C01E3;
}
</style>
border-color css
<style>
span { border-color: #6C01E3; }
span { border-color: rgb(108,1,227); }
td.TdClassName
{
border-color: #6C01E3;
}
.TagClassName
{
border-color: #6C01E3;
}
</style>