Shades of Slate Grey #607D9C
Tints of Slate Grey #607D9C
RGB
CMYK
RGB Variations
Color information
#607D9C (or 0x607D9C) is known color: Slate Grey. HEX triplet: 60, 7D and 9C. RGB value is (96,125,156). Sum of RGB (Red+Green+Blue) = 96+125+156=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 156 - color contains mainly: blue. Hex color #607D9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607D9C is #9F8263. Grayscale: #777777. Windows color (decimal): -10453604 or 10255712. OLE color: 10255712.
HSL color Cylindrical-coordinate representation of color #607D9C: hue angle of 211º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #607D9C is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 125 | 156 | - |
| CMYK | 0.38 | 0.20 | 0 | 0.39 |
| HSL | 211º | 0.24% | 0.49% | - |
| HSV(B) | 211º | 0.38% | 0.61% | - |
| XYZ | 18.16 | 19.55 | 34.27 | - |
| YUV | 119.86 | 148.39 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 125 | 156 | 0.38 | 0.20 | 0 | 0.39 | 211 | 0.24 | 0.49 |
| Hex | 60 | 7D | 9C | 26 | 14 | 0 | 27 | D3 | 18 | 31 |
| Octal | 140 | 175 | 234 | 46 | 24 | 0 | 47 | 323 | 30 | 61 |
| Binary | 1100000 | 1111101 | 10011100 | 100110 | 10100 | 0 | 100111 | 11010011 | 11000 | 110001 |
Color Harmonies of #607D9C
Complementary color
Monochromatic Colors of #607D9C
Black with #607D9C
Text Example
Text Example
White with #607D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607D9C; }
p { color: rgb(96,125,156); }
H1.HeaderClassName
{
color: #607D9C;
}
.AnyTagClassName
{
color: #607D9C;
}
</style>
background-color css
<style>
a { background-color: #607D9C; }
a { background-color: rgb(96,125,156); }
div.DivClassName
{
background-color: #607D9C;
}
.BgClassName
{
background-color: #607D9C;
}
</style>
border-color css
<style>
span { border-color: #607D9C; }
span { border-color: rgb(96,125,156); }
td.TdClassName
{
border-color: #607D9C;
}
.TagClassName
{
border-color: #607D9C;
}
</style>