Shades of Electric Indigo #6E07E9
Tints of Electric Indigo #6E07E9
RGB
CMYK
RGB Variations
Color information
#6E07E9 (or 0x6E07E9) is known color: Electric Indigo. HEX triplet: 6E, 07 and E9. RGB value is (110,7,233). Sum of RGB (Red+Green+Blue) = 110+7+233=350 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.43% from 350); Green value is 7 (3.12% from 255 or 2% from 350); Blue value is 233 (91.41% from 255 or 66.57% from 350); Max value from RGB is 233 - color contains mainly: blue. Hex color #6E07E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E07E9 is #91F816. Grayscale: #3E3E3E. Windows color (decimal): -9566231 or 15271790. OLE color: 15271790.
HSL color Cylindrical-coordinate representation of color #6E07E9: hue angle of 267.35º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6E07E9 is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 110 | 7 | 233 | - |
| CMYK | 0.53 | 0.97 | 0 | 0.09 |
| HSL | 267.35º | 0.94% | 0.47% | - |
| HSV(B) | 267.35º | 0.97% | 0.91% | - |
| XYZ | 21.21 | 9.35 | 77.78 | - |
| YUV | 63.56 | 223.62 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 7 | 233 | 0.53 | 0.97 | 0 | 0.09 | 267.35 | 0.94 | 0.47 |
| Hex | 6E | 7 | E9 | 35 | 61 | 0 | 9 | 10B | 5E | 2F |
| Octal | 156 | 7 | 351 | 65 | 141 | 0 | 11 | 413 | 136 | 57 |
| Binary | 1101110 | 111 | 11101001 | 110101 | 1100001 | 0 | 1001 | 100001011 | 1011110 | 101111 |
Color Harmonies of #6E07E9
Complementary color
Monochromatic Colors of #6E07E9
Black with #6E07E9
Text Example
Text Example
White with #6E07E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E07E9; }
p { color: rgb(110,7,233); }
H1.HeaderClassName
{
color: #6E07E9;
}
.AnyTagClassName
{
color: #6E07E9;
}
</style>
background-color css
<style>
a { background-color: #6E07E9; }
a { background-color: rgb(110,7,233); }
div.DivClassName
{
background-color: #6E07E9;
}
.BgClassName
{
background-color: #6E07E9;
}
</style>
border-color css
<style>
span { border-color: #6E07E9; }
span { border-color: rgb(110,7,233); }
td.TdClassName
{
border-color: #6E07E9;
}
.TagClassName
{
border-color: #6E07E9;
}
</style>