Shades of Electric Indigo #6201F9
Tints of Electric Indigo #6201F9
RGB
CMYK
RGB Variations
Color information
#6201F9 (or 0x6201F9) is known color: Electric Indigo. HEX triplet: 62, 01 and F9. RGB value is (98,1,249). Sum of RGB (Red+Green+Blue) = 98+1+249=348 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.16% from 348); Green value is 1 (0.78% from 255 or 0.29% from 348); Blue value is 249 (97.66% from 255 or 71.55% from 348); Max value from RGB is 249 - color contains mainly: blue. Hex color #6201F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6201F9 is #9DFE06. Grayscale: #393939. Windows color (decimal): -10354183 or 16318818. OLE color: 16318818.
HSL color Cylindrical-coordinate representation of color #6201F9: hue angle of 263.47º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6201F9 is Cyan = 0.61, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 1 | 249 | - |
| CMYK | 0.61 | 1.00 | 0 | 0.02 |
| HSL | 263.47º | 0.99% | 0.49% | - |
| HSV(B) | 263.47º | 1% | 0.98% | - |
| XYZ | 22.15 | 9.46 | 90.28 | - |
| YUV | 58.28 | 235.64 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 1 | 249 | 0.61 | 1.00 | 0 | 0.02 | 263.47 | 0.99 | 0.49 |
| Hex | 62 | 1 | F9 | 3D | 64 | 0 | 2 | 107 | 63 | 31 |
| Octal | 142 | 1 | 371 | 75 | 144 | 0 | 2 | 407 | 143 | 61 |
| Binary | 1100010 | 1 | 11111001 | 111101 | 1100100 | 0 | 10 | 100000111 | 1100011 | 110001 |
Color Harmonies of #6201F9
Complementary color
Monochromatic Colors of #6201F9
Black with #6201F9
Text Example
Text Example
White with #6201F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6201F9; }
p { color: rgb(98,1,249); }
H1.HeaderClassName
{
color: #6201F9;
}
.AnyTagClassName
{
color: #6201F9;
}
</style>
background-color css
<style>
a { background-color: #6201F9; }
a { background-color: rgb(98,1,249); }
div.DivClassName
{
background-color: #6201F9;
}
.BgClassName
{
background-color: #6201F9;
}
</style>
border-color css
<style>
span { border-color: #6201F9; }
span { border-color: rgb(98,1,249); }
td.TdClassName
{
border-color: #6201F9;
}
.TagClassName
{
border-color: #6201F9;
}
</style>