Shades of Slate Blue #6045CB
Tints of Slate Blue #6045CB
RGB
CMYK
RGB Variations
Color information
#6045CB (or 0x6045CB) is known color: Slate Blue. HEX triplet: 60, 45 and CB. RGB value is (96,69,203). Sum of RGB (Red+Green+Blue) = 96+69+203=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #6045CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6045CB is #9FBA34. Grayscale: #5B5B5B. Windows color (decimal): -10467893 or 13321568. OLE color: 13321568.
HSL color Cylindrical-coordinate representation of color #6045CB: hue angle of 252.09º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6045CB is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 69 | 203 | - |
| CMYK | 0.53 | 0.66 | 0 | 0.20 |
| HSL | 252.09º | 0.56% | 0.53% | - |
| HSV(B) | 252.09º | 0.66% | 0.8% | - |
| XYZ | 17.73 | 11.05 | 57.7 | - |
| YUV | 92.35 | 190.45 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 69 | 203 | 0.53 | 0.66 | 0 | 0.20 | 252.09 | 0.56 | 0.53 |
| Hex | 60 | 45 | CB | 35 | 42 | 0 | 14 | FC | 38 | 35 |
| Octal | 140 | 105 | 313 | 65 | 102 | 0 | 24 | 374 | 70 | 65 |
| Binary | 1100000 | 1000101 | 11001011 | 110101 | 1000010 | 0 | 10100 | 11111100 | 111000 | 110101 |
Color Harmonies of #6045CB
Complementary color
Monochromatic Colors of #6045CB
Black with #6045CB
Text Example
Text Example
White with #6045CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6045CB; }
p { color: rgb(96,69,203); }
H1.HeaderClassName
{
color: #6045CB;
}
.AnyTagClassName
{
color: #6045CB;
}
</style>
background-color css
<style>
a { background-color: #6045CB; }
a { background-color: rgb(96,69,203); }
div.DivClassName
{
background-color: #6045CB;
}
.BgClassName
{
background-color: #6045CB;
}
</style>
border-color css
<style>
span { border-color: #6045CB; }
span { border-color: rgb(96,69,203); }
td.TdClassName
{
border-color: #6045CB;
}
.TagClassName
{
border-color: #6045CB;
}
</style>