Shades of Slate Blue #604BCD
Tints of Slate Blue #604BCD
RGB
CMYK
RGB Variations
Color information
#604BCD (or 0x604BCD) is known color: Slate Blue. HEX triplet: 60, 4B and CD. RGB value is (96,75,205). Sum of RGB (Red+Green+Blue) = 96+75+205=376 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.53% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 205 (80.47% from 255 or 54.52% from 376); Max value from RGB is 205 - color contains mainly: blue. Hex color #604BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #604BCD is #9FB432. Grayscale: #5F5F5F. Windows color (decimal): -10466355 or 13454176. OLE color: 13454176.
HSL color Cylindrical-coordinate representation of color #604BCD: hue angle of 249.69º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #604BCD is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 75 | 205 | - |
| CMYK | 0.53 | 0.63 | 0 | 0.20 |
| HSL | 249.69º | 0.57% | 0.55% | - |
| HSV(B) | 249.69º | 0.63% | 0.8% | - |
| XYZ | 18.36 | 11.93 | 59.09 | - |
| YUV | 96.1 | 189.46 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 75 | 205 | 0.53 | 0.63 | 0 | 0.20 | 249.69 | 0.57 | 0.55 |
| Hex | 60 | 4B | CD | 35 | 3F | 0 | 14 | FA | 39 | 37 |
| Octal | 140 | 113 | 315 | 65 | 77 | 0 | 24 | 372 | 71 | 67 |
| Binary | 1100000 | 1001011 | 11001101 | 110101 | 111111 | 0 | 10100 | 11111010 | 111001 | 110111 |
Color Harmonies of #604BCD
Complementary color
Monochromatic Colors of #604BCD
Black with #604BCD
Text Example
Text Example
White with #604BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604BCD; }
p { color: rgb(96,75,205); }
H1.HeaderClassName
{
color: #604BCD;
}
.AnyTagClassName
{
color: #604BCD;
}
</style>
background-color css
<style>
a { background-color: #604BCD; }
a { background-color: rgb(96,75,205); }
div.DivClassName
{
background-color: #604BCD;
}
.BgClassName
{
background-color: #604BCD;
}
</style>
border-color css
<style>
span { border-color: #604BCD; }
span { border-color: rgb(96,75,205); }
td.TdClassName
{
border-color: #604BCD;
}
.TagClassName
{
border-color: #604BCD;
}
</style>