Shades of Slate Grey #657A95
Tints of Slate Grey #657A95
RGB
CMYK
RGB Variations
Color information
#657A95 (or 0x657A95) is known color: Slate Grey. HEX triplet: 65, 7A and 95. RGB value is (101,122,149). Sum of RGB (Red+Green+Blue) = 101+122+149=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 149 - color contains mainly: blue. Hex color #657A95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657A95 is #9A856A. Grayscale: #767676. Windows color (decimal): -10126699 or 9796197. OLE color: 9796197.
HSL color Cylindrical-coordinate representation of color #657A95: hue angle of 213.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 #657A95 is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 122 | 149 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.42 |
| HSL | 213.75º | 0.19% | 0.49% | - |
| HSV(B) | 213.75º | 0.32% | 0.58% | - |
| XYZ | 17.75 | 18.86 | 31.14 | - |
| YUV | 118.8 | 145.04 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 122 | 149 | 0.32 | 0.18 | 0 | 0.42 | 213.75 | 0.19 | 0.49 |
| Hex | 65 | 7A | 95 | 20 | 12 | 0 | 2A | D6 | 13 | 31 |
| Octal | 145 | 172 | 225 | 40 | 22 | 0 | 52 | 326 | 23 | 61 |
| Binary | 1100101 | 1111010 | 10010101 | 100000 | 10010 | 0 | 101010 | 11010110 | 10011 | 110001 |
Color Harmonies of #657A95
Complementary color
Monochromatic Colors of #657A95
Black with #657A95
Text Example
Text Example
White with #657A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657A95; }
p { color: rgb(101,122,149); }
H1.HeaderClassName
{
color: #657A95;
}
.AnyTagClassName
{
color: #657A95;
}
</style>
background-color css
<style>
a { background-color: #657A95; }
a { background-color: rgb(101,122,149); }
div.DivClassName
{
background-color: #657A95;
}
.BgClassName
{
background-color: #657A95;
}
</style>
border-color css
<style>
span { border-color: #657A95; }
span { border-color: rgb(101,122,149); }
td.TdClassName
{
border-color: #657A95;
}
.TagClassName
{
border-color: #657A95;
}
</style>