Shades of Electric Indigo #6201FF
Tints of Electric Indigo #6201FF
RGB
CMYK
RGB Variations
Color information
#6201FF (or 0x6201FF) is known color: Electric Indigo. HEX triplet: 62, 01 and FF. RGB value is (98,1,255). Sum of RGB (Red+Green+Blue) = 98+1+255=354 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.68% from 354); Green value is 1 (0.78% from 255 or 0.28% from 354); Blue value is 255 (100% from 255 or 72.03% from 354); Max value from RGB is 255 - color contains mainly: blue. Hex color #6201FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6201FF is #9DFE00. Grayscale: #3A3A3A. Windows color (decimal): -10354177 or 16712034. OLE color: 16712034.
HSL color Cylindrical-coordinate representation of color #6201FF: hue angle of 262.91º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6201FF is Cyan = 0.62, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 1 | 255 | - |
| CMYK | 0.62 | 1.00 | 0 | 0 |
| HSL | 262.91º | 1% | 0.5% | - |
| HSV(B) | 262.91º | 1% | 1% | - |
| XYZ | 23.1 | 9.84 | 95.29 | - |
| YUV | 58.96 | 238.64 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 1 | 255 | 0.62 | 1.00 | 0 | 0 | 262.91 | 1 | 0.5 |
| Hex | 62 | 1 | FF | 3E | 64 | 0 | 0 | 107 | 64 | 32 |
| Octal | 142 | 1 | 377 | 76 | 144 | 0 | 0 | 407 | 144 | 62 |
| Binary | 1100010 | 1 | 11111111 | 111110 | 1100100 | 0 | 0 | 100000111 | 1100100 | 110010 |
Color Harmonies of #6201FF
Complementary color
Monochromatic Colors of #6201FF
Black with #6201FF
Text Example
Text Example
White with #6201FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6201FF; }
p { color: rgb(98,1,255); }
H1.HeaderClassName
{
color: #6201FF;
}
.AnyTagClassName
{
color: #6201FF;
}
</style>
background-color css
<style>
a { background-color: #6201FF; }
a { background-color: rgb(98,1,255); }
div.DivClassName
{
background-color: #6201FF;
}
.BgClassName
{
background-color: #6201FF;
}
</style>
border-color css
<style>
span { border-color: #6201FF; }
span { border-color: rgb(98,1,255); }
td.TdClassName
{
border-color: #6201FF;
}
.TagClassName
{
border-color: #6201FF;
}
</style>