Shades of Electric Indigo #600EFF
Tints of Electric Indigo #600EFF
RGB
CMYK
RGB Variations
Color information
#600EFF (or 0x600EFF) is known color: Electric Indigo. HEX triplet: 60, 0E and FF. RGB value is (96,14,255). Sum of RGB (Red+Green+Blue) = 96+14+255=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 14 (5.86% from 255 or 3.84% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #600EFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #600EFF is #9FF100. Grayscale: #414141. Windows color (decimal): -10481921 or 16715360. OLE color: 16715360.
HSL color Cylindrical-coordinate representation of color #600EFF: hue angle of 260.41º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600EFF is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 14 | 255 | - |
| CMYK | 0.62 | 0.95 | 0 | 0 |
| HSL | 260.41º | 1% | 0.53% | - |
| HSV(B) | 260.41º | 0.95% | 1% | - |
| XYZ | 23.03 | 10.02 | 95.33 | - |
| YUV | 65.99 | 234.67 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 14 | 255 | 0.62 | 0.95 | 0 | 0 | 260.41 | 1 | 0.53 |
| Hex | 60 | E | FF | 3E | 5F | 0 | 0 | 104 | 64 | 35 |
| Octal | 140 | 16 | 377 | 76 | 137 | 0 | 0 | 404 | 144 | 65 |
| Binary | 1100000 | 1110 | 11111111 | 111110 | 1011111 | 0 | 0 | 100000100 | 1100100 | 110101 |
Color Harmonies of #600EFF
Complementary color
Monochromatic Colors of #600EFF
Black with #600EFF
Text Example
Text Example
White with #600EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600EFF; }
p { color: rgb(96,14,255); }
H1.HeaderClassName
{
color: #600EFF;
}
.AnyTagClassName
{
color: #600EFF;
}
</style>
background-color css
<style>
a { background-color: #600EFF; }
a { background-color: rgb(96,14,255); }
div.DivClassName
{
background-color: #600EFF;
}
.BgClassName
{
background-color: #600EFF;
}
</style>
border-color css
<style>
span { border-color: #600EFF; }
span { border-color: rgb(96,14,255); }
td.TdClassName
{
border-color: #600EFF;
}
.TagClassName
{
border-color: #600EFF;
}
</style>