Shades of Electric Indigo #6203D2
Tints of Electric Indigo #6203D2
RGB
CMYK
RGB Variations
Color information
#6203D2 (or 0x6203D2) is known color: Electric Indigo. HEX triplet: 62, 03 and D2. RGB value is (98,3,210). Sum of RGB (Red+Green+Blue) = 98+3+210=311 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.51% from 311); Green value is 3 (1.56% from 255 or 0.96% from 311); Blue value is 210 (82.42% from 255 or 67.52% from 311); Max value from RGB is 210 - color contains mainly: blue. Hex color #6203D2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6203D2 is #9DFC2D. Grayscale: #363636. Windows color (decimal): -10353710 or 13763426. OLE color: 13763426.
HSL color Cylindrical-coordinate representation of color #6203D2: hue angle of 267.54º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6203D2 is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 3 | 210 | - |
| CMYK | 0.53 | 0.99 | 0 | 0.18 |
| HSL | 267.54º | 0.97% | 0.42% | - |
| HSV(B) | 267.54º | 0.99% | 0.82% | - |
| XYZ | 16.7 | 7.31 | 61.5 | - |
| YUV | 55 | 215.47 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 3 | 210 | 0.53 | 0.99 | 0 | 0.18 | 267.54 | 0.97 | 0.42 |
| Hex | 62 | 3 | D2 | 35 | 63 | 0 | 12 | 10C | 61 | 2A |
| Octal | 142 | 3 | 322 | 65 | 143 | 0 | 22 | 414 | 141 | 52 |
| Binary | 1100010 | 11 | 11010010 | 110101 | 1100011 | 0 | 10010 | 100001100 | 1100001 | 101010 |
Color Harmonies of #6203D2
Complementary color
Monochromatic Colors of #6203D2
Black with #6203D2
Text Example
Text Example
White with #6203D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6203D2; }
p { color: rgb(98,3,210); }
H1.HeaderClassName
{
color: #6203D2;
}
.AnyTagClassName
{
color: #6203D2;
}
</style>
background-color css
<style>
a { background-color: #6203D2; }
a { background-color: rgb(98,3,210); }
div.DivClassName
{
background-color: #6203D2;
}
.BgClassName
{
background-color: #6203D2;
}
</style>
border-color css
<style>
span { border-color: #6203D2; }
span { border-color: rgb(98,3,210); }
td.TdClassName
{
border-color: #6203D2;
}
.TagClassName
{
border-color: #6203D2;
}
</style>