Shades of Electric Indigo #620CFE
Tints of Electric Indigo #620CFE
RGB
CMYK
RGB Variations
Color information
#620CFE (or 0x620CFE) is known color: Electric Indigo. HEX triplet: 62, 0C and FE. RGB value is (98,12,254). Sum of RGB (Red+Green+Blue) = 98+12+254=364 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.92% from 364); Green value is 12 (5.08% from 255 or 3.30% from 364); Blue value is 254 (99.61% from 255 or 69.78% from 364); Max value from RGB is 254 - color contains mainly: blue. Hex color #620CFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #620CFE is #9DF301. Grayscale: #404040. Windows color (decimal): -10351362 or 16649314. OLE color: 16649314.
HSL color Cylindrical-coordinate representation of color #620CFE: hue angle of 261.32º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #620CFE is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 98 | 12 | 254 | - |
| CMYK | 0.61 | 0.95 | 0 | 0.00 |
| HSL | 261.32º | 0.99% | 0.52% | - |
| HSV(B) | 261.32º | 0.95% | 1% | - |
| XYZ | 23.06 | 10.02 | 94.48 | - |
| YUV | 65.3 | 234.49 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 12 | 254 | 0.61 | 0.95 | 0 | 0.00 | 261.32 | 0.99 | 0.52 |
| Hex | 62 | C | FE | 3D | 5F | 0 | 0 | 105 | 63 | 34 |
| Octal | 142 | 14 | 376 | 75 | 137 | 0 | 0 | 405 | 143 | 64 |
| Binary | 1100010 | 1100 | 11111110 | 111101 | 1011111 | 0 | 0 | 100000101 | 1100011 | 110100 |
Color Harmonies of #620CFE
Complementary color
Monochromatic Colors of #620CFE
Black with #620CFE
Text Example
Text Example
White with #620CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620CFE; }
p { color: rgb(98,12,254); }
H1.HeaderClassName
{
color: #620CFE;
}
.AnyTagClassName
{
color: #620CFE;
}
</style>
background-color css
<style>
a { background-color: #620CFE; }
a { background-color: rgb(98,12,254); }
div.DivClassName
{
background-color: #620CFE;
}
.BgClassName
{
background-color: #620CFE;
}
</style>
border-color css
<style>
span { border-color: #620CFE; }
span { border-color: rgb(98,12,254); }
td.TdClassName
{
border-color: #620CFE;
}
.TagClassName
{
border-color: #620CFE;
}
</style>