Shades of Electric Indigo #620EEF
Tints of Electric Indigo #620EEF
RGB
CMYK
RGB Variations
Color information
#620EEF (or 0x620EEF) is known color: Electric Indigo. HEX triplet: 62, 0E and EF. RGB value is (98,14,239). Sum of RGB (Red+Green+Blue) = 98+14+239=351 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.92% from 351); Green value is 14 (5.86% from 255 or 3.99% from 351); Blue value is 239 (93.75% from 255 or 68.09% from 351); Max value from RGB is 239 - color contains mainly: blue. Hex color #620EEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #620EEF is #9DF110. Grayscale: #3F3F3F. Windows color (decimal): -10350865 or 15666786. OLE color: 15666786.
HSL color Cylindrical-coordinate representation of color #620EEF: hue angle of 262.4º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620EEF is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 98 | 14 | 239 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.06 |
| HSL | 262.4º | 0.89% | 0.5% | - |
| HSV(B) | 262.4º | 0.94% | 0.94% | - |
| XYZ | 20.77 | 9.14 | 82.33 | - |
| YUV | 64.77 | 226.33 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 14 | 239 | 0.59 | 0.94 | 0 | 0.06 | 262.4 | 0.89 | 0.5 |
| Hex | 62 | E | EF | 3B | 5E | 0 | 6 | 106 | 59 | 32 |
| Octal | 142 | 16 | 357 | 73 | 136 | 0 | 6 | 406 | 131 | 62 |
| Binary | 1100010 | 1110 | 11101111 | 111011 | 1011110 | 0 | 110 | 100000110 | 1011001 | 110010 |
Color Harmonies of #620EEF
Complementary color
Monochromatic Colors of #620EEF
Black with #620EEF
Text Example
Text Example
White with #620EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620EEF; }
p { color: rgb(98,14,239); }
H1.HeaderClassName
{
color: #620EEF;
}
.AnyTagClassName
{
color: #620EEF;
}
</style>
background-color css
<style>
a { background-color: #620EEF; }
a { background-color: rgb(98,14,239); }
div.DivClassName
{
background-color: #620EEF;
}
.BgClassName
{
background-color: #620EEF;
}
</style>
border-color css
<style>
span { border-color: #620EEF; }
span { border-color: rgb(98,14,239); }
td.TdClassName
{
border-color: #620EEF;
}
.TagClassName
{
border-color: #620EEF;
}
</style>