Shades of Electric Indigo #6203E5
Tints of Electric Indigo #6203E5
RGB
CMYK
RGB Variations
Color information
#6203E5 (or 0x6203E5) is known color: Electric Indigo. HEX triplet: 62, 03 and E5. RGB value is (98,3,229). Sum of RGB (Red+Green+Blue) = 98+3+229=330 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.70% from 330); Green value is 3 (1.56% from 255 or 0.91% from 330); Blue value is 229 (89.84% from 255 or 69.39% from 330); Max value from RGB is 229 - color contains mainly: blue. Hex color #6203E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6203E5 is #9DFC1A. Grayscale: #383838. Windows color (decimal): -10353691 or 15008610. OLE color: 15008610.
HSL color Cylindrical-coordinate representation of color #6203E5: hue angle of 265.22º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6203E5 is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 98 | 3 | 229 | - |
| CMYK | 0.57 | 0.99 | 0 | 0.10 |
| HSL | 265.22º | 0.97% | 0.45% | - |
| HSV(B) | 265.22º | 0.99% | 0.9% | - |
| XYZ | 19.21 | 8.32 | 74.72 | - |
| YUV | 57.17 | 224.97 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 3 | 229 | 0.57 | 0.99 | 0 | 0.10 | 265.22 | 0.97 | 0.45 |
| Hex | 62 | 3 | E5 | 39 | 63 | 0 | A | 109 | 61 | 2D |
| Octal | 142 | 3 | 345 | 71 | 143 | 0 | 12 | 411 | 141 | 55 |
| Binary | 1100010 | 11 | 11100101 | 111001 | 1100011 | 0 | 1010 | 100001001 | 1100001 | 101101 |
Color Harmonies of #6203E5
Complementary color
Monochromatic Colors of #6203E5
Black with #6203E5
Text Example
Text Example
White with #6203E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6203E5; }
p { color: rgb(98,3,229); }
H1.HeaderClassName
{
color: #6203E5;
}
.AnyTagClassName
{
color: #6203E5;
}
</style>
background-color css
<style>
a { background-color: #6203E5; }
a { background-color: rgb(98,3,229); }
div.DivClassName
{
background-color: #6203E5;
}
.BgClassName
{
background-color: #6203E5;
}
</style>
border-color css
<style>
span { border-color: #6203E5; }
span { border-color: rgb(98,3,229); }
td.TdClassName
{
border-color: #6203E5;
}
.TagClassName
{
border-color: #6203E5;
}
</style>