Shades of Electric Indigo #6E07ED
Tints of Electric Indigo #6E07ED
RGB
CMYK
RGB Variations
Color information
#6E07ED (or 0x6E07ED) is known color: Electric Indigo. HEX triplet: 6E, 07 and ED. RGB value is (110,7,237). Sum of RGB (Red+Green+Blue) = 110+7+237=354 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.07% from 354); Green value is 7 (3.12% from 255 or 1.98% from 354); Blue value is 237 (92.97% from 255 or 66.95% from 354); Max value from RGB is 237 - color contains mainly: blue. Hex color #6E07ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E07ED is #91F812. Grayscale: #3F3F3F. Windows color (decimal): -9566227 or 15533934. OLE color: 15533934.
HSL color Cylindrical-coordinate representation of color #6E07ED: hue angle of 266.87º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6E07ED is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 7 | 237 | - |
| CMYK | 0.54 | 0.97 | 0 | 0.07 |
| HSL | 266.87º | 0.94% | 0.48% | - |
| HSV(B) | 266.87º | 0.97% | 0.93% | - |
| XYZ | 21.79 | 9.58 | 80.82 | - |
| YUV | 64.02 | 225.62 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 7 | 237 | 0.54 | 0.97 | 0 | 0.07 | 266.87 | 0.94 | 0.48 |
| Hex | 6E | 7 | ED | 36 | 61 | 0 | 7 | 10B | 5E | 30 |
| Octal | 156 | 7 | 355 | 66 | 141 | 0 | 7 | 413 | 136 | 60 |
| Binary | 1101110 | 111 | 11101101 | 110110 | 1100001 | 0 | 111 | 100001011 | 1011110 | 110000 |
Color Harmonies of #6E07ED
Complementary color
Monochromatic Colors of #6E07ED
Black with #6E07ED
Text Example
Text Example
White with #6E07ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E07ED; }
p { color: rgb(110,7,237); }
H1.HeaderClassName
{
color: #6E07ED;
}
.AnyTagClassName
{
color: #6E07ED;
}
</style>
background-color css
<style>
a { background-color: #6E07ED; }
a { background-color: rgb(110,7,237); }
div.DivClassName
{
background-color: #6E07ED;
}
.BgClassName
{
background-color: #6E07ED;
}
</style>
border-color css
<style>
span { border-color: #6E07ED; }
span { border-color: rgb(110,7,237); }
td.TdClassName
{
border-color: #6E07ED;
}
.TagClassName
{
border-color: #6E07ED;
}
</style>