Shades of Electric Indigo #6205E5
Tints of Electric Indigo #6205E5
RGB
CMYK
RGB Variations
Color information
#6205E5 (or 0x6205E5) is known color: Electric Indigo. HEX triplet: 62, 05 and E5. RGB value is (98,5,229). Sum of RGB (Red+Green+Blue) = 98+5+229=332 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.52% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 229 (89.84% from 255 or 68.98% from 332); Max value from RGB is 229 - color contains mainly: blue. Hex color #6205E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6205E5 is #9DFA1A. Grayscale: #393939. Windows color (decimal): -10353179 or 15009122. OLE color: 15009122.
HSL color Cylindrical-coordinate representation of color #6205E5: hue angle of 264.91º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6205E5 is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 98 | 5 | 229 | - |
| CMYK | 0.57 | 0.98 | 0 | 0.10 |
| HSL | 264.91º | 0.96% | 0.46% | - |
| HSV(B) | 264.91º | 0.98% | 0.9% | - |
| XYZ | 19.23 | 8.36 | 74.73 | - |
| YUV | 58.34 | 224.31 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 5 | 229 | 0.57 | 0.98 | 0 | 0.10 | 264.91 | 0.96 | 0.46 |
| Hex | 62 | 5 | E5 | 39 | 62 | 0 | A | 109 | 60 | 2E |
| Octal | 142 | 5 | 345 | 71 | 142 | 0 | 12 | 411 | 140 | 56 |
| Binary | 1100010 | 101 | 11100101 | 111001 | 1100010 | 0 | 1010 | 100001001 | 1100000 | 101110 |
Color Harmonies of #6205E5
Complementary color
Monochromatic Colors of #6205E5
Black with #6205E5
Text Example
Text Example
White with #6205E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6205E5; }
p { color: rgb(98,5,229); }
H1.HeaderClassName
{
color: #6205E5;
}
.AnyTagClassName
{
color: #6205E5;
}
</style>
background-color css
<style>
a { background-color: #6205E5; }
a { background-color: rgb(98,5,229); }
div.DivClassName
{
background-color: #6205E5;
}
.BgClassName
{
background-color: #6205E5;
}
</style>
border-color css
<style>
span { border-color: #6205E5; }
span { border-color: rgb(98,5,229); }
td.TdClassName
{
border-color: #6205E5;
}
.TagClassName
{
border-color: #6205E5;
}
</style>