Shades of Electric Indigo #6E10ED
Tints of Electric Indigo #6E10ED
RGB
CMYK
RGB Variations
Color information
#6E10ED (or 0x6E10ED) is known color: Electric Indigo. HEX triplet: 6E, 10 and ED. RGB value is (110,16,237). Sum of RGB (Red+Green+Blue) = 110+16+237=363 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.30% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 237 (92.97% from 255 or 65.29% from 363); Max value from RGB is 237 - color contains mainly: blue. Hex color #6E10ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E10ED is #91EF12. Grayscale: #444444. Windows color (decimal): -9563923 or 15536238. OLE color: 15536238.
HSL color Cylindrical-coordinate representation of color #6E10ED: hue angle of 265.52º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6E10ED is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 16 | 237 | - |
| CMYK | 0.54 | 0.93 | 0 | 0.07 |
| HSL | 265.52º | 0.87% | 0.5% | - |
| HSV(B) | 265.52º | 0.93% | 0.93% | - |
| XYZ | 21.9 | 9.8 | 80.86 | - |
| YUV | 69.3 | 222.64 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 16 | 237 | 0.54 | 0.93 | 0 | 0.07 | 265.52 | 0.87 | 0.5 |
| Hex | 6E | 10 | ED | 36 | 5D | 0 | 7 | 10A | 57 | 32 |
| Octal | 156 | 20 | 355 | 66 | 135 | 0 | 7 | 412 | 127 | 62 |
| Binary | 1101110 | 10000 | 11101101 | 110110 | 1011101 | 0 | 111 | 100001010 | 1010111 | 110010 |
Color Harmonies of #6E10ED
Complementary color
Monochromatic Colors of #6E10ED
Black with #6E10ED
Text Example
Text Example
White with #6E10ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E10ED; }
p { color: rgb(110,16,237); }
H1.HeaderClassName
{
color: #6E10ED;
}
.AnyTagClassName
{
color: #6E10ED;
}
</style>
background-color css
<style>
a { background-color: #6E10ED; }
a { background-color: rgb(110,16,237); }
div.DivClassName
{
background-color: #6E10ED;
}
.BgClassName
{
background-color: #6E10ED;
}
</style>
border-color css
<style>
span { border-color: #6E10ED; }
span { border-color: rgb(110,16,237); }
td.TdClassName
{
border-color: #6E10ED;
}
.TagClassName
{
border-color: #6E10ED;
}
</style>