Shades of Slate Blue #6048CB
Tints of Slate Blue #6048CB
RGB
CMYK
RGB Variations
Color information
#6048CB (or 0x6048CB) is known color: Slate Blue. HEX triplet: 60, 48 and CB. RGB value is (96,72,203). Sum of RGB (Red+Green+Blue) = 96+72+203=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #6048CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6048CB is #9FB734. Grayscale: #5D5D5D. Windows color (decimal): -10467125 or 13322336. OLE color: 13322336.
HSL color Cylindrical-coordinate representation of color #6048CB: hue angle of 250.99º 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 #6048CB is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 72 | 203 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.20 |
| HSL | 250.99º | 0.56% | 0.54% | - |
| HSV(B) | 250.99º | 0.65% | 0.8% | - |
| XYZ | 17.92 | 11.43 | 57.76 | - |
| YUV | 94.11 | 189.45 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 72 | 203 | 0.53 | 0.65 | 0 | 0.20 | 250.99 | 0.56 | 0.54 |
| Hex | 60 | 48 | CB | 35 | 41 | 0 | 14 | FB | 38 | 36 |
| Octal | 140 | 110 | 313 | 65 | 101 | 0 | 24 | 373 | 70 | 66 |
| Binary | 1100000 | 1001000 | 11001011 | 110101 | 1000001 | 0 | 10100 | 11111011 | 111000 | 110110 |
Color Harmonies of #6048CB
Complementary color
Monochromatic Colors of #6048CB
Black with #6048CB
Text Example
Text Example
White with #6048CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6048CB; }
p { color: rgb(96,72,203); }
H1.HeaderClassName
{
color: #6048CB;
}
.AnyTagClassName
{
color: #6048CB;
}
</style>
background-color css
<style>
a { background-color: #6048CB; }
a { background-color: rgb(96,72,203); }
div.DivClassName
{
background-color: #6048CB;
}
.BgClassName
{
background-color: #6048CB;
}
</style>
border-color css
<style>
span { border-color: #6048CB; }
span { border-color: rgb(96,72,203); }
td.TdClassName
{
border-color: #6048CB;
}
.TagClassName
{
border-color: #6048CB;
}
</style>