Shades of Electric Indigo #620EFE
Tints of Electric Indigo #620EFE
RGB
CMYK
RGB Variations
Color information
#620EFE (or 0x620EFE) is known color: Electric Indigo. HEX triplet: 62, 0E and FE. RGB value is (98,14,254). Sum of RGB (Red+Green+Blue) = 98+14+254=366 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.78% from 366); Green value is 14 (5.86% from 255 or 3.83% from 366); Blue value is 254 (99.61% from 255 or 69.40% from 366); Max value from RGB is 254 - color contains mainly: blue. Hex color #620EFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #620EFE is #9DF101. Grayscale: #414141. Windows color (decimal): -10350850 or 16649826. OLE color: 16649826.
HSL color Cylindrical-coordinate representation of color #620EFE: hue angle of 261º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620EFE is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 98 | 14 | 254 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.00 |
| HSL | 261º | 0.99% | 0.53% | - |
| HSV(B) | 261º | 0.94% | 1% | - |
| XYZ | 23.08 | 10.07 | 94.49 | - |
| YUV | 66.48 | 233.83 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 14 | 254 | 0.61 | 0.94 | 0 | 0.00 | 261 | 0.99 | 0.53 |
| Hex | 62 | E | FE | 3D | 5E | 0 | 0 | 105 | 63 | 35 |
| Octal | 142 | 16 | 376 | 75 | 136 | 0 | 0 | 405 | 143 | 65 |
| Binary | 1100010 | 1110 | 11111110 | 111101 | 1011110 | 0 | 0 | 100000101 | 1100011 | 110101 |
Color Harmonies of #620EFE
Complementary color
Monochromatic Colors of #620EFE
Black with #620EFE
Text Example
Text Example
White with #620EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620EFE; }
p { color: rgb(98,14,254); }
H1.HeaderClassName
{
color: #620EFE;
}
.AnyTagClassName
{
color: #620EFE;
}
</style>
background-color css
<style>
a { background-color: #620EFE; }
a { background-color: rgb(98,14,254); }
div.DivClassName
{
background-color: #620EFE;
}
.BgClassName
{
background-color: #620EFE;
}
</style>
border-color css
<style>
span { border-color: #620EFE; }
span { border-color: rgb(98,14,254); }
td.TdClassName
{
border-color: #620EFE;
}
.TagClassName
{
border-color: #620EFE;
}
</style>