Shades of Electric Indigo #6200ED
Tints of Electric Indigo #6200ED
RGB
CMYK
RGB Variations
Color information
#6200ED (or 0x6200ED) is known color: Electric Indigo. HEX triplet: 62, 00 and ED. RGB value is (98,0,237). Sum of RGB (Red+Green+Blue) = 98+0+237=335 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.25% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 237 (92.97% from 255 or 70.75% from 335); Max value from RGB is 237 - color contains mainly: blue. Hex color #6200ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6200ED is #9DFF12. Grayscale: #373737. Windows color (decimal): -10354451 or 15532130. OLE color: 15532130.
HSL color Cylindrical-coordinate representation of color #6200ED: hue angle of 264.81º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6200ED is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 0 | 237 | - |
| CMYK | 0.59 | 1 | 0 | 0.07 |
| HSL | 264.81º | 1% | 0.46% | - |
| HSV(B) | 264.81º | 1% | 0.93% | - |
| XYZ | 20.32 | 8.71 | 80.73 | - |
| YUV | 56.32 | 229.97 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 0 | 237 | 0.59 | 1 | 0 | 0.07 | 264.81 | 1 | 0.46 |
| Hex | 62 | 0 | ED | 3B | 64 | 0 | 7 | 109 | 64 | 2E |
| Octal | 142 | 0 | 355 | 73 | 144 | 0 | 7 | 411 | 144 | 56 |
| Binary | 1100010 | 0 | 11101101 | 111011 | 1100100 | 0 | 111 | 100001001 | 1100100 | 101110 |
Color Harmonies of #6200ED
Complementary color
Monochromatic Colors of #6200ED
Black with #6200ED
Text Example
Text Example
White with #6200ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6200ED; }
p { color: rgb(98,0,237); }
H1.HeaderClassName
{
color: #6200ED;
}
.AnyTagClassName
{
color: #6200ED;
}
</style>
background-color css
<style>
a { background-color: #6200ED; }
a { background-color: rgb(98,0,237); }
div.DivClassName
{
background-color: #6200ED;
}
.BgClassName
{
background-color: #6200ED;
}
</style>
border-color css
<style>
span { border-color: #6200ED; }
span { border-color: rgb(98,0,237); }
td.TdClassName
{
border-color: #6200ED;
}
.TagClassName
{
border-color: #6200ED;
}
</style>