Shades of Electric Indigo #6002F7
Tints of Electric Indigo #6002F7
RGB
CMYK
RGB Variations
Color information
#6002F7 (or 0x6002F7) is known color: Electric Indigo. HEX triplet: 60, 02 and F7. RGB value is (96,2,247). Sum of RGB (Red+Green+Blue) = 96+2+247=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 247 (96.88% from 255 or 71.59% from 345); Max value from RGB is 247 - color contains mainly: blue. Hex color #6002F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6002F7 is #9FFD08. Grayscale: #393939. Windows color (decimal): -10485001 or 16188000. OLE color: 16188000.
HSL color Cylindrical-coordinate representation of color #6002F7: hue angle of 263.02º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6002F7 is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 96 | 2 | 247 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.03 |
| HSL | 263.02º | 0.98% | 0.49% | - |
| HSV(B) | 263.02º | 0.99% | 0.97% | - |
| XYZ | 21.63 | 9.25 | 88.64 | - |
| YUV | 58.04 | 234.64 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 2 | 247 | 0.61 | 0.99 | 0 | 0.03 | 263.02 | 0.98 | 0.49 |
| Hex | 60 | 2 | F7 | 3D | 63 | 0 | 3 | 107 | 62 | 31 |
| Octal | 140 | 2 | 367 | 75 | 143 | 0 | 3 | 407 | 142 | 61 |
| Binary | 1100000 | 10 | 11110111 | 111101 | 1100011 | 0 | 11 | 100000111 | 1100010 | 110001 |
Color Harmonies of #6002F7
Complementary color
Monochromatic Colors of #6002F7
Black with #6002F7
Text Example
Text Example
White with #6002F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6002F7; }
p { color: rgb(96,2,247); }
H1.HeaderClassName
{
color: #6002F7;
}
.AnyTagClassName
{
color: #6002F7;
}
</style>
background-color css
<style>
a { background-color: #6002F7; }
a { background-color: rgb(96,2,247); }
div.DivClassName
{
background-color: #6002F7;
}
.BgClassName
{
background-color: #6002F7;
}
</style>
border-color css
<style>
span { border-color: #6002F7; }
span { border-color: rgb(96,2,247); }
td.TdClassName
{
border-color: #6002F7;
}
.TagClassName
{
border-color: #6002F7;
}
</style>