Shades of Electric Indigo #6203FE
Tints of Electric Indigo #6203FE
RGB
CMYK
RGB Variations
Color information
#6203FE (or 0x6203FE) is known color: Electric Indigo. HEX triplet: 62, 03 and FE. RGB value is (98,3,254). Sum of RGB (Red+Green+Blue) = 98+3+254=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 3 (1.56% from 255 or 0.85% from 355); Blue value is 254 (99.61% from 255 or 71.55% from 355); Max value from RGB is 254 - color contains mainly: blue. Hex color #6203FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6203FE is #9DFC01. Grayscale: #3B3B3B. Windows color (decimal): -10353666 or 16647010. OLE color: 16647010.
HSL color Cylindrical-coordinate representation of color #6203FE: hue angle of 262.71º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6203FE is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 98 | 3 | 254 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.00 |
| HSL | 262.71º | 0.99% | 0.5% | - |
| HSV(B) | 262.71º | 0.99% | 1% | - |
| XYZ | 22.96 | 9.82 | 94.45 | - |
| YUV | 60.02 | 237.47 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 3 | 254 | 0.61 | 0.99 | 0 | 0.00 | 262.71 | 0.99 | 0.5 |
| Hex | 62 | 3 | FE | 3D | 63 | 0 | 0 | 107 | 63 | 32 |
| Octal | 142 | 3 | 376 | 75 | 143 | 0 | 0 | 407 | 143 | 62 |
| Binary | 1100010 | 11 | 11111110 | 111101 | 1100011 | 0 | 0 | 100000111 | 1100011 | 110010 |
Color Harmonies of #6203FE
Complementary color
Monochromatic Colors of #6203FE
Black with #6203FE
Text Example
Text Example
White with #6203FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6203FE; }
p { color: rgb(98,3,254); }
H1.HeaderClassName
{
color: #6203FE;
}
.AnyTagClassName
{
color: #6203FE;
}
</style>
background-color css
<style>
a { background-color: #6203FE; }
a { background-color: rgb(98,3,254); }
div.DivClassName
{
background-color: #6203FE;
}
.BgClassName
{
background-color: #6203FE;
}
</style>
border-color css
<style>
span { border-color: #6203FE; }
span { border-color: rgb(98,3,254); }
td.TdClassName
{
border-color: #6203FE;
}
.TagClassName
{
border-color: #6203FE;
}
</style>