Shades of Slate Grey #637D9B
Tints of Slate Grey #637D9B
RGB
CMYK
RGB Variations
Color information
#637D9B (or 0x637D9B) is known color: Slate Grey. HEX triplet: 63, 7D and 9B. RGB value is (99,125,155). Sum of RGB (Red+Green+Blue) = 99+125+155=379 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.12% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 155 - color contains mainly: blue. Hex color #637D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637D9B is #9C8264. Grayscale: #787878. Windows color (decimal): -10256997 or 10190179. OLE color: 10190179.
HSL color Cylindrical-coordinate representation of color #637D9B: hue angle of 212.14º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #637D9B is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 125 | 155 | - |
| CMYK | 0.36 | 0.19 | 0 | 0.39 |
| HSL | 212.14º | 0.22% | 0.5% | - |
| HSV(B) | 212.14º | 0.36% | 0.61% | - |
| XYZ | 18.4 | 19.69 | 33.84 | - |
| YUV | 120.65 | 147.39 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 125 | 155 | 0.36 | 0.19 | 0 | 0.39 | 212.14 | 0.22 | 0.5 |
| Hex | 63 | 7D | 9B | 24 | 13 | 0 | 27 | D4 | 16 | 32 |
| Octal | 143 | 175 | 233 | 44 | 23 | 0 | 47 | 324 | 26 | 62 |
| Binary | 1100011 | 1111101 | 10011011 | 100100 | 10011 | 0 | 100111 | 11010100 | 10110 | 110010 |
Color Harmonies of #637D9B
Complementary color
Monochromatic Colors of #637D9B
Black with #637D9B
Text Example
Text Example
White with #637D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637D9B; }
p { color: rgb(99,125,155); }
H1.HeaderClassName
{
color: #637D9B;
}
.AnyTagClassName
{
color: #637D9B;
}
</style>
background-color css
<style>
a { background-color: #637D9B; }
a { background-color: rgb(99,125,155); }
div.DivClassName
{
background-color: #637D9B;
}
.BgClassName
{
background-color: #637D9B;
}
</style>
border-color css
<style>
span { border-color: #637D9B; }
span { border-color: rgb(99,125,155); }
td.TdClassName
{
border-color: #637D9B;
}
.TagClassName
{
border-color: #637D9B;
}
</style>