Shades of Electric Indigo #6008F4
Tints of Electric Indigo #6008F4
RGB
CMYK
RGB Variations
Color information
#6008F4 (or 0x6008F4) is known color: Electric Indigo. HEX triplet: 60, 08 and F4. RGB value is (96,8,244). Sum of RGB (Red+Green+Blue) = 96+8+244=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 8 (3.52% from 255 or 2.30% from 348); Blue value is 244 (95.70% from 255 or 70.11% from 348); Max value from RGB is 244 - color contains mainly: blue. Hex color #6008F4 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6008F4 is #9FF70B. Grayscale: #3C3C3C. Windows color (decimal): -10483468 or 15992928. OLE color: 15992928.
HSL color Cylindrical-coordinate representation of color #6008F4: hue angle of 262.37º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6008F4 is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 96 | 8 | 244 | - |
| CMYK | 0.61 | 0.97 | 0 | 0.04 |
| HSL | 262.37º | 0.94% | 0.49% | - |
| HSV(B) | 262.37º | 0.97% | 0.96% | - |
| XYZ | 21.24 | 9.19 | 86.24 | - |
| YUV | 61.22 | 231.15 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 8 | 244 | 0.61 | 0.97 | 0 | 0.04 | 262.37 | 0.94 | 0.49 |
| Hex | 60 | 8 | F4 | 3D | 61 | 0 | 4 | 106 | 5E | 31 |
| Octal | 140 | 10 | 364 | 75 | 141 | 0 | 4 | 406 | 136 | 61 |
| Binary | 1100000 | 1000 | 11110100 | 111101 | 1100001 | 0 | 100 | 100000110 | 1011110 | 110001 |
Color Harmonies of #6008F4
Complementary color
Monochromatic Colors of #6008F4
Black with #6008F4
Text Example
Text Example
White with #6008F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6008F4; }
p { color: rgb(96,8,244); }
H1.HeaderClassName
{
color: #6008F4;
}
.AnyTagClassName
{
color: #6008F4;
}
</style>
background-color css
<style>
a { background-color: #6008F4; }
a { background-color: rgb(96,8,244); }
div.DivClassName
{
background-color: #6008F4;
}
.BgClassName
{
background-color: #6008F4;
}
</style>
border-color css
<style>
span { border-color: #6008F4; }
span { border-color: rgb(96,8,244); }
td.TdClassName
{
border-color: #6008F4;
}
.TagClassName
{
border-color: #6008F4;
}
</style>