Shades of Slate Blue #6047CC
Tints of Slate Blue #6047CC
RGB
CMYK
RGB Variations
Color information
#6047CC (or 0x6047CC) is known color: Slate Blue. HEX triplet: 60, 47 and CC. RGB value is (96,71,204). Sum of RGB (Red+Green+Blue) = 96+71+204=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #6047CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6047CC is #9FB833. Grayscale: #5D5D5D. Windows color (decimal): -10467380 or 13387616. OLE color: 13387616.
HSL color Cylindrical-coordinate representation of color #6047CC: hue angle of 251.28º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6047CC is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 71 | 204 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.2 |
| HSL | 251.28º | 0.57% | 0.54% | - |
| HSV(B) | 251.28º | 0.65% | 0.8% | - |
| XYZ | 17.98 | 11.35 | 58.37 | - |
| YUV | 93.64 | 190.28 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 71 | 204 | 0.53 | 0.65 | 0 | 0.2 | 251.28 | 0.57 | 0.54 |
| Hex | 60 | 47 | CC | 35 | 41 | 0 | 14 | FB | 39 | 36 |
| Octal | 140 | 107 | 314 | 65 | 101 | 0 | 24 | 373 | 71 | 66 |
| Binary | 1100000 | 1000111 | 11001100 | 110101 | 1000001 | 0 | 10100 | 11111011 | 111001 | 110110 |
Color Harmonies of #6047CC
Complementary color
Monochromatic Colors of #6047CC
Black with #6047CC
Text Example
Text Example
White with #6047CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6047CC; }
p { color: rgb(96,71,204); }
H1.HeaderClassName
{
color: #6047CC;
}
.AnyTagClassName
{
color: #6047CC;
}
</style>
background-color css
<style>
a { background-color: #6047CC; }
a { background-color: rgb(96,71,204); }
div.DivClassName
{
background-color: #6047CC;
}
.BgClassName
{
background-color: #6047CC;
}
</style>
border-color css
<style>
span { border-color: #6047CC; }
span { border-color: rgb(96,71,204); }
td.TdClassName
{
border-color: #6047CC;
}
.TagClassName
{
border-color: #6047CC;
}
</style>