Shades of Electric Indigo #5E06FB
Tints of Electric Indigo #5E06FB
RGB
CMYK
RGB Variations
Color information
#5E06FB (or 0x5E06FB) is known color: Electric Indigo. HEX triplet: 5E, 06 and FB. RGB value is (94,6,251). Sum of RGB (Red+Green+Blue) = 94+6+251=351 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.78% from 351); Green value is 6 (2.73% from 255 or 1.71% from 351); Blue value is 251 (98.44% from 255 or 71.51% from 351); Max value from RGB is 251 - color contains mainly: blue. Hex color #5E06FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E06FB is #A1F904. Grayscale: #3B3B3B. Windows color (decimal): -10615045 or 16451166. OLE color: 16451166.
HSL color Cylindrical-coordinate representation of color #5E06FB: hue angle of 261.55º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E06FB is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 6 | 251 | - |
| CMYK | 0.63 | 0.98 | 0 | 0.02 |
| HSL | 261.55º | 0.97% | 0.5% | - |
| HSV(B) | 261.55º | 0.98% | 0.98% | - |
| XYZ | 22.09 | 9.47 | 91.93 | - |
| YUV | 60.24 | 235.65 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 6 | 251 | 0.63 | 0.98 | 0 | 0.02 | 261.55 | 0.97 | 0.5 |
| Hex | 5E | 6 | FB | 3F | 62 | 0 | 2 | 106 | 61 | 32 |
| Octal | 136 | 6 | 373 | 77 | 142 | 0 | 2 | 406 | 141 | 62 |
| Binary | 1011110 | 110 | 11111011 | 111111 | 1100010 | 0 | 10 | 100000110 | 1100001 | 110010 |
Color Harmonies of #5E06FB
Complementary color
Monochromatic Colors of #5E06FB
Black with #5E06FB
Text Example
Text Example
White with #5E06FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E06FB; }
p { color: rgb(94,6,251); }
H1.HeaderClassName
{
color: #5E06FB;
}
.AnyTagClassName
{
color: #5E06FB;
}
</style>
background-color css
<style>
a { background-color: #5E06FB; }
a { background-color: rgb(94,6,251); }
div.DivClassName
{
background-color: #5E06FB;
}
.BgClassName
{
background-color: #5E06FB;
}
</style>
border-color css
<style>
span { border-color: #5E06FB; }
span { border-color: rgb(94,6,251); }
td.TdClassName
{
border-color: #5E06FB;
}
.TagClassName
{
border-color: #5E06FB;
}
</style>