Shades of Slate Blue #6042CB
Tints of Slate Blue #6042CB
RGB
CMYK
RGB Variations
Color information
#6042CB (or 0x6042CB) is known color: Slate Blue. HEX triplet: 60, 42 and CB. RGB value is (96,66,203). Sum of RGB (Red+Green+Blue) = 96+66+203=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #6042CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6042CB is #9FBD34. Grayscale: #5A5A5A. Windows color (decimal): -10468661 or 13320800. OLE color: 13320800.
HSL color Cylindrical-coordinate representation of color #6042CB: hue angle of 253.14º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6042CB is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 66 | 203 | - |
| CMYK | 0.53 | 0.67 | 0 | 0.20 |
| HSL | 253.14º | 0.57% | 0.53% | - |
| HSV(B) | 253.14º | 0.67% | 0.8% | - |
| XYZ | 17.55 | 10.7 | 57.64 | - |
| YUV | 90.59 | 191.44 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 66 | 203 | 0.53 | 0.67 | 0 | 0.20 | 253.14 | 0.57 | 0.53 |
| Hex | 60 | 42 | CB | 35 | 43 | 0 | 14 | FD | 39 | 35 |
| Octal | 140 | 102 | 313 | 65 | 103 | 0 | 24 | 375 | 71 | 65 |
| Binary | 1100000 | 1000010 | 11001011 | 110101 | 1000011 | 0 | 10100 | 11111101 | 111001 | 110101 |
Color Harmonies of #6042CB
Complementary color
Monochromatic Colors of #6042CB
Black with #6042CB
Text Example
Text Example
White with #6042CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6042CB; }
p { color: rgb(96,66,203); }
H1.HeaderClassName
{
color: #6042CB;
}
.AnyTagClassName
{
color: #6042CB;
}
</style>
background-color css
<style>
a { background-color: #6042CB; }
a { background-color: rgb(96,66,203); }
div.DivClassName
{
background-color: #6042CB;
}
.BgClassName
{
background-color: #6042CB;
}
</style>
border-color css
<style>
span { border-color: #6042CB; }
span { border-color: rgb(96,66,203); }
td.TdClassName
{
border-color: #6042CB;
}
.TagClassName
{
border-color: #6042CB;
}
</style>