Shades of Electric Indigo #6203D8
Tints of Electric Indigo #6203D8
RGB
CMYK
RGB Variations
Color information
#6203D8 (or 0x6203D8) is known color: Electric Indigo. HEX triplet: 62, 03 and D8. RGB value is (98,3,216). Sum of RGB (Red+Green+Blue) = 98+3+216=317 (41% of max value = 765). Red value is 98 (38.67% from 255 or 30.91% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 216 (84.77% from 255 or 68.14% from 317); Max value from RGB is 216 - color contains mainly: blue. Hex color #6203D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6203D8 is #9DFC27. Grayscale: #363636. Windows color (decimal): -10353704 or 14156642. OLE color: 14156642.
HSL color Cylindrical-coordinate representation of color #6203D8: hue angle of 266.76º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6203D8 is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 3 | 216 | - |
| CMYK | 0.55 | 0.99 | 0 | 0.15 |
| HSL | 266.76º | 0.97% | 0.43% | - |
| HSV(B) | 266.76º | 0.99% | 0.85% | - |
| XYZ | 17.46 | 7.62 | 65.52 | - |
| YUV | 55.69 | 218.47 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 3 | 216 | 0.55 | 0.99 | 0 | 0.15 | 266.76 | 0.97 | 0.43 |
| Hex | 62 | 3 | D8 | 37 | 63 | 0 | F | 10B | 61 | 2B |
| Octal | 142 | 3 | 330 | 67 | 143 | 0 | 17 | 413 | 141 | 53 |
| Binary | 1100010 | 11 | 11011000 | 110111 | 1100011 | 0 | 1111 | 100001011 | 1100001 | 101011 |
Color Harmonies of #6203D8
Complementary color
Monochromatic Colors of #6203D8
Black with #6203D8
Text Example
Text Example
White with #6203D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6203D8; }
p { color: rgb(98,3,216); }
H1.HeaderClassName
{
color: #6203D8;
}
.AnyTagClassName
{
color: #6203D8;
}
</style>
background-color css
<style>
a { background-color: #6203D8; }
a { background-color: rgb(98,3,216); }
div.DivClassName
{
background-color: #6203D8;
}
.BgClassName
{
background-color: #6203D8;
}
</style>
border-color css
<style>
span { border-color: #6203D8; }
span { border-color: rgb(98,3,216); }
td.TdClassName
{
border-color: #6203D8;
}
.TagClassName
{
border-color: #6203D8;
}
</style>