Shades of Electric Indigo #6205DC
Tints of Electric Indigo #6205DC
RGB
CMYK
RGB Variations
Color information
#6205DC (or 0x6205DC) is known color: Electric Indigo. HEX triplet: 62, 05 and DC. RGB value is (98,5,220). Sum of RGB (Red+Green+Blue) = 98+5+220=323 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.34% from 323); Green value is 5 (2.34% from 255 or 1.55% from 323); Blue value is 220 (86.33% from 255 or 68.11% from 323); Max value from RGB is 220 - color contains mainly: blue. Hex color #6205DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6205DC is #9DFA23. Grayscale: #383838. Windows color (decimal): -10353188 or 14419298. OLE color: 14419298.
HSL color Cylindrical-coordinate representation of color #6205DC: hue angle of 265.95º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6205DC is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 5 | 220 | - |
| CMYK | 0.55 | 0.98 | 0 | 0.14 |
| HSL | 265.95º | 0.96% | 0.44% | - |
| HSV(B) | 265.95º | 0.98% | 0.86% | - |
| XYZ | 18.01 | 7.87 | 68.28 | - |
| YUV | 57.32 | 219.81 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 5 | 220 | 0.55 | 0.98 | 0 | 0.14 | 265.95 | 0.96 | 0.44 |
| Hex | 62 | 5 | DC | 37 | 62 | 0 | E | 10A | 60 | 2C |
| Octal | 142 | 5 | 334 | 67 | 142 | 0 | 16 | 412 | 140 | 54 |
| Binary | 1100010 | 101 | 11011100 | 110111 | 1100010 | 0 | 1110 | 100001010 | 1100000 | 101100 |
Color Harmonies of #6205DC
Complementary color
Monochromatic Colors of #6205DC
Black with #6205DC
Text Example
Text Example
White with #6205DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6205DC; }
p { color: rgb(98,5,220); }
H1.HeaderClassName
{
color: #6205DC;
}
.AnyTagClassName
{
color: #6205DC;
}
</style>
background-color css
<style>
a { background-color: #6205DC; }
a { background-color: rgb(98,5,220); }
div.DivClassName
{
background-color: #6205DC;
}
.BgClassName
{
background-color: #6205DC;
}
</style>
border-color css
<style>
span { border-color: #6205DC; }
span { border-color: rgb(98,5,220); }
td.TdClassName
{
border-color: #6205DC;
}
.TagClassName
{
border-color: #6205DC;
}
</style>