Shades of Electric Indigo #5E06EE
Tints of Electric Indigo #5E06EE
RGB
CMYK
RGB Variations
Color information
#5E06EE (or 0x5E06EE) is known color: Electric Indigo. HEX triplet: 5E, 06 and EE. RGB value is (94,6,238). Sum of RGB (Red+Green+Blue) = 94+6+238=338 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.81% from 338); Green value is 6 (2.73% from 255 or 1.78% from 338); Blue value is 238 (93.36% from 255 or 70.41% from 338); Max value from RGB is 238 - color contains mainly: blue. Hex color #5E06EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E06EE is #A1F911. Grayscale: #393939. Windows color (decimal): -10615058 or 15599198. OLE color: 15599198.
HSL color Cylindrical-coordinate representation of color #5E06EE: hue angle of 262.76º degrees, saturation: 0.95, 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 #5E06EE is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 6 | 238 | - |
| CMYK | 0.61 | 0.97 | 0 | 0.07 |
| HSL | 262.76º | 0.95% | 0.48% | - |
| HSV(B) | 262.76º | 0.97% | 0.93% | - |
| XYZ | 20.11 | 8.68 | 81.5 | - |
| YUV | 58.76 | 229.15 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 6 | 238 | 0.61 | 0.97 | 0 | 0.07 | 262.76 | 0.95 | 0.48 |
| Hex | 5E | 6 | EE | 3D | 61 | 0 | 7 | 107 | 5F | 30 |
| Octal | 136 | 6 | 356 | 75 | 141 | 0 | 7 | 407 | 137 | 60 |
| Binary | 1011110 | 110 | 11101110 | 111101 | 1100001 | 0 | 111 | 100000111 | 1011111 | 110000 |
Color Harmonies of #5E06EE
Complementary color
Monochromatic Colors of #5E06EE
Black with #5E06EE
Text Example
Text Example
White with #5E06EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E06EE; }
p { color: rgb(94,6,238); }
H1.HeaderClassName
{
color: #5E06EE;
}
.AnyTagClassName
{
color: #5E06EE;
}
</style>
background-color css
<style>
a { background-color: #5E06EE; }
a { background-color: rgb(94,6,238); }
div.DivClassName
{
background-color: #5E06EE;
}
.BgClassName
{
background-color: #5E06EE;
}
</style>
border-color css
<style>
span { border-color: #5E06EE; }
span { border-color: rgb(94,6,238); }
td.TdClassName
{
border-color: #5E06EE;
}
.TagClassName
{
border-color: #5E06EE;
}
</style>