Shades of Slate Blue #6056CC
Tints of Slate Blue #6056CC
RGB
CMYK
RGB Variations
Color information
#6056CC (or 0x6056CC) is known color: Slate Blue. HEX triplet: 60, 56 and CC. RGB value is (96,86,204). Sum of RGB (Red+Green+Blue) = 96+86+204=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #6056CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6056CC is #9FA933. Grayscale: #656565. Windows color (decimal): -10463540 or 13391456. OLE color: 13391456.
HSL color Cylindrical-coordinate representation of color #6056CC: hue angle of 245.08º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6056CC is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 86 | 204 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.2 |
| HSL | 245.08º | 0.54% | 0.57% | - |
| HSV(B) | 245.08º | 0.58% | 0.8% | - |
| XYZ | 19.05 | 13.5 | 58.73 | - |
| YUV | 102.44 | 185.31 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 86 | 204 | 0.53 | 0.58 | 0 | 0.2 | 245.08 | 0.54 | 0.57 |
| Hex | 60 | 56 | CC | 35 | 3A | 0 | 14 | F5 | 36 | 39 |
| Octal | 140 | 126 | 314 | 65 | 72 | 0 | 24 | 365 | 66 | 71 |
| Binary | 1100000 | 1010110 | 11001100 | 110101 | 111010 | 0 | 10100 | 11110101 | 110110 | 111001 |
Color Harmonies of #6056CC
Complementary color
Monochromatic Colors of #6056CC
Black with #6056CC
Text Example
Text Example
White with #6056CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6056CC; }
p { color: rgb(96,86,204); }
H1.HeaderClassName
{
color: #6056CC;
}
.AnyTagClassName
{
color: #6056CC;
}
</style>
background-color css
<style>
a { background-color: #6056CC; }
a { background-color: rgb(96,86,204); }
div.DivClassName
{
background-color: #6056CC;
}
.BgClassName
{
background-color: #6056CC;
}
</style>
border-color css
<style>
span { border-color: #6056CC; }
span { border-color: rgb(96,86,204); }
td.TdClassName
{
border-color: #6056CC;
}
.TagClassName
{
border-color: #6056CC;
}
</style>