Shades of Electric Indigo #6200DF
Tints of Electric Indigo #6200DF
RGB
CMYK
RGB Variations
Color information
#6200DF (or 0x6200DF) is known color: Electric Indigo. HEX triplet: 62, 00 and DF. RGB value is (98,0,223). Sum of RGB (Red+Green+Blue) = 98+0+223=321 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.53% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 223 (87.5% from 255 or 69.47% from 321); Max value from RGB is 223 - color contains mainly: blue. Hex color #6200DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6200DF is #9DFF20. Grayscale: #353535. Windows color (decimal): -10354465 or 14614626. OLE color: 14614626.
HSL color Cylindrical-coordinate representation of color #6200DF: hue angle of 266.37º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6200DF is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 0 | 223 | - |
| CMYK | 0.56 | 1 | 0 | 0.13 |
| HSL | 266.37º | 1% | 0.44% | - |
| HSV(B) | 266.37º | 1% | 0.87% | - |
| XYZ | 18.36 | 7.92 | 70.37 | - |
| YUV | 54.72 | 222.97 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 0 | 223 | 0.56 | 1 | 0 | 0.13 | 266.37 | 1 | 0.44 |
| Hex | 62 | 0 | DF | 38 | 64 | 0 | D | 10A | 64 | 2C |
| Octal | 142 | 0 | 337 | 70 | 144 | 0 | 15 | 412 | 144 | 54 |
| Binary | 1100010 | 0 | 11011111 | 111000 | 1100100 | 0 | 1101 | 100001010 | 1100100 | 101100 |
Color Harmonies of #6200DF
Complementary color
Monochromatic Colors of #6200DF
Black with #6200DF
Text Example
Text Example
White with #6200DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6200DF; }
p { color: rgb(98,0,223); }
H1.HeaderClassName
{
color: #6200DF;
}
.AnyTagClassName
{
color: #6200DF;
}
</style>
background-color css
<style>
a { background-color: #6200DF; }
a { background-color: rgb(98,0,223); }
div.DivClassName
{
background-color: #6200DF;
}
.BgClassName
{
background-color: #6200DF;
}
</style>
border-color css
<style>
span { border-color: #6200DF; }
span { border-color: rgb(98,0,223); }
td.TdClassName
{
border-color: #6200DF;
}
.TagClassName
{
border-color: #6200DF;
}
</style>