Shades of Electric Indigo #620BFC
Tints of Electric Indigo #620BFC
RGB
CMYK
RGB Variations
Color information
#620BFC (or 0x620BFC) is known color: Electric Indigo. HEX triplet: 62, 0B and FC. RGB value is (98,11,252). Sum of RGB (Red+Green+Blue) = 98+11+252=361 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.15% from 361); Green value is 11 (4.69% from 255 or 3.05% from 361); Blue value is 252 (98.83% from 255 or 69.81% from 361); Max value from RGB is 252 - color contains mainly: blue. Hex color #620BFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #620BFC is #9DF403. Grayscale: #3F3F3F. Windows color (decimal): -10351620 or 16517986. OLE color: 16517986.
HSL color Cylindrical-coordinate representation of color #620BFC: hue angle of 261.66º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #620BFC is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 98 | 11 | 252 | - |
| CMYK | 0.61 | 0.96 | 0 | 0.01 |
| HSL | 261.66º | 0.98% | 0.52% | - |
| HSV(B) | 261.66º | 0.96% | 0.99% | - |
| XYZ | 22.73 | 9.86 | 92.8 | - |
| YUV | 64.49 | 233.82 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 11 | 252 | 0.61 | 0.96 | 0 | 0.01 | 261.66 | 0.98 | 0.52 |
| Hex | 62 | B | FC | 3D | 60 | 0 | 1 | 106 | 62 | 34 |
| Octal | 142 | 13 | 374 | 75 | 140 | 0 | 1 | 406 | 142 | 64 |
| Binary | 1100010 | 1011 | 11111100 | 111101 | 1100000 | 0 | 1 | 100000110 | 1100010 | 110100 |
Color Harmonies of #620BFC
Complementary color
Monochromatic Colors of #620BFC
Black with #620BFC
Text Example
Text Example
White with #620BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620BFC; }
p { color: rgb(98,11,252); }
H1.HeaderClassName
{
color: #620BFC;
}
.AnyTagClassName
{
color: #620BFC;
}
</style>
background-color css
<style>
a { background-color: #620BFC; }
a { background-color: rgb(98,11,252); }
div.DivClassName
{
background-color: #620BFC;
}
.BgClassName
{
background-color: #620BFC;
}
</style>
border-color css
<style>
span { border-color: #620BFC; }
span { border-color: rgb(98,11,252); }
td.TdClassName
{
border-color: #620BFC;
}
.TagClassName
{
border-color: #620BFC;
}
</style>