Shades of Slate Blue #6052CA
Tints of Slate Blue #6052CA
RGB
CMYK
RGB Variations
Color information
#6052CA (or 0x6052CA) is known color: Slate Blue. HEX triplet: 60, 52 and CA. RGB value is (96,82,202). Sum of RGB (Red+Green+Blue) = 96+82+202=380 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.26% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 202 (79.30% from 255 or 53.16% from 380); Max value from RGB is 202 - color contains mainly: blue. Hex color #6052CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6052CA is #9FAD35. Grayscale: #636363. Windows color (decimal): -10464566 or 13259360. OLE color: 13259360.
HSL color Cylindrical-coordinate representation of color #6052CA: hue angle of 247º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6052CA is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 82 | 202 | - |
| CMYK | 0.52 | 0.59 | 0 | 0.21 |
| HSL | 247º | 0.53% | 0.56% | - |
| HSV(B) | 247º | 0.59% | 0.79% | - |
| XYZ | 18.5 | 12.79 | 57.37 | - |
| YUV | 99.87 | 185.64 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 82 | 202 | 0.52 | 0.59 | 0 | 0.21 | 247 | 0.53 | 0.56 |
| Hex | 60 | 52 | CA | 34 | 3B | 0 | 15 | F7 | 35 | 38 |
| Octal | 140 | 122 | 312 | 64 | 73 | 0 | 25 | 367 | 65 | 70 |
| Binary | 1100000 | 1010010 | 11001010 | 110100 | 111011 | 0 | 10101 | 11110111 | 110101 | 111000 |
Color Harmonies of #6052CA
Complementary color
Monochromatic Colors of #6052CA
Black with #6052CA
Text Example
Text Example
White with #6052CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6052CA; }
p { color: rgb(96,82,202); }
H1.HeaderClassName
{
color: #6052CA;
}
.AnyTagClassName
{
color: #6052CA;
}
</style>
background-color css
<style>
a { background-color: #6052CA; }
a { background-color: rgb(96,82,202); }
div.DivClassName
{
background-color: #6052CA;
}
.BgClassName
{
background-color: #6052CA;
}
</style>
border-color css
<style>
span { border-color: #6052CA; }
span { border-color: rgb(96,82,202); }
td.TdClassName
{
border-color: #6052CA;
}
.TagClassName
{
border-color: #6052CA;
}
</style>