Shades of Slate Blue #6040E5
Tints of Slate Blue #6040E5
RGB
CMYK
RGB Variations
Color information
#6040E5 (or 0x6040E5) is known color: Slate Blue. HEX triplet: 60, 40 and E5. RGB value is (96,64,229). Sum of RGB (Red+Green+Blue) = 96+64+229=389 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.68% from 389); Green value is 64 (25.39% from 255 or 16.45% from 389); Blue value is 229 (89.84% from 255 or 58.87% from 389); Max value from RGB is 229 - color contains mainly: blue. Hex color #6040E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6040E5 is #9FBF1A. Grayscale: #5B5B5B. Windows color (decimal): -10469147 or 15024224. OLE color: 15024224.
HSL color Cylindrical-coordinate representation of color #6040E5: hue angle of 251.64º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6040E5 is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 64 | 229 | - |
| CMYK | 0.58 | 0.72 | 0 | 0.10 |
| HSL | 251.64º | 0.76% | 0.57% | - |
| HSV(B) | 251.64º | 0.72% | 0.9% | - |
| XYZ | 20.8 | 11.81 | 75.31 | - |
| YUV | 92.38 | 205.1 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 64 | 229 | 0.58 | 0.72 | 0 | 0.10 | 251.64 | 0.76 | 0.57 |
| Hex | 60 | 40 | E5 | 3A | 48 | 0 | A | FC | 4C | 39 |
| Octal | 140 | 100 | 345 | 72 | 110 | 0 | 12 | 374 | 114 | 71 |
| Binary | 1100000 | 1000000 | 11100101 | 111010 | 1001000 | 0 | 1010 | 11111100 | 1001100 | 111001 |
Color Harmonies of #6040E5
Complementary color
Monochromatic Colors of #6040E5
Black with #6040E5
Text Example
Text Example
White with #6040E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6040E5; }
p { color: rgb(96,64,229); }
H1.HeaderClassName
{
color: #6040E5;
}
.AnyTagClassName
{
color: #6040E5;
}
</style>
background-color css
<style>
a { background-color: #6040E5; }
a { background-color: rgb(96,64,229); }
div.DivClassName
{
background-color: #6040E5;
}
.BgClassName
{
background-color: #6040E5;
}
</style>
border-color css
<style>
span { border-color: #6040E5; }
span { border-color: rgb(96,64,229); }
td.TdClassName
{
border-color: #6040E5;
}
.TagClassName
{
border-color: #6040E5;
}
</style>