Shades of Electric Indigo #6203FF
Tints of Electric Indigo #6203FF
RGB
CMYK
RGB Variations
Color information
#6203FF (or 0x6203FF) is known color: Electric Indigo. HEX triplet: 62, 03 and FF. RGB value is (98,3,255). Sum of RGB (Red+Green+Blue) = 98+3+255=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #6203FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6203FF is #9DFC00. Grayscale: #3B3B3B. Windows color (decimal): -10353665 or 16712546. OLE color: 16712546.
HSL color Cylindrical-coordinate representation of color #6203FF: hue angle of 262.62º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6203FF is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 3 | 255 | - |
| CMYK | 0.62 | 0.99 | 0 | 0 |
| HSL | 262.62º | 1% | 0.51% | - |
| HSV(B) | 262.62º | 0.99% | 1% | - |
| XYZ | 23.12 | 9.88 | 95.3 | - |
| YUV | 60.13 | 237.97 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 3 | 255 | 0.62 | 0.99 | 0 | 0 | 262.62 | 1 | 0.51 |
| Hex | 62 | 3 | FF | 3E | 63 | 0 | 0 | 107 | 64 | 33 |
| Octal | 142 | 3 | 377 | 76 | 143 | 0 | 0 | 407 | 144 | 63 |
| Binary | 1100010 | 11 | 11111111 | 111110 | 1100011 | 0 | 0 | 100000111 | 1100100 | 110011 |
Color Harmonies of #6203FF
Complementary color
Monochromatic Colors of #6203FF
Black with #6203FF
Text Example
Text Example
White with #6203FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6203FF; }
p { color: rgb(98,3,255); }
H1.HeaderClassName
{
color: #6203FF;
}
.AnyTagClassName
{
color: #6203FF;
}
</style>
background-color css
<style>
a { background-color: #6203FF; }
a { background-color: rgb(98,3,255); }
div.DivClassName
{
background-color: #6203FF;
}
.BgClassName
{
background-color: #6203FF;
}
</style>
border-color css
<style>
span { border-color: #6203FF; }
span { border-color: rgb(98,3,255); }
td.TdClassName
{
border-color: #6203FF;
}
.TagClassName
{
border-color: #6203FF;
}
</style>