Shades of Electric Indigo #620FEF
Tints of Electric Indigo #620FEF
RGB
CMYK
RGB Variations
Color information
#620FEF (or 0x620FEF) is known color: Electric Indigo. HEX triplet: 62, 0F and EF. RGB value is (98,15,239). Sum of RGB (Red+Green+Blue) = 98+15+239=352 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.84% from 352); Green value is 15 (6.25% from 255 or 4.26% from 352); Blue value is 239 (93.75% from 255 or 67.90% from 352); Max value from RGB is 239 - color contains mainly: blue. Hex color #620FEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #620FEF is #9DF010. Grayscale: #404040. Windows color (decimal): -10350609 or 15667042. OLE color: 15667042.
HSL color Cylindrical-coordinate representation of color #620FEF: hue angle of 262.23º degrees, saturation: 0.88, 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 #620FEF is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 98 | 15 | 239 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.06 |
| HSL | 262.23º | 0.88% | 0.5% | - |
| HSV(B) | 262.23º | 0.94% | 0.94% | - |
| XYZ | 20.79 | 9.17 | 82.34 | - |
| YUV | 65.35 | 226 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 15 | 239 | 0.59 | 0.94 | 0 | 0.06 | 262.23 | 0.88 | 0.5 |
| Hex | 62 | F | EF | 3B | 5E | 0 | 6 | 106 | 58 | 32 |
| Octal | 142 | 17 | 357 | 73 | 136 | 0 | 6 | 406 | 130 | 62 |
| Binary | 1100010 | 1111 | 11101111 | 111011 | 1011110 | 0 | 110 | 100000110 | 1011000 | 110010 |
Color Harmonies of #620FEF
Complementary color
Monochromatic Colors of #620FEF
Black with #620FEF
Text Example
Text Example
White with #620FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620FEF; }
p { color: rgb(98,15,239); }
H1.HeaderClassName
{
color: #620FEF;
}
.AnyTagClassName
{
color: #620FEF;
}
</style>
background-color css
<style>
a { background-color: #620FEF; }
a { background-color: rgb(98,15,239); }
div.DivClassName
{
background-color: #620FEF;
}
.BgClassName
{
background-color: #620FEF;
}
</style>
border-color css
<style>
span { border-color: #620FEF; }
span { border-color: rgb(98,15,239); }
td.TdClassName
{
border-color: #620FEF;
}
.TagClassName
{
border-color: #620FEF;
}
</style>