Shades of Electric Indigo #6001F6
Tints of Electric Indigo #6001F6
RGB
CMYK
RGB Variations
Color information
#6001F6 (or 0x6001F6) is known color: Electric Indigo. HEX triplet: 60, 01 and F6. RGB value is (96,1,246). Sum of RGB (Red+Green+Blue) = 96+1+246=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 246 (96.48% from 255 or 71.72% from 343); Max value from RGB is 246 - color contains mainly: blue. Hex color #6001F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6001F6 is #9FFE09. Grayscale: #383838. Windows color (decimal): -10485258 or 16122208. OLE color: 16122208.
HSL color Cylindrical-coordinate representation of color #6001F6: hue angle of 263.27º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6001F6 is Cyan = 0.61, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 96 | 1 | 246 | - |
| CMYK | 0.61 | 1.00 | 0 | 0.04 |
| HSL | 263.27º | 0.99% | 0.48% | - |
| HSV(B) | 263.27º | 1% | 0.96% | - |
| XYZ | 21.47 | 9.16 | 87.83 | - |
| YUV | 57.34 | 234.47 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 1 | 246 | 0.61 | 1.00 | 0 | 0.04 | 263.27 | 0.99 | 0.48 |
| Hex | 60 | 1 | F6 | 3D | 64 | 0 | 4 | 107 | 63 | 30 |
| Octal | 140 | 1 | 366 | 75 | 144 | 0 | 4 | 407 | 143 | 60 |
| Binary | 1100000 | 1 | 11110110 | 111101 | 1100100 | 0 | 100 | 100000111 | 1100011 | 110000 |
Color Harmonies of #6001F6
Complementary color
Monochromatic Colors of #6001F6
Black with #6001F6
Text Example
Text Example
White with #6001F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6001F6; }
p { color: rgb(96,1,246); }
H1.HeaderClassName
{
color: #6001F6;
}
.AnyTagClassName
{
color: #6001F6;
}
</style>
background-color css
<style>
a { background-color: #6001F6; }
a { background-color: rgb(96,1,246); }
div.DivClassName
{
background-color: #6001F6;
}
.BgClassName
{
background-color: #6001F6;
}
</style>
border-color css
<style>
span { border-color: #6001F6; }
span { border-color: rgb(96,1,246); }
td.TdClassName
{
border-color: #6001F6;
}
.TagClassName
{
border-color: #6001F6;
}
</style>