Shades of Slate Grey #657E95
Tints of Slate Grey #657E95
RGB
CMYK
RGB Variations
Color information
#657E95 (or 0x657E95) is known color: Slate Grey. HEX triplet: 65, 7E and 95. RGB value is (101,126,149). Sum of RGB (Red+Green+Blue) = 101+126+149=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 126 (49.61% from 255 or 33.51% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 149 - color contains mainly: blue. Hex color #657E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657E95 is #9A816A. Grayscale: #797979. Windows color (decimal): -10125675 or 9797221. OLE color: 9797221.
HSL color Cylindrical-coordinate representation of color #657E95: hue angle of 208.75º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #657E95 is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 126 | 149 | - |
| CMYK | 0.32 | 0.15 | 0 | 0.42 |
| HSL | 208.75º | 0.19% | 0.49% | - |
| HSV(B) | 208.75º | 0.32% | 0.58% | - |
| XYZ | 18.25 | 19.86 | 31.3 | - |
| YUV | 121.15 | 143.72 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 126 | 149 | 0.32 | 0.15 | 0 | 0.42 | 208.75 | 0.19 | 0.49 |
| Hex | 65 | 7E | 95 | 20 | F | 0 | 2A | D1 | 13 | 31 |
| Octal | 145 | 176 | 225 | 40 | 17 | 0 | 52 | 321 | 23 | 61 |
| Binary | 1100101 | 1111110 | 10010101 | 100000 | 1111 | 0 | 101010 | 11010001 | 10011 | 110001 |
Color Harmonies of #657E95
Complementary color
Monochromatic Colors of #657E95
Black with #657E95
Text Example
Text Example
White with #657E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657E95; }
p { color: rgb(101,126,149); }
H1.HeaderClassName
{
color: #657E95;
}
.AnyTagClassName
{
color: #657E95;
}
</style>
background-color css
<style>
a { background-color: #657E95; }
a { background-color: rgb(101,126,149); }
div.DivClassName
{
background-color: #657E95;
}
.BgClassName
{
background-color: #657E95;
}
</style>
border-color css
<style>
span { border-color: #657E95; }
span { border-color: rgb(101,126,149); }
td.TdClassName
{
border-color: #657E95;
}
.TagClassName
{
border-color: #657E95;
}
</style>