Shades of Electric Indigo #6200DA
Tints of Electric Indigo #6200DA
RGB
CMYK
RGB Variations
Color information
#6200DA (or 0x6200DA) is known color: Electric Indigo. HEX triplet: 62, 00 and DA. RGB value is (98,0,218). Sum of RGB (Red+Green+Blue) = 98+0+218=316 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.01% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 218 (85.55% from 255 or 68.99% from 316); Max value from RGB is 218 - color contains mainly: blue. Hex color #6200DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6200DA is #9DFF25. Grayscale: #353535. Windows color (decimal): -10354470 or 14286946. OLE color: 14286946.
HSL color Cylindrical-coordinate representation of color #6200DA: hue angle of 266.97º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6200DA is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 0 | 218 | - |
| CMYK | 0.55 | 1 | 0 | 0.15 |
| HSL | 266.97º | 1% | 0.43% | - |
| HSV(B) | 266.97º | 1% | 0.85% | - |
| XYZ | 17.69 | 7.66 | 66.88 | - |
| YUV | 54.15 | 220.47 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 0 | 218 | 0.55 | 1 | 0 | 0.15 | 266.97 | 1 | 0.43 |
| Hex | 62 | 0 | DA | 37 | 64 | 0 | F | 10B | 64 | 2B |
| Octal | 142 | 0 | 332 | 67 | 144 | 0 | 17 | 413 | 144 | 53 |
| Binary | 1100010 | 0 | 11011010 | 110111 | 1100100 | 0 | 1111 | 100001011 | 1100100 | 101011 |
Color Harmonies of #6200DA
Complementary color
Monochromatic Colors of #6200DA
Black with #6200DA
Text Example
Text Example
White with #6200DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6200DA; }
p { color: rgb(98,0,218); }
H1.HeaderClassName
{
color: #6200DA;
}
.AnyTagClassName
{
color: #6200DA;
}
</style>
background-color css
<style>
a { background-color: #6200DA; }
a { background-color: rgb(98,0,218); }
div.DivClassName
{
background-color: #6200DA;
}
.BgClassName
{
background-color: #6200DA;
}
</style>
border-color css
<style>
span { border-color: #6200DA; }
span { border-color: rgb(98,0,218); }
td.TdClassName
{
border-color: #6200DA;
}
.TagClassName
{
border-color: #6200DA;
}
</style>