Shades of Slate Grey #637F9B
Tints of Slate Grey #637F9B
RGB
CMYK
RGB Variations
Color information
#637F9B (or 0x637F9B) is known color: Slate Grey. HEX triplet: 63, 7F and 9B. RGB value is (99,127,155). Sum of RGB (Red+Green+Blue) = 99+127+155=381 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.98% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 155 - color contains mainly: blue. Hex color #637F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637F9B is #9C8064. Grayscale: #797979. Windows color (decimal): -10256485 or 10190691. OLE color: 10190691.
HSL color Cylindrical-coordinate representation of color #637F9B: hue angle of 210º 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 #637F9B is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 127 | 155 | - |
| CMYK | 0.36 | 0.18 | 0 | 0.39 |
| HSL | 210º | 0.22% | 0.5% | - |
| HSV(B) | 210º | 0.36% | 0.61% | - |
| XYZ | 18.65 | 20.2 | 33.93 | - |
| YUV | 121.82 | 146.72 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 127 | 155 | 0.36 | 0.18 | 0 | 0.39 | 210 | 0.22 | 0.5 |
| Hex | 63 | 7F | 9B | 24 | 12 | 0 | 27 | D2 | 16 | 32 |
| Octal | 143 | 177 | 233 | 44 | 22 | 0 | 47 | 322 | 26 | 62 |
| Binary | 1100011 | 1111111 | 10011011 | 100100 | 10010 | 0 | 100111 | 11010010 | 10110 | 110010 |
Color Harmonies of #637F9B
Complementary color
Monochromatic Colors of #637F9B
Black with #637F9B
Text Example
Text Example
White with #637F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637F9B; }
p { color: rgb(99,127,155); }
H1.HeaderClassName
{
color: #637F9B;
}
.AnyTagClassName
{
color: #637F9B;
}
</style>
background-color css
<style>
a { background-color: #637F9B; }
a { background-color: rgb(99,127,155); }
div.DivClassName
{
background-color: #637F9B;
}
.BgClassName
{
background-color: #637F9B;
}
</style>
border-color css
<style>
span { border-color: #637F9B; }
span { border-color: rgb(99,127,155); }
td.TdClassName
{
border-color: #637F9B;
}
.TagClassName
{
border-color: #637F9B;
}
</style>