Shades of Electric Indigo #6E0ADD
Tints of Electric Indigo #6E0ADD
RGB
CMYK
RGB Variations
Color information
#6E0ADD (or 0x6E0ADD) is known color: Electric Indigo. HEX triplet: 6E, 0A and DD. RGB value is (110,10,221). Sum of RGB (Red+Green+Blue) = 110+10+221=341 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.26% from 341); Green value is 10 (4.30% from 255 or 2.93% from 341); Blue value is 221 (86.72% from 255 or 64.81% from 341); Max value from RGB is 221 - color contains mainly: blue. Hex color #6E0ADD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E0ADD is #91F522. Grayscale: #3F3F3F. Windows color (decimal): -9565475 or 14486126. OLE color: 14486126.
HSL color Cylindrical-coordinate representation of color #6E0ADD: hue angle of 268.44º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E0ADD is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 10 | 221 | - |
| CMYK | 0.50 | 0.95 | 0 | 0.13 |
| HSL | 268.44º | 0.91% | 0.45% | - |
| HSV(B) | 268.44º | 0.95% | 0.87% | - |
| XYZ | 19.59 | 8.75 | 69.06 | - |
| YUV | 63.95 | 216.63 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 10 | 221 | 0.50 | 0.95 | 0 | 0.13 | 268.44 | 0.91 | 0.45 |
| Hex | 6E | A | DD | 32 | 5F | 0 | D | 10C | 5B | 2D |
| Octal | 156 | 12 | 335 | 62 | 137 | 0 | 15 | 414 | 133 | 55 |
| Binary | 1101110 | 1010 | 11011101 | 110010 | 1011111 | 0 | 1101 | 100001100 | 1011011 | 101101 |
Color Harmonies of #6E0ADD
Complementary color
Monochromatic Colors of #6E0ADD
Black with #6E0ADD
Text Example
Text Example
White with #6E0ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0ADD; }
p { color: rgb(110,10,221); }
H1.HeaderClassName
{
color: #6E0ADD;
}
.AnyTagClassName
{
color: #6E0ADD;
}
</style>
background-color css
<style>
a { background-color: #6E0ADD; }
a { background-color: rgb(110,10,221); }
div.DivClassName
{
background-color: #6E0ADD;
}
.BgClassName
{
background-color: #6E0ADD;
}
</style>
border-color css
<style>
span { border-color: #6E0ADD; }
span { border-color: rgb(110,10,221); }
td.TdClassName
{
border-color: #6E0ADD;
}
.TagClassName
{
border-color: #6E0ADD;
}
</style>