Shades of Electric Indigo #6202FF
Tints of Electric Indigo #6202FF
RGB
CMYK
RGB Variations
Color information
#6202FF (or 0x6202FF) is known color: Electric Indigo. HEX triplet: 62, 02 and FF. RGB value is (98,2,255). Sum of RGB (Red+Green+Blue) = 98+2+255=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 2 (1.17% from 255 or 0.56% from 355); Blue value is 255 (100% from 255 or 71.83% from 355); Max value from RGB is 255 - color contains mainly: blue. Hex color #6202FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6202FF is #9DFD00. Grayscale: #3A3A3A. Windows color (decimal): -10353921 or 16712290. OLE color: 16712290.
HSL color Cylindrical-coordinate representation of color #6202FF: hue angle of 262.77º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6202FF is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 2 | 255 | - |
| CMYK | 0.62 | 0.99 | 0 | 0 |
| HSL | 262.77º | 1% | 0.5% | - |
| HSV(B) | 262.77º | 0.99% | 1% | - |
| XYZ | 23.11 | 9.86 | 95.29 | - |
| YUV | 59.55 | 238.3 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 2 | 255 | 0.62 | 0.99 | 0 | 0 | 262.77 | 1 | 0.5 |
| Hex | 62 | 2 | FF | 3E | 63 | 0 | 0 | 107 | 64 | 32 |
| Octal | 142 | 2 | 377 | 76 | 143 | 0 | 0 | 407 | 144 | 62 |
| Binary | 1100010 | 10 | 11111111 | 111110 | 1100011 | 0 | 0 | 100000111 | 1100100 | 110010 |
Color Harmonies of #6202FF
Complementary color
Monochromatic Colors of #6202FF
Black with #6202FF
Text Example
Text Example
White with #6202FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6202FF; }
p { color: rgb(98,2,255); }
H1.HeaderClassName
{
color: #6202FF;
}
.AnyTagClassName
{
color: #6202FF;
}
</style>
background-color css
<style>
a { background-color: #6202FF; }
a { background-color: rgb(98,2,255); }
div.DivClassName
{
background-color: #6202FF;
}
.BgClassName
{
background-color: #6202FF;
}
</style>
border-color css
<style>
span { border-color: #6202FF; }
span { border-color: rgb(98,2,255); }
td.TdClassName
{
border-color: #6202FF;
}
.TagClassName
{
border-color: #6202FF;
}
</style>