Shades of Electric Indigo #620AFE
Tints of Electric Indigo #620AFE
RGB
CMYK
RGB Variations
Color information
#620AFE (or 0x620AFE) is known color: Electric Indigo. HEX triplet: 62, 0A and FE. RGB value is (98,10,254). Sum of RGB (Red+Green+Blue) = 98+10+254=362 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.07% from 362); Green value is 10 (4.30% from 255 or 2.76% from 362); Blue value is 254 (99.61% from 255 or 70.17% from 362); Max value from RGB is 254 - color contains mainly: blue. Hex color #620AFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #620AFE is #9DF501. Grayscale: #3F3F3F. Windows color (decimal): -10351874 or 16648802. OLE color: 16648802.
HSL color Cylindrical-coordinate representation of color #620AFE: hue angle of 261.64º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #620AFE is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 98 | 10 | 254 | - |
| CMYK | 0.61 | 0.96 | 0 | 0.00 |
| HSL | 261.64º | 0.99% | 0.52% | - |
| HSV(B) | 261.64º | 0.96% | 1% | - |
| XYZ | 23.03 | 9.97 | 94.48 | - |
| YUV | 64.13 | 235.15 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 10 | 254 | 0.61 | 0.96 | 0 | 0.00 | 261.64 | 0.99 | 0.52 |
| Hex | 62 | A | FE | 3D | 60 | 0 | 0 | 106 | 63 | 34 |
| Octal | 142 | 12 | 376 | 75 | 140 | 0 | 0 | 406 | 143 | 64 |
| Binary | 1100010 | 1010 | 11111110 | 111101 | 1100000 | 0 | 0 | 100000110 | 1100011 | 110100 |
Color Harmonies of #620AFE
Complementary color
Monochromatic Colors of #620AFE
Black with #620AFE
Text Example
Text Example
White with #620AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620AFE; }
p { color: rgb(98,10,254); }
H1.HeaderClassName
{
color: #620AFE;
}
.AnyTagClassName
{
color: #620AFE;
}
</style>
background-color css
<style>
a { background-color: #620AFE; }
a { background-color: rgb(98,10,254); }
div.DivClassName
{
background-color: #620AFE;
}
.BgClassName
{
background-color: #620AFE;
}
</style>
border-color css
<style>
span { border-color: #620AFE; }
span { border-color: rgb(98,10,254); }
td.TdClassName
{
border-color: #620AFE;
}
.TagClassName
{
border-color: #620AFE;
}
</style>