Shades of Slate Blue #6052CC
Tints of Slate Blue #6052CC
RGB
CMYK
RGB Variations
Color information
#6052CC (or 0x6052CC) is known color: Slate Blue. HEX triplet: 60, 52 and CC. RGB value is (96,82,204). Sum of RGB (Red+Green+Blue) = 96+82+204=382 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.13% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #6052CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6052CC is #9FAD33. Grayscale: #636363. Windows color (decimal): -10464564 or 13390432. OLE color: 13390432.
HSL color Cylindrical-coordinate representation of color #6052CC: hue angle of 246.89º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6052CC is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 82 | 204 | - |
| CMYK | 0.53 | 0.60 | 0 | 0.2 |
| HSL | 246.89º | 0.54% | 0.56% | - |
| HSV(B) | 246.89º | 0.6% | 0.8% | - |
| XYZ | 18.74 | 12.88 | 58.63 | - |
| YUV | 100.09 | 186.64 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 82 | 204 | 0.53 | 0.60 | 0 | 0.2 | 246.89 | 0.54 | 0.56 |
| Hex | 60 | 52 | CC | 35 | 3C | 0 | 14 | F7 | 36 | 38 |
| Octal | 140 | 122 | 314 | 65 | 74 | 0 | 24 | 367 | 66 | 70 |
| Binary | 1100000 | 1010010 | 11001100 | 110101 | 111100 | 0 | 10100 | 11110111 | 110110 | 111000 |
Color Harmonies of #6052CC
Complementary color
Monochromatic Colors of #6052CC
Black with #6052CC
Text Example
Text Example
White with #6052CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6052CC; }
p { color: rgb(96,82,204); }
H1.HeaderClassName
{
color: #6052CC;
}
.AnyTagClassName
{
color: #6052CC;
}
</style>
background-color css
<style>
a { background-color: #6052CC; }
a { background-color: rgb(96,82,204); }
div.DivClassName
{
background-color: #6052CC;
}
.BgClassName
{
background-color: #6052CC;
}
</style>
border-color css
<style>
span { border-color: #6052CC; }
span { border-color: rgb(96,82,204); }
td.TdClassName
{
border-color: #6052CC;
}
.TagClassName
{
border-color: #6052CC;
}
</style>