Shades of Electric Indigo #6200DC
Tints of Electric Indigo #6200DC
RGB
CMYK
RGB Variations
Color information
#6200DC (or 0x6200DC) is known color: Electric Indigo. HEX triplet: 62, 00 and DC. RGB value is (98,0,220). Sum of RGB (Red+Green+Blue) = 98+0+220=318 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.82% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 220 (86.33% from 255 or 69.18% from 318); Max value from RGB is 220 - color contains mainly: blue. Hex color #6200DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6200DC is #9DFF23. Grayscale: #353535. Windows color (decimal): -10354468 or 14418018. OLE color: 14418018.
HSL color Cylindrical-coordinate representation of color #6200DC: hue angle of 266.73º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6200DC is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 0 | 220 | - |
| CMYK | 0.55 | 1 | 0 | 0.14 |
| HSL | 266.73º | 1% | 0.43% | - |
| HSV(B) | 266.73º | 1% | 0.86% | - |
| XYZ | 17.96 | 7.76 | 68.26 | - |
| YUV | 54.38 | 221.47 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 0 | 220 | 0.55 | 1 | 0 | 0.14 | 266.73 | 1 | 0.43 |
| Hex | 62 | 0 | DC | 37 | 64 | 0 | E | 10B | 64 | 2B |
| Octal | 142 | 0 | 334 | 67 | 144 | 0 | 16 | 413 | 144 | 53 |
| Binary | 1100010 | 0 | 11011100 | 110111 | 1100100 | 0 | 1110 | 100001011 | 1100100 | 101011 |
Color Harmonies of #6200DC
Complementary color
Monochromatic Colors of #6200DC
Black with #6200DC
Text Example
Text Example
White with #6200DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6200DC; }
p { color: rgb(98,0,220); }
H1.HeaderClassName
{
color: #6200DC;
}
.AnyTagClassName
{
color: #6200DC;
}
</style>
background-color css
<style>
a { background-color: #6200DC; }
a { background-color: rgb(98,0,220); }
div.DivClassName
{
background-color: #6200DC;
}
.BgClassName
{
background-color: #6200DC;
}
</style>
border-color css
<style>
span { border-color: #6200DC; }
span { border-color: rgb(98,0,220); }
td.TdClassName
{
border-color: #6200DC;
}
.TagClassName
{
border-color: #6200DC;
}
</style>