Shades of Electric Indigo #6201FD
Tints of Electric Indigo #6201FD
RGB
CMYK
RGB Variations
Color information
#6201FD (or 0x6201FD) is known color: Electric Indigo. HEX triplet: 62, 01 and FD. RGB value is (98,1,253). Sum of RGB (Red+Green+Blue) = 98+1+253=352 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.84% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 253 (99.22% from 255 or 71.88% from 352); Max value from RGB is 253 - color contains mainly: blue. Hex color #6201FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6201FD is #9DFE02. Grayscale: #393939. Windows color (decimal): -10354179 or 16580962. OLE color: 16580962.
HSL color Cylindrical-coordinate representation of color #6201FD: hue angle of 263.1º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6201FD is Cyan = 0.61, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 98 | 1 | 253 | - |
| CMYK | 0.61 | 1.00 | 0 | 0.01 |
| HSL | 263.1º | 0.99% | 0.5% | - |
| HSV(B) | 263.1º | 1% | 0.99% | - |
| XYZ | 22.78 | 9.71 | 93.6 | - |
| YUV | 58.73 | 237.64 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 1 | 253 | 0.61 | 1.00 | 0 | 0.01 | 263.1 | 0.99 | 0.5 |
| Hex | 62 | 1 | FD | 3D | 64 | 0 | 1 | 107 | 63 | 32 |
| Octal | 142 | 1 | 375 | 75 | 144 | 0 | 1 | 407 | 143 | 62 |
| Binary | 1100010 | 1 | 11111101 | 111101 | 1100100 | 0 | 1 | 100000111 | 1100011 | 110010 |
Color Harmonies of #6201FD
Complementary color
Monochromatic Colors of #6201FD
Black with #6201FD
Text Example
Text Example
White with #6201FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6201FD; }
p { color: rgb(98,1,253); }
H1.HeaderClassName
{
color: #6201FD;
}
.AnyTagClassName
{
color: #6201FD;
}
</style>
background-color css
<style>
a { background-color: #6201FD; }
a { background-color: rgb(98,1,253); }
div.DivClassName
{
background-color: #6201FD;
}
.BgClassName
{
background-color: #6201FD;
}
</style>
border-color css
<style>
span { border-color: #6201FD; }
span { border-color: rgb(98,1,253); }
td.TdClassName
{
border-color: #6201FD;
}
.TagClassName
{
border-color: #6201FD;
}
</style>