Shades of Electric Indigo #6C05E1
Tints of Electric Indigo #6C05E1
RGB
CMYK
RGB Variations
Color information
#6C05E1 (or 0x6C05E1) is known color: Electric Indigo. HEX triplet: 6C, 05 and E1. RGB value is (108,5,225). Sum of RGB (Red+Green+Blue) = 108+5+225=338 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.95% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 225 (88.28% from 255 or 66.57% from 338); Max value from RGB is 225 - color contains mainly: blue. Hex color #6C05E1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C05E1 is #93FA1E. Grayscale: #3C3C3C. Windows color (decimal): -9697823 or 14746988. OLE color: 14746988.
HSL color Cylindrical-coordinate representation of color #6C05E1: hue angle of 268.09º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6C05E1 is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 108 | 5 | 225 | - |
| CMYK | 0.52 | 0.98 | 0 | 0.12 |
| HSL | 268.09º | 0.96% | 0.45% | - |
| HSV(B) | 268.09º | 0.98% | 0.88% | - |
| XYZ | 19.83 | 8.73 | 71.87 | - |
| YUV | 60.88 | 220.62 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 5 | 225 | 0.52 | 0.98 | 0 | 0.12 | 268.09 | 0.96 | 0.45 |
| Hex | 6C | 5 | E1 | 34 | 62 | 0 | C | 10C | 60 | 2D |
| Octal | 154 | 5 | 341 | 64 | 142 | 0 | 14 | 414 | 140 | 55 |
| Binary | 1101100 | 101 | 11100001 | 110100 | 1100010 | 0 | 1100 | 100001100 | 1100000 | 101101 |
Color Harmonies of #6C05E1
Complementary color
Monochromatic Colors of #6C05E1
Black with #6C05E1
Text Example
Text Example
White with #6C05E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C05E1; }
p { color: rgb(108,5,225); }
H1.HeaderClassName
{
color: #6C05E1;
}
.AnyTagClassName
{
color: #6C05E1;
}
</style>
background-color css
<style>
a { background-color: #6C05E1; }
a { background-color: rgb(108,5,225); }
div.DivClassName
{
background-color: #6C05E1;
}
.BgClassName
{
background-color: #6C05E1;
}
</style>
border-color css
<style>
span { border-color: #6C05E1; }
span { border-color: rgb(108,5,225); }
td.TdClassName
{
border-color: #6C05E1;
}
.TagClassName
{
border-color: #6C05E1;
}
</style>