Shades of Electric Indigo #6203FA
Tints of Electric Indigo #6203FA
RGB
CMYK
RGB Variations
Color information
#6203FA (or 0x6203FA) is known color: Electric Indigo. HEX triplet: 62, 03 and FA. RGB value is (98,3,250). Sum of RGB (Red+Green+Blue) = 98+3+250=351 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.92% from 351); Green value is 3 (1.56% from 255 or 0.85% from 351); Blue value is 250 (98.05% from 255 or 71.23% from 351); Max value from RGB is 250 - color contains mainly: blue. Hex color #6203FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6203FA is #9DFC05. Grayscale: #3A3A3A. Windows color (decimal): -10353670 or 16384866. OLE color: 16384866.
HSL color Cylindrical-coordinate representation of color #6203FA: hue angle of 263.08º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6203FA is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 3 | 250 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.02 |
| HSL | 263.08º | 0.98% | 0.5% | - |
| HSV(B) | 263.08º | 0.99% | 0.98% | - |
| XYZ | 22.32 | 9.56 | 91.11 | - |
| YUV | 59.56 | 235.47 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 3 | 250 | 0.61 | 0.99 | 0 | 0.02 | 263.08 | 0.98 | 0.5 |
| Hex | 62 | 3 | FA | 3D | 63 | 0 | 2 | 107 | 62 | 32 |
| Octal | 142 | 3 | 372 | 75 | 143 | 0 | 2 | 407 | 142 | 62 |
| Binary | 1100010 | 11 | 11111010 | 111101 | 1100011 | 0 | 10 | 100000111 | 1100010 | 110010 |
Color Harmonies of #6203FA
Complementary color
Monochromatic Colors of #6203FA
Black with #6203FA
Text Example
Text Example
White with #6203FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6203FA; }
p { color: rgb(98,3,250); }
H1.HeaderClassName
{
color: #6203FA;
}
.AnyTagClassName
{
color: #6203FA;
}
</style>
background-color css
<style>
a { background-color: #6203FA; }
a { background-color: rgb(98,3,250); }
div.DivClassName
{
background-color: #6203FA;
}
.BgClassName
{
background-color: #6203FA;
}
</style>
border-color css
<style>
span { border-color: #6203FA; }
span { border-color: rgb(98,3,250); }
td.TdClassName
{
border-color: #6203FA;
}
.TagClassName
{
border-color: #6203FA;
}
</style>