Shades of Electric Indigo #6E00DE
Tints of Electric Indigo #6E00DE
RGB
CMYK
RGB Variations
Color information
#6E00DE (or 0x6E00DE) is known color: Electric Indigo. HEX triplet: 6E, 00 and DE. RGB value is (110,0,222). Sum of RGB (Red+Green+Blue) = 110+0+222=332 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.13% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 222 (87.11% from 255 or 66.87% from 332); Max value from RGB is 222 - color contains mainly: blue. Hex color #6E00DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E00DE is #91FF21. Grayscale: #393939. Windows color (decimal): -9568034 or 14549102. OLE color: 14549102.
HSL color Cylindrical-coordinate representation of color #6E00DE: hue angle of 269.73º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E00DE is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 0 | 222 | - |
| CMYK | 0.50 | 1 | 0 | 0.13 |
| HSL | 269.73º | 1% | 0.44% | - |
| HSV(B) | 269.73º | 1% | 0.87% | - |
| XYZ | 19.62 | 8.59 | 69.73 | - |
| YUV | 58.2 | 220.44 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 0 | 222 | 0.50 | 1 | 0 | 0.13 | 269.73 | 1 | 0.44 |
| Hex | 6E | 0 | DE | 32 | 64 | 0 | D | 10E | 64 | 2C |
| Octal | 156 | 0 | 336 | 62 | 144 | 0 | 15 | 416 | 144 | 54 |
| Binary | 1101110 | 0 | 11011110 | 110010 | 1100100 | 0 | 1101 | 100001110 | 1100100 | 101100 |
Color Harmonies of #6E00DE
Complementary color
Monochromatic Colors of #6E00DE
Black with #6E00DE
Text Example
Text Example
White with #6E00DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E00DE; }
p { color: rgb(110,0,222); }
H1.HeaderClassName
{
color: #6E00DE;
}
.AnyTagClassName
{
color: #6E00DE;
}
</style>
background-color css
<style>
a { background-color: #6E00DE; }
a { background-color: rgb(110,0,222); }
div.DivClassName
{
background-color: #6E00DE;
}
.BgClassName
{
background-color: #6E00DE;
}
</style>
border-color css
<style>
span { border-color: #6E00DE; }
span { border-color: rgb(110,0,222); }
td.TdClassName
{
border-color: #6E00DE;
}
.TagClassName
{
border-color: #6E00DE;
}
</style>