Shades of Electric Indigo #6E0CDC
Tints of Electric Indigo #6E0CDC
RGB
CMYK
RGB Variations
Color information
#6E0CDC (or 0x6E0CDC) is known color: Electric Indigo. HEX triplet: 6E, 0C and DC. RGB value is (110,12,220). Sum of RGB (Red+Green+Blue) = 110+12+220=342 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.16% from 342); Green value is 12 (5.08% from 255 or 3.51% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #6E0CDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E0CDC is #91F323. Grayscale: #404040. Windows color (decimal): -9564964 or 14421102. OLE color: 14421102.
HSL color Cylindrical-coordinate representation of color #6E0CDC: hue angle of 268.27º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E0CDC is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 12 | 220 | - |
| CMYK | 0.50 | 0.95 | 0 | 0.14 |
| HSL | 268.27º | 0.9% | 0.45% | - |
| HSV(B) | 268.27º | 0.95% | 0.86% | - |
| XYZ | 19.48 | 8.75 | 68.37 | - |
| YUV | 65.01 | 215.47 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 12 | 220 | 0.50 | 0.95 | 0 | 0.14 | 268.27 | 0.9 | 0.45 |
| Hex | 6E | C | DC | 32 | 5F | 0 | E | 10C | 5A | 2D |
| Octal | 156 | 14 | 334 | 62 | 137 | 0 | 16 | 414 | 132 | 55 |
| Binary | 1101110 | 1100 | 11011100 | 110010 | 1011111 | 0 | 1110 | 100001100 | 1011010 | 101101 |
Color Harmonies of #6E0CDC
Complementary color
Monochromatic Colors of #6E0CDC
Black with #6E0CDC
Text Example
Text Example
White with #6E0CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0CDC; }
p { color: rgb(110,12,220); }
H1.HeaderClassName
{
color: #6E0CDC;
}
.AnyTagClassName
{
color: #6E0CDC;
}
</style>
background-color css
<style>
a { background-color: #6E0CDC; }
a { background-color: rgb(110,12,220); }
div.DivClassName
{
background-color: #6E0CDC;
}
.BgClassName
{
background-color: #6E0CDC;
}
</style>
border-color css
<style>
span { border-color: #6E0CDC; }
span { border-color: rgb(110,12,220); }
td.TdClassName
{
border-color: #6E0CDC;
}
.TagClassName
{
border-color: #6E0CDC;
}
</style>