Shades of Slate Grey #657D9E
Tints of Slate Grey #657D9E
RGB
CMYK
RGB Variations
Color information
#657D9E (or 0x657D9E) is known color: Slate Grey. HEX triplet: 65, 7D and 9E. RGB value is (101,125,158). Sum of RGB (Red+Green+Blue) = 101+125+158=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 158 (62.11% from 255 or 41.15% from 384); Max value from RGB is 158 - color contains mainly: blue. Hex color #657D9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657D9E is #9A8261. Grayscale: #797979. Windows color (decimal): -10125922 or 10386789. OLE color: 10386789.
HSL color Cylindrical-coordinate representation of color #657D9E: hue angle of 214.74º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #657D9E is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 125 | 158 | - |
| CMYK | 0.36 | 0.21 | 0 | 0.38 |
| HSL | 214.74º | 0.23% | 0.51% | - |
| HSV(B) | 214.74º | 0.36% | 0.62% | - |
| XYZ | 18.87 | 19.9 | 35.19 | - |
| YUV | 121.59 | 148.55 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 125 | 158 | 0.36 | 0.21 | 0 | 0.38 | 214.74 | 0.23 | 0.51 |
| Hex | 65 | 7D | 9E | 24 | 15 | 0 | 26 | D7 | 17 | 33 |
| Octal | 145 | 175 | 236 | 44 | 25 | 0 | 46 | 327 | 27 | 63 |
| Binary | 1100101 | 1111101 | 10011110 | 100100 | 10101 | 0 | 100110 | 11010111 | 10111 | 110011 |
Color Harmonies of #657D9E
Complementary color
Monochromatic Colors of #657D9E
Black with #657D9E
Text Example
Text Example
White with #657D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657D9E; }
p { color: rgb(101,125,158); }
H1.HeaderClassName
{
color: #657D9E;
}
.AnyTagClassName
{
color: #657D9E;
}
</style>
background-color css
<style>
a { background-color: #657D9E; }
a { background-color: rgb(101,125,158); }
div.DivClassName
{
background-color: #657D9E;
}
.BgClassName
{
background-color: #657D9E;
}
</style>
border-color css
<style>
span { border-color: #657D9E; }
span { border-color: rgb(101,125,158); }
td.TdClassName
{
border-color: #657D9E;
}
.TagClassName
{
border-color: #657D9E;
}
</style>