Shades of Slate Blue #6052DF
Tints of Slate Blue #6052DF
RGB
CMYK
RGB Variations
Color information
#6052DF (or 0x6052DF) is known color: Slate Blue. HEX triplet: 60, 52 and DF. RGB value is (96,82,223). Sum of RGB (Red+Green+Blue) = 96+82+223=401 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.94% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #6052DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6052DF is #9FAD20. Grayscale: #656565. Windows color (decimal): -10464545 or 14635616. OLE color: 14635616.
HSL color Cylindrical-coordinate representation of color #6052DF: hue angle of 245.96º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6052DF is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 82 | 223 | - |
| CMYK | 0.57 | 0.63 | 0 | 0.13 |
| HSL | 245.96º | 0.69% | 0.6% | - |
| HSV(B) | 245.96º | 0.63% | 0.87% | - |
| XYZ | 21.16 | 13.85 | 71.37 | - |
| YUV | 102.26 | 196.14 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 82 | 223 | 0.57 | 0.63 | 0 | 0.13 | 245.96 | 0.69 | 0.6 |
| Hex | 60 | 52 | DF | 39 | 3F | 0 | D | F6 | 45 | 3C |
| Octal | 140 | 122 | 337 | 71 | 77 | 0 | 15 | 366 | 105 | 74 |
| Binary | 1100000 | 1010010 | 11011111 | 111001 | 111111 | 0 | 1101 | 11110110 | 1000101 | 111100 |
Color Harmonies of #6052DF
Complementary color
Monochromatic Colors of #6052DF
Black with #6052DF
Text Example
Text Example
White with #6052DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6052DF; }
p { color: rgb(96,82,223); }
H1.HeaderClassName
{
color: #6052DF;
}
.AnyTagClassName
{
color: #6052DF;
}
</style>
background-color css
<style>
a { background-color: #6052DF; }
a { background-color: rgb(96,82,223); }
div.DivClassName
{
background-color: #6052DF;
}
.BgClassName
{
background-color: #6052DF;
}
</style>
border-color css
<style>
span { border-color: #6052DF; }
span { border-color: rgb(96,82,223); }
td.TdClassName
{
border-color: #6052DF;
}
.TagClassName
{
border-color: #6052DF;
}
</style>