Shades of Electric Indigo #6E01DD
Tints of Electric Indigo #6E01DD
RGB
CMYK
RGB Variations
Color information
#6E01DD (or 0x6E01DD) is known color: Electric Indigo. HEX triplet: 6E, 01 and DD. RGB value is (110,1,221). Sum of RGB (Red+Green+Blue) = 110+1+221=332 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.13% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 221 (86.72% from 255 or 66.57% from 332); Max value from RGB is 221 - color contains mainly: blue. Hex color #6E01DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E01DD is #91FE22. Grayscale: #393939. Windows color (decimal): -9567779 or 14483822. OLE color: 14483822.
HSL color Cylindrical-coordinate representation of color #6E01DD: hue angle of 269.73º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E01DD is Cyan = 0.50, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 1 | 221 | - |
| CMYK | 0.50 | 1.00 | 0 | 0.13 |
| HSL | 269.73º | 0.99% | 0.44% | - |
| HSV(B) | 269.73º | 1% | 0.87% | - |
| XYZ | 19.49 | 8.56 | 69.03 | - |
| YUV | 58.67 | 219.61 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 1 | 221 | 0.50 | 1.00 | 0 | 0.13 | 269.73 | 0.99 | 0.44 |
| Hex | 6E | 1 | DD | 32 | 64 | 0 | D | 10E | 63 | 2C |
| Octal | 156 | 1 | 335 | 62 | 144 | 0 | 15 | 416 | 143 | 54 |
| Binary | 1101110 | 1 | 11011101 | 110010 | 1100100 | 0 | 1101 | 100001110 | 1100011 | 101100 |
Color Harmonies of #6E01DD
Complementary color
Monochromatic Colors of #6E01DD
Black with #6E01DD
Text Example
Text Example
White with #6E01DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E01DD; }
p { color: rgb(110,1,221); }
H1.HeaderClassName
{
color: #6E01DD;
}
.AnyTagClassName
{
color: #6E01DD;
}
</style>
background-color css
<style>
a { background-color: #6E01DD; }
a { background-color: rgb(110,1,221); }
div.DivClassName
{
background-color: #6E01DD;
}
.BgClassName
{
background-color: #6E01DD;
}
</style>
border-color css
<style>
span { border-color: #6E01DD; }
span { border-color: rgb(110,1,221); }
td.TdClassName
{
border-color: #6E01DD;
}
.TagClassName
{
border-color: #6E01DD;
}
</style>