Shades of Slate Blue #6047CB
Tints of Slate Blue #6047CB
RGB
CMYK
RGB Variations
Color information
#6047CB (or 0x6047CB) is known color: Slate Blue. HEX triplet: 60, 47 and CB. RGB value is (96,71,203). Sum of RGB (Red+Green+Blue) = 96+71+203=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #6047CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6047CB is #9FB834. Grayscale: #5D5D5D. Windows color (decimal): -10467381 or 13322080. OLE color: 13322080.
HSL color Cylindrical-coordinate representation of color #6047CB: hue angle of 251.36º degrees, saturation: 0.56, 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 #6047CB is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 71 | 203 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.20 |
| HSL | 251.36º | 0.56% | 0.54% | - |
| HSV(B) | 251.36º | 0.65% | 0.8% | - |
| XYZ | 17.86 | 11.31 | 57.74 | - |
| YUV | 93.52 | 189.78 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 71 | 203 | 0.53 | 0.65 | 0 | 0.20 | 251.36 | 0.56 | 0.54 |
| Hex | 60 | 47 | CB | 35 | 41 | 0 | 14 | FB | 38 | 36 |
| Octal | 140 | 107 | 313 | 65 | 101 | 0 | 24 | 373 | 70 | 66 |
| Binary | 1100000 | 1000111 | 11001011 | 110101 | 1000001 | 0 | 10100 | 11111011 | 111000 | 110110 |
Color Harmonies of #6047CB
Complementary color
Monochromatic Colors of #6047CB
Black with #6047CB
Text Example
Text Example
White with #6047CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6047CB; }
p { color: rgb(96,71,203); }
H1.HeaderClassName
{
color: #6047CB;
}
.AnyTagClassName
{
color: #6047CB;
}
</style>
background-color css
<style>
a { background-color: #6047CB; }
a { background-color: rgb(96,71,203); }
div.DivClassName
{
background-color: #6047CB;
}
.BgClassName
{
background-color: #6047CB;
}
</style>
border-color css
<style>
span { border-color: #6047CB; }
span { border-color: rgb(96,71,203); }
td.TdClassName
{
border-color: #6047CB;
}
.TagClassName
{
border-color: #6047CB;
}
</style>