Shades of Slate Blue #6048CE
Tints of Slate Blue #6048CE
RGB
CMYK
RGB Variations
Color information
#6048CE (or 0x6048CE) is known color: Slate Blue. HEX triplet: 60, 48 and CE. RGB value is (96,72,206). Sum of RGB (Red+Green+Blue) = 96+72+206=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #6048CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6048CE is #9FB731. Grayscale: #5D5D5D. Windows color (decimal): -10467122 or 13518944. OLE color: 13518944.
HSL color Cylindrical-coordinate representation of color #6048CE: hue angle of 250.75º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6048CE is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 72 | 206 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.19 |
| HSL | 250.75º | 0.58% | 0.55% | - |
| HSV(B) | 250.75º | 0.65% | 0.81% | - |
| XYZ | 18.28 | 11.58 | 59.66 | - |
| YUV | 94.45 | 190.95 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 72 | 206 | 0.53 | 0.65 | 0 | 0.19 | 250.75 | 0.58 | 0.55 |
| Hex | 60 | 48 | CE | 35 | 41 | 0 | 13 | FB | 3A | 37 |
| Octal | 140 | 110 | 316 | 65 | 101 | 0 | 23 | 373 | 72 | 67 |
| Binary | 1100000 | 1001000 | 11001110 | 110101 | 1000001 | 0 | 10011 | 11111011 | 111010 | 110111 |
Color Harmonies of #6048CE
Complementary color
Monochromatic Colors of #6048CE
Black with #6048CE
Text Example
Text Example
White with #6048CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6048CE; }
p { color: rgb(96,72,206); }
H1.HeaderClassName
{
color: #6048CE;
}
.AnyTagClassName
{
color: #6048CE;
}
</style>
background-color css
<style>
a { background-color: #6048CE; }
a { background-color: rgb(96,72,206); }
div.DivClassName
{
background-color: #6048CE;
}
.BgClassName
{
background-color: #6048CE;
}
</style>
border-color css
<style>
span { border-color: #6048CE; }
span { border-color: rgb(96,72,206); }
td.TdClassName
{
border-color: #6048CE;
}
.TagClassName
{
border-color: #6048CE;
}
</style>