Shades of Electric Indigo #6001F9
Tints of Electric Indigo #6001F9
RGB
CMYK
RGB Variations
Color information
#6001F9 (or 0x6001F9) is known color: Electric Indigo. HEX triplet: 60, 01 and F9. RGB value is (96,1,249). Sum of RGB (Red+Green+Blue) = 96+1+249=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 1 (0.78% from 255 or 0.29% from 346); Blue value is 249 (97.66% from 255 or 71.97% from 346); Max value from RGB is 249 - color contains mainly: blue. Hex color #6001F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6001F9 is #9FFE06. Grayscale: #383838. Windows color (decimal): -10485255 or 16318816. OLE color: 16318816.
HSL color Cylindrical-coordinate representation of color #6001F9: hue angle of 262.98º 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 #6001F9 is Cyan = 0.61, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 1 | 249 | - |
| CMYK | 0.61 | 1.00 | 0 | 0.02 |
| HSL | 262.98º | 0.99% | 0.49% | - |
| HSV(B) | 262.98º | 1% | 0.98% | - |
| XYZ | 21.93 | 9.35 | 90.27 | - |
| YUV | 57.68 | 235.97 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 1 | 249 | 0.61 | 1.00 | 0 | 0.02 | 262.98 | 0.99 | 0.49 |
| Hex | 60 | 1 | F9 | 3D | 64 | 0 | 2 | 107 | 63 | 31 |
| Octal | 140 | 1 | 371 | 75 | 144 | 0 | 2 | 407 | 143 | 61 |
| Binary | 1100000 | 1 | 11111001 | 111101 | 1100100 | 0 | 10 | 100000111 | 1100011 | 110001 |
Color Harmonies of #6001F9
Complementary color
Monochromatic Colors of #6001F9
Black with #6001F9
Text Example
Text Example
White with #6001F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6001F9; }
p { color: rgb(96,1,249); }
H1.HeaderClassName
{
color: #6001F9;
}
.AnyTagClassName
{
color: #6001F9;
}
</style>
background-color css
<style>
a { background-color: #6001F9; }
a { background-color: rgb(96,1,249); }
div.DivClassName
{
background-color: #6001F9;
}
.BgClassName
{
background-color: #6001F9;
}
</style>
border-color css
<style>
span { border-color: #6001F9; }
span { border-color: rgb(96,1,249); }
td.TdClassName
{
border-color: #6001F9;
}
.TagClassName
{
border-color: #6001F9;
}
</style>