Shades of Electric Indigo #6210FC
Tints of Electric Indigo #6210FC
RGB
CMYK
RGB Variations
Color information
#6210FC (or 0x6210FC) is known color: Electric Indigo. HEX triplet: 62, 10 and FC. RGB value is (98,16,252). Sum of RGB (Red+Green+Blue) = 98+16+252=366 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.78% from 366); Green value is 16 (6.64% from 255 or 4.37% from 366); Blue value is 252 (98.83% from 255 or 68.85% from 366); Max value from RGB is 252 - color contains mainly: blue. Hex color #6210FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6210FC is #9DEF03. Grayscale: #424242. Windows color (decimal): -10350340 or 16519266. OLE color: 16519266.
HSL color Cylindrical-coordinate representation of color #6210FC: hue angle of 260.85º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6210FC is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 98 | 16 | 252 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.01 |
| HSL | 260.85º | 0.98% | 0.53% | - |
| HSV(B) | 260.85º | 0.94% | 0.99% | - |
| XYZ | 22.79 | 10 | 92.82 | - |
| YUV | 67.42 | 232.17 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 16 | 252 | 0.61 | 0.94 | 0 | 0.01 | 260.85 | 0.98 | 0.53 |
| Hex | 62 | 10 | FC | 3D | 5E | 0 | 1 | 105 | 62 | 35 |
| Octal | 142 | 20 | 374 | 75 | 136 | 0 | 1 | 405 | 142 | 65 |
| Binary | 1100010 | 10000 | 11111100 | 111101 | 1011110 | 0 | 1 | 100000101 | 1100010 | 110101 |
Color Harmonies of #6210FC
Complementary color
Monochromatic Colors of #6210FC
Black with #6210FC
Text Example
Text Example
White with #6210FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6210FC; }
p { color: rgb(98,16,252); }
H1.HeaderClassName
{
color: #6210FC;
}
.AnyTagClassName
{
color: #6210FC;
}
</style>
background-color css
<style>
a { background-color: #6210FC; }
a { background-color: rgb(98,16,252); }
div.DivClassName
{
background-color: #6210FC;
}
.BgClassName
{
background-color: #6210FC;
}
</style>
border-color css
<style>
span { border-color: #6210FC; }
span { border-color: rgb(98,16,252); }
td.TdClassName
{
border-color: #6210FC;
}
.TagClassName
{
border-color: #6210FC;
}
</style>