Shades of Slate Grey #637A96
Tints of Slate Grey #637A96
RGB
CMYK
RGB Variations
Color information
#637A96 (or 0x637A96) is known color: Slate Grey. HEX triplet: 63, 7A and 96. RGB value is (99,122,150). Sum of RGB (Red+Green+Blue) = 99+122+150=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 150 - color contains mainly: blue. Hex color #637A96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637A96 is #9C8569. Grayscale: #767676. Windows color (decimal): -10257770 or 9861731. OLE color: 9861731.
HSL color Cylindrical-coordinate representation of color #637A96: hue angle of 212.94º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #637A96 is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 99 | 122 | 150 | - |
| CMYK | 0.34 | 0.19 | 0 | 0.41 |
| HSL | 212.94º | 0.2% | 0.49% | - |
| HSV(B) | 212.94º | 0.34% | 0.59% | - |
| XYZ | 17.61 | 18.77 | 31.55 | - |
| YUV | 118.32 | 145.88 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 122 | 150 | 0.34 | 0.19 | 0 | 0.41 | 212.94 | 0.2 | 0.49 |
| Hex | 63 | 7A | 96 | 22 | 13 | 0 | 29 | D5 | 14 | 31 |
| Octal | 143 | 172 | 226 | 42 | 23 | 0 | 51 | 325 | 24 | 61 |
| Binary | 1100011 | 1111010 | 10010110 | 100010 | 10011 | 0 | 101001 | 11010101 | 10100 | 110001 |
Color Harmonies of #637A96
Complementary color
Monochromatic Colors of #637A96
Black with #637A96
Text Example
Text Example
White with #637A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637A96; }
p { color: rgb(99,122,150); }
H1.HeaderClassName
{
color: #637A96;
}
.AnyTagClassName
{
color: #637A96;
}
</style>
background-color css
<style>
a { background-color: #637A96; }
a { background-color: rgb(99,122,150); }
div.DivClassName
{
background-color: #637A96;
}
.BgClassName
{
background-color: #637A96;
}
</style>
border-color css
<style>
span { border-color: #637A96; }
span { border-color: rgb(99,122,150); }
td.TdClassName
{
border-color: #637A96;
}
.TagClassName
{
border-color: #637A96;
}
</style>