Shades of Electric Indigo #600FFE
Tints of Electric Indigo #600FFE
RGB
CMYK
RGB Variations
Color information
#600FFE (or 0x600FFE) is known color: Electric Indigo. HEX triplet: 60, 0F and FE. RGB value is (96,15,254). Sum of RGB (Red+Green+Blue) = 96+15+254=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 254 (99.61% from 255 or 69.59% from 365); Max value from RGB is 254 - color contains mainly: blue. Hex color #600FFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #600FFE is #9FF001. Grayscale: #414141. Windows color (decimal): -10481666 or 16650080. OLE color: 16650080.
HSL color Cylindrical-coordinate representation of color #600FFE: hue angle of 260.33º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600FFE is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 15 | 254 | - |
| CMYK | 0.62 | 0.94 | 0 | 0.00 |
| HSL | 260.33º | 0.99% | 0.53% | - |
| HSV(B) | 260.33º | 0.94% | 1% | - |
| XYZ | 22.88 | 9.98 | 94.49 | - |
| YUV | 66.47 | 233.84 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 15 | 254 | 0.62 | 0.94 | 0 | 0.00 | 260.33 | 0.99 | 0.53 |
| Hex | 60 | F | FE | 3E | 5E | 0 | 0 | 104 | 63 | 35 |
| Octal | 140 | 17 | 376 | 76 | 136 | 0 | 0 | 404 | 143 | 65 |
| Binary | 1100000 | 1111 | 11111110 | 111110 | 1011110 | 0 | 0 | 100000100 | 1100011 | 110101 |
Color Harmonies of #600FFE
Complementary color
Monochromatic Colors of #600FFE
Black with #600FFE
Text Example
Text Example
White with #600FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600FFE; }
p { color: rgb(96,15,254); }
H1.HeaderClassName
{
color: #600FFE;
}
.AnyTagClassName
{
color: #600FFE;
}
</style>
background-color css
<style>
a { background-color: #600FFE; }
a { background-color: rgb(96,15,254); }
div.DivClassName
{
background-color: #600FFE;
}
.BgClassName
{
background-color: #600FFE;
}
</style>
border-color css
<style>
span { border-color: #600FFE; }
span { border-color: rgb(96,15,254); }
td.TdClassName
{
border-color: #600FFE;
}
.TagClassName
{
border-color: #600FFE;
}
</style>