Shades of Electric Indigo #6007F1
Tints of Electric Indigo #6007F1
RGB
CMYK
RGB Variations
Color information
#6007F1 (or 0x6007F1) is known color: Electric Indigo. HEX triplet: 60, 07 and F1. RGB value is (96,7,241). Sum of RGB (Red+Green+Blue) = 96+7+241=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 7 (3.12% from 255 or 2.03% from 344); Blue value is 241 (94.53% from 255 or 70.06% from 344); Max value from RGB is 241 - color contains mainly: blue. Hex color #6007F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6007F1 is #9FF80E. Grayscale: #3B3B3B. Windows color (decimal): -10483727 or 15796064. OLE color: 15796064.
HSL color Cylindrical-coordinate representation of color #6007F1: hue angle of 262.82º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6007F1 is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 7 | 241 | - |
| CMYK | 0.60 | 0.97 | 0 | 0.05 |
| HSL | 262.82º | 0.94% | 0.49% | - |
| HSV(B) | 262.82º | 0.97% | 0.95% | - |
| XYZ | 20.78 | 8.99 | 83.86 | - |
| YUV | 60.29 | 229.99 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 7 | 241 | 0.60 | 0.97 | 0 | 0.05 | 262.82 | 0.94 | 0.49 |
| Hex | 60 | 7 | F1 | 3C | 61 | 0 | 5 | 107 | 5E | 31 |
| Octal | 140 | 7 | 361 | 74 | 141 | 0 | 5 | 407 | 136 | 61 |
| Binary | 1100000 | 111 | 11110001 | 111100 | 1100001 | 0 | 101 | 100000111 | 1011110 | 110001 |
Color Harmonies of #6007F1
Complementary color
Monochromatic Colors of #6007F1
Black with #6007F1
Text Example
Text Example
White with #6007F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6007F1; }
p { color: rgb(96,7,241); }
H1.HeaderClassName
{
color: #6007F1;
}
.AnyTagClassName
{
color: #6007F1;
}
</style>
background-color css
<style>
a { background-color: #6007F1; }
a { background-color: rgb(96,7,241); }
div.DivClassName
{
background-color: #6007F1;
}
.BgClassName
{
background-color: #6007F1;
}
</style>
border-color css
<style>
span { border-color: #6007F1; }
span { border-color: rgb(96,7,241); }
td.TdClassName
{
border-color: #6007F1;
}
.TagClassName
{
border-color: #6007F1;
}
</style>