Shades of Slate Grey #607C9B
Tints of Slate Grey #607C9B
RGB
CMYK
RGB Variations
Color information
#607C9B (or 0x607C9B) is known color: Slate Grey. HEX triplet: 60, 7C and 9B. RGB value is (96,124,155). Sum of RGB (Red+Green+Blue) = 96+124+155=375 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.6% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #607C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607C9B is #9F8364. Grayscale: #777777. Windows color (decimal): -10453861 or 10189920. OLE color: 10189920.
HSL color Cylindrical-coordinate representation of color #607C9B: hue angle of 211.53º 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 #607C9B is Cyan = 0.38, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 124 | 155 | - |
| CMYK | 0.38 | 0.2 | 0 | 0.39 |
| HSL | 211.53º | 0.24% | 0.49% | - |
| HSV(B) | 211.53º | 0.38% | 0.61% | - |
| XYZ | 17.95 | 19.27 | 33.78 | - |
| YUV | 119.16 | 148.22 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 124 | 155 | 0.38 | 0.2 | 0 | 0.39 | 211.53 | 0.24 | 0.49 |
| Hex | 60 | 7C | 9B | 26 | 14 | 0 | 27 | D4 | 18 | 31 |
| Octal | 140 | 174 | 233 | 46 | 24 | 0 | 47 | 324 | 30 | 61 |
| Binary | 1100000 | 1111100 | 10011011 | 100110 | 10100 | 0 | 100111 | 11010100 | 11000 | 110001 |
Color Harmonies of #607C9B
Complementary color
Monochromatic Colors of #607C9B
Black with #607C9B
Text Example
Text Example
White with #607C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607C9B; }
p { color: rgb(96,124,155); }
H1.HeaderClassName
{
color: #607C9B;
}
.AnyTagClassName
{
color: #607C9B;
}
</style>
background-color css
<style>
a { background-color: #607C9B; }
a { background-color: rgb(96,124,155); }
div.DivClassName
{
background-color: #607C9B;
}
.BgClassName
{
background-color: #607C9B;
}
</style>
border-color css
<style>
span { border-color: #607C9B; }
span { border-color: rgb(96,124,155); }
td.TdClassName
{
border-color: #607C9B;
}
.TagClassName
{
border-color: #607C9B;
}
</style>