Shades of Electric Indigo #620CEF
Tints of Electric Indigo #620CEF
RGB
CMYK
RGB Variations
Color information
#620CEF (or 0x620CEF) is known color: Electric Indigo. HEX triplet: 62, 0C and EF. RGB value is (98,12,239). Sum of RGB (Red+Green+Blue) = 98+12+239=349 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.08% from 349); Green value is 12 (5.08% from 255 or 3.44% from 349); Blue value is 239 (93.75% from 255 or 68.48% from 349); Max value from RGB is 239 - color contains mainly: blue. Hex color #620CEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #620CEF is #9DF310. Grayscale: #3E3E3E. Windows color (decimal): -10351377 or 15666274. OLE color: 15666274.
HSL color Cylindrical-coordinate representation of color #620CEF: hue angle of 262.73º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #620CEF is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 98 | 12 | 239 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.06 |
| HSL | 262.73º | 0.9% | 0.49% | - |
| HSV(B) | 262.73º | 0.95% | 0.94% | - |
| XYZ | 20.75 | 9.09 | 82.32 | - |
| YUV | 63.59 | 226.99 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 12 | 239 | 0.59 | 0.95 | 0 | 0.06 | 262.73 | 0.9 | 0.49 |
| Hex | 62 | C | EF | 3B | 5F | 0 | 6 | 107 | 5A | 31 |
| Octal | 142 | 14 | 357 | 73 | 137 | 0 | 6 | 407 | 132 | 61 |
| Binary | 1100010 | 1100 | 11101111 | 111011 | 1011111 | 0 | 110 | 100000111 | 1011010 | 110001 |
Color Harmonies of #620CEF
Complementary color
Monochromatic Colors of #620CEF
Black with #620CEF
Text Example
Text Example
White with #620CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620CEF; }
p { color: rgb(98,12,239); }
H1.HeaderClassName
{
color: #620CEF;
}
.AnyTagClassName
{
color: #620CEF;
}
</style>
background-color css
<style>
a { background-color: #620CEF; }
a { background-color: rgb(98,12,239); }
div.DivClassName
{
background-color: #620CEF;
}
.BgClassName
{
background-color: #620CEF;
}
</style>
border-color css
<style>
span { border-color: #620CEF; }
span { border-color: rgb(98,12,239); }
td.TdClassName
{
border-color: #620CEF;
}
.TagClassName
{
border-color: #620CEF;
}
</style>