Shades of Slate Blue #6052DA
Tints of Slate Blue #6052DA
RGB
CMYK
RGB Variations
Color information
#6052DA (or 0x6052DA) is known color: Slate Blue. HEX triplet: 60, 52 and DA. RGB value is (96,82,218). Sum of RGB (Red+Green+Blue) = 96+82+218=396 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.24% from 396); Green value is 82 (32.42% from 255 or 20.71% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #6052DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6052DA is #9FAD25. Grayscale: #656565. Windows color (decimal): -10464550 or 14307936. OLE color: 14307936.
HSL color Cylindrical-coordinate representation of color #6052DA: hue angle of 246.18º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6052DA is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 82 | 218 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.15 |
| HSL | 246.18º | 0.65% | 0.59% | - |
| HSV(B) | 246.18º | 0.62% | 0.85% | - |
| XYZ | 20.5 | 13.58 | 67.87 | - |
| YUV | 101.69 | 193.64 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 82 | 218 | 0.56 | 0.62 | 0 | 0.15 | 246.18 | 0.65 | 0.59 |
| Hex | 60 | 52 | DA | 38 | 3E | 0 | F | F6 | 41 | 3B |
| Octal | 140 | 122 | 332 | 70 | 76 | 0 | 17 | 366 | 101 | 73 |
| Binary | 1100000 | 1010010 | 11011010 | 111000 | 111110 | 0 | 1111 | 11110110 | 1000001 | 111011 |
Color Harmonies of #6052DA
Complementary color
Monochromatic Colors of #6052DA
Black with #6052DA
Text Example
Text Example
White with #6052DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6052DA; }
p { color: rgb(96,82,218); }
H1.HeaderClassName
{
color: #6052DA;
}
.AnyTagClassName
{
color: #6052DA;
}
</style>
background-color css
<style>
a { background-color: #6052DA; }
a { background-color: rgb(96,82,218); }
div.DivClassName
{
background-color: #6052DA;
}
.BgClassName
{
background-color: #6052DA;
}
</style>
border-color css
<style>
span { border-color: #6052DA; }
span { border-color: rgb(96,82,218); }
td.TdClassName
{
border-color: #6052DA;
}
.TagClassName
{
border-color: #6052DA;
}
</style>