Shades of Electric Indigo #6200FF
Tints of Electric Indigo #6200FF
RGB
CMYK
RGB Variations
Color information
#6200FF (or 0x6200FF) is known color: Electric Indigo. HEX triplet: 62, 00 and FF. RGB value is (98,0,255). Sum of RGB (Red+Green+Blue) = 98+0+255=353 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.76% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 255 (100% from 255 or 72.24% from 353); Max value from RGB is 255 - color contains mainly: blue. Hex color #6200FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6200FF is #9DFF00. Grayscale: #393939. Windows color (decimal): -10354433 or 16711778. OLE color: 16711778.
HSL color Cylindrical-coordinate representation of color #6200FF: hue angle of 263.06º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6200FF is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 0 | 255 | - |
| CMYK | 0.62 | 1 | 0 | 0 |
| HSL | 263.06º | 1% | 0.5% | - |
| HSV(B) | 263.06º | 1% | 1% | - |
| XYZ | 23.09 | 9.82 | 95.29 | - |
| YUV | 58.37 | 238.97 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 0 | 255 | 0.62 | 1 | 0 | 0 | 263.06 | 1 | 0.5 |
| Hex | 62 | 0 | FF | 3E | 64 | 0 | 0 | 107 | 64 | 32 |
| Octal | 142 | 0 | 377 | 76 | 144 | 0 | 0 | 407 | 144 | 62 |
| Binary | 1100010 | 0 | 11111111 | 111110 | 1100100 | 0 | 0 | 100000111 | 1100100 | 110010 |
Color Harmonies of #6200FF
Complementary color
Monochromatic Colors of #6200FF
Black with #6200FF
Text Example
Text Example
White with #6200FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6200FF; }
p { color: rgb(98,0,255); }
H1.HeaderClassName
{
color: #6200FF;
}
.AnyTagClassName
{
color: #6200FF;
}
</style>
background-color css
<style>
a { background-color: #6200FF; }
a { background-color: rgb(98,0,255); }
div.DivClassName
{
background-color: #6200FF;
}
.BgClassName
{
background-color: #6200FF;
}
</style>
border-color css
<style>
span { border-color: #6200FF; }
span { border-color: rgb(98,0,255); }
td.TdClassName
{
border-color: #6200FF;
}
.TagClassName
{
border-color: #6200FF;
}
</style>