Shades of Electric Indigo #6210FB
Tints of Electric Indigo #6210FB
RGB
CMYK
RGB Variations
Color information
#6210FB (or 0x6210FB) is known color: Electric Indigo. HEX triplet: 62, 10 and FB. RGB value is (98,16,251). Sum of RGB (Red+Green+Blue) = 98+16+251=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 251 (98.44% from 255 or 68.77% from 365); Max value from RGB is 251 - color contains mainly: blue. Hex color #6210FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6210FB is #9DEF04. Grayscale: #424242. Windows color (decimal): -10350341 or 16453730. OLE color: 16453730.
HSL color Cylindrical-coordinate representation of color #6210FB: hue angle of 260.94º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6210FB is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 16 | 251 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.02 |
| HSL | 260.94º | 0.97% | 0.52% | - |
| HSV(B) | 260.94º | 0.94% | 0.98% | - |
| XYZ | 22.63 | 9.93 | 91.99 | - |
| YUV | 67.31 | 231.67 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 16 | 251 | 0.61 | 0.94 | 0 | 0.02 | 260.94 | 0.97 | 0.52 |
| Hex | 62 | 10 | FB | 3D | 5E | 0 | 2 | 105 | 61 | 34 |
| Octal | 142 | 20 | 373 | 75 | 136 | 0 | 2 | 405 | 141 | 64 |
| Binary | 1100010 | 10000 | 11111011 | 111101 | 1011110 | 0 | 10 | 100000101 | 1100001 | 110100 |
Color Harmonies of #6210FB
Complementary color
Monochromatic Colors of #6210FB
Black with #6210FB
Text Example
Text Example
White with #6210FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6210FB; }
p { color: rgb(98,16,251); }
H1.HeaderClassName
{
color: #6210FB;
}
.AnyTagClassName
{
color: #6210FB;
}
</style>
background-color css
<style>
a { background-color: #6210FB; }
a { background-color: rgb(98,16,251); }
div.DivClassName
{
background-color: #6210FB;
}
.BgClassName
{
background-color: #6210FB;
}
</style>
border-color css
<style>
span { border-color: #6210FB; }
span { border-color: rgb(98,16,251); }
td.TdClassName
{
border-color: #6210FB;
}
.TagClassName
{
border-color: #6210FB;
}
</style>