Shades of Slate Blue #6042D5
Tints of Slate Blue #6042D5
RGB
CMYK
RGB Variations
Color information
#6042D5 (or 0x6042D5) is known color: Slate Blue. HEX triplet: 60, 42 and D5. RGB value is (96,66,213). Sum of RGB (Red+Green+Blue) = 96+66+213=375 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.6% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 213 (83.59% from 255 or 56.8% from 375); Max value from RGB is 213 - color contains mainly: blue. Hex color #6042D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6042D5 is #9FBD2A. Grayscale: #5B5B5B. Windows color (decimal): -10468651 or 13976160. OLE color: 13976160.
HSL color Cylindrical-coordinate representation of color #6042D5: hue angle of 252.24º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6042D5 is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 66 | 213 | - |
| CMYK | 0.55 | 0.69 | 0 | 0.16 |
| HSL | 252.24º | 0.64% | 0.55% | - |
| HSV(B) | 252.24º | 0.69% | 0.84% | - |
| XYZ | 18.78 | 11.19 | 64.12 | - |
| YUV | 91.73 | 196.44 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 66 | 213 | 0.55 | 0.69 | 0 | 0.16 | 252.24 | 0.64 | 0.55 |
| Hex | 60 | 42 | D5 | 37 | 45 | 0 | 10 | FC | 40 | 37 |
| Octal | 140 | 102 | 325 | 67 | 105 | 0 | 20 | 374 | 100 | 67 |
| Binary | 1100000 | 1000010 | 11010101 | 110111 | 1000101 | 0 | 10000 | 11111100 | 1000000 | 110111 |
Color Harmonies of #6042D5
Complementary color
Monochromatic Colors of #6042D5
Black with #6042D5
Text Example
Text Example
White with #6042D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6042D5; }
p { color: rgb(96,66,213); }
H1.HeaderClassName
{
color: #6042D5;
}
.AnyTagClassName
{
color: #6042D5;
}
</style>
background-color css
<style>
a { background-color: #6042D5; }
a { background-color: rgb(96,66,213); }
div.DivClassName
{
background-color: #6042D5;
}
.BgClassName
{
background-color: #6042D5;
}
</style>
border-color css
<style>
span { border-color: #6042D5; }
span { border-color: rgb(96,66,213); }
td.TdClassName
{
border-color: #6042D5;
}
.TagClassName
{
border-color: #6042D5;
}
</style>