Shades of Electric Indigo #6205DD
Tints of Electric Indigo #6205DD
RGB
CMYK
RGB Variations
Color information
#6205DD (or 0x6205DD) is known color: Electric Indigo. HEX triplet: 62, 05 and DD. RGB value is (98,5,221). Sum of RGB (Red+Green+Blue) = 98+5+221=324 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.25% from 324); Green value is 5 (2.34% from 255 or 1.54% from 324); Blue value is 221 (86.72% from 255 or 68.21% from 324); Max value from RGB is 221 - color contains mainly: blue. Hex color #6205DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6205DD is #9DFA22. Grayscale: #383838. Windows color (decimal): -10353187 or 14484834. OLE color: 14484834.
HSL color Cylindrical-coordinate representation of color #6205DD: hue angle of 265.83º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6205DD is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 5 | 221 | - |
| CMYK | 0.56 | 0.98 | 0 | 0.13 |
| HSL | 265.83º | 0.96% | 0.44% | - |
| HSV(B) | 265.83º | 0.98% | 0.87% | - |
| XYZ | 18.14 | 7.93 | 68.98 | - |
| YUV | 57.43 | 220.31 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 5 | 221 | 0.56 | 0.98 | 0 | 0.13 | 265.83 | 0.96 | 0.44 |
| Hex | 62 | 5 | DD | 38 | 62 | 0 | D | 10A | 60 | 2C |
| Octal | 142 | 5 | 335 | 70 | 142 | 0 | 15 | 412 | 140 | 54 |
| Binary | 1100010 | 101 | 11011101 | 111000 | 1100010 | 0 | 1101 | 100001010 | 1100000 | 101100 |
Color Harmonies of #6205DD
Complementary color
Monochromatic Colors of #6205DD
Black with #6205DD
Text Example
Text Example
White with #6205DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6205DD; }
p { color: rgb(98,5,221); }
H1.HeaderClassName
{
color: #6205DD;
}
.AnyTagClassName
{
color: #6205DD;
}
</style>
background-color css
<style>
a { background-color: #6205DD; }
a { background-color: rgb(98,5,221); }
div.DivClassName
{
background-color: #6205DD;
}
.BgClassName
{
background-color: #6205DD;
}
</style>
border-color css
<style>
span { border-color: #6205DD; }
span { border-color: rgb(98,5,221); }
td.TdClassName
{
border-color: #6205DD;
}
.TagClassName
{
border-color: #6205DD;
}
</style>