Shades of Electric Indigo #6202E6
Tints of Electric Indigo #6202E6
RGB
CMYK
RGB Variations
Color information
#6202E6 (or 0x6202E6) is known color: Electric Indigo. HEX triplet: 62, 02 and E6. RGB value is (98,2,230). Sum of RGB (Red+Green+Blue) = 98+2+230=330 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.70% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 230 (90.23% from 255 or 69.70% from 330); Max value from RGB is 230 - color contains mainly: blue. Hex color #6202E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6202E6 is #9DFD19. Grayscale: #373737. Windows color (decimal): -10353946 or 15073890. OLE color: 15073890.
HSL color Cylindrical-coordinate representation of color #6202E6: hue angle of 265.26º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6202E6 is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 98 | 2 | 230 | - |
| CMYK | 0.57 | 0.99 | 0 | 0.10 |
| HSL | 265.26º | 0.98% | 0.45% | - |
| HSV(B) | 265.26º | 0.99% | 0.9% | - |
| XYZ | 19.34 | 8.35 | 75.46 | - |
| YUV | 56.7 | 225.8 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 2 | 230 | 0.57 | 0.99 | 0 | 0.10 | 265.26 | 0.98 | 0.45 |
| Hex | 62 | 2 | E6 | 39 | 63 | 0 | A | 109 | 62 | 2D |
| Octal | 142 | 2 | 346 | 71 | 143 | 0 | 12 | 411 | 142 | 55 |
| Binary | 1100010 | 10 | 11100110 | 111001 | 1100011 | 0 | 1010 | 100001001 | 1100010 | 101101 |
Color Harmonies of #6202E6
Complementary color
Monochromatic Colors of #6202E6
Black with #6202E6
Text Example
Text Example
White with #6202E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6202E6; }
p { color: rgb(98,2,230); }
H1.HeaderClassName
{
color: #6202E6;
}
.AnyTagClassName
{
color: #6202E6;
}
</style>
background-color css
<style>
a { background-color: #6202E6; }
a { background-color: rgb(98,2,230); }
div.DivClassName
{
background-color: #6202E6;
}
.BgClassName
{
background-color: #6202E6;
}
</style>
border-color css
<style>
span { border-color: #6202E6; }
span { border-color: rgb(98,2,230); }
td.TdClassName
{
border-color: #6202E6;
}
.TagClassName
{
border-color: #6202E6;
}
</style>