Shades of Electric Indigo #6203DF
Tints of Electric Indigo #6203DF
RGB
CMYK
RGB Variations
Color information
#6203DF (or 0x6203DF) is known color: Electric Indigo. HEX triplet: 62, 03 and DF. RGB value is (98,3,223). Sum of RGB (Red+Green+Blue) = 98+3+223=324 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.25% from 324); Green value is 3 (1.56% from 255 or 0.93% from 324); Blue value is 223 (87.5% from 255 or 68.83% from 324); Max value from RGB is 223 - color contains mainly: blue. Hex color #6203DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6203DF is #9DFC20. Grayscale: #373737. Windows color (decimal): -10353697 or 14615394. OLE color: 14615394.
HSL color Cylindrical-coordinate representation of color #6203DF: hue angle of 265.91º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6203DF is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 3 | 223 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.13 |
| HSL | 265.91º | 0.97% | 0.44% | - |
| HSV(B) | 265.91º | 0.99% | 0.87% | - |
| XYZ | 18.39 | 7.99 | 70.38 | - |
| YUV | 56.49 | 221.97 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 3 | 223 | 0.56 | 0.99 | 0 | 0.13 | 265.91 | 0.97 | 0.44 |
| Hex | 62 | 3 | DF | 38 | 63 | 0 | D | 10A | 61 | 2C |
| Octal | 142 | 3 | 337 | 70 | 143 | 0 | 15 | 412 | 141 | 54 |
| Binary | 1100010 | 11 | 11011111 | 111000 | 1100011 | 0 | 1101 | 100001010 | 1100001 | 101100 |
Color Harmonies of #6203DF
Complementary color
Monochromatic Colors of #6203DF
Black with #6203DF
Text Example
Text Example
White with #6203DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6203DF; }
p { color: rgb(98,3,223); }
H1.HeaderClassName
{
color: #6203DF;
}
.AnyTagClassName
{
color: #6203DF;
}
</style>
background-color css
<style>
a { background-color: #6203DF; }
a { background-color: rgb(98,3,223); }
div.DivClassName
{
background-color: #6203DF;
}
.BgClassName
{
background-color: #6203DF;
}
</style>
border-color css
<style>
span { border-color: #6203DF; }
span { border-color: rgb(98,3,223); }
td.TdClassName
{
border-color: #6203DF;
}
.TagClassName
{
border-color: #6203DF;
}
</style>