Shades of Electric Indigo #6202FC
Tints of Electric Indigo #6202FC
RGB
CMYK
RGB Variations
Color information
#6202FC (or 0x6202FC) is known color: Electric Indigo. HEX triplet: 62, 02 and FC. RGB value is (98,2,252). Sum of RGB (Red+Green+Blue) = 98+2+252=352 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.84% from 352); Green value is 2 (1.17% from 255 or 0.57% from 352); Blue value is 252 (98.83% from 255 or 71.59% from 352); Max value from RGB is 252 - color contains mainly: blue. Hex color #6202FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6202FC is #9DFD03. Grayscale: #3A3A3A. Windows color (decimal): -10353924 or 16515682. OLE color: 16515682.
HSL color Cylindrical-coordinate representation of color #6202FC: hue angle of 263.04º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6202FC is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 98 | 2 | 252 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.01 |
| HSL | 263.04º | 0.98% | 0.5% | - |
| HSV(B) | 263.04º | 0.99% | 0.99% | - |
| XYZ | 22.63 | 9.67 | 92.77 | - |
| YUV | 59.2 | 236.8 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 2 | 252 | 0.61 | 0.99 | 0 | 0.01 | 263.04 | 0.98 | 0.5 |
| Hex | 62 | 2 | FC | 3D | 63 | 0 | 1 | 107 | 62 | 32 |
| Octal | 142 | 2 | 374 | 75 | 143 | 0 | 1 | 407 | 142 | 62 |
| Binary | 1100010 | 10 | 11111100 | 111101 | 1100011 | 0 | 1 | 100000111 | 1100010 | 110010 |
Color Harmonies of #6202FC
Complementary color
Monochromatic Colors of #6202FC
Black with #6202FC
Text Example
Text Example
White with #6202FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6202FC; }
p { color: rgb(98,2,252); }
H1.HeaderClassName
{
color: #6202FC;
}
.AnyTagClassName
{
color: #6202FC;
}
</style>
background-color css
<style>
a { background-color: #6202FC; }
a { background-color: rgb(98,2,252); }
div.DivClassName
{
background-color: #6202FC;
}
.BgClassName
{
background-color: #6202FC;
}
</style>
border-color css
<style>
span { border-color: #6202FC; }
span { border-color: rgb(98,2,252); }
td.TdClassName
{
border-color: #6202FC;
}
.TagClassName
{
border-color: #6202FC;
}
</style>