Shades of Slate Grey #657FA0
Tints of Slate Grey #657FA0
RGB
CMYK
RGB Variations
Color information
#657FA0 (or 0x657FA0) is known color: Slate Grey. HEX triplet: 65, 7F and A0. RGB value is (101,127,160). Sum of RGB (Red+Green+Blue) = 101+127+160=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 160 (62.89% from 255 or 41.24% from 388); Max value from RGB is 160 - color contains mainly: blue. Hex color #657FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657FA0 is #9A805F. Grayscale: #7A7A7A. Windows color (decimal): -10125408 or 10518373. OLE color: 10518373.
HSL color Cylindrical-coordinate representation of color #657FA0: hue angle of 213.56º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #657FA0 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 101 | 127 | 160 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.37 |
| HSL | 213.56º | 0.24% | 0.51% | - |
| HSV(B) | 213.56º | 0.37% | 0.63% | - |
| XYZ | 19.3 | 20.48 | 36.19 | - |
| YUV | 122.99 | 148.89 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 127 | 160 | 0.37 | 0.21 | 0 | 0.37 | 213.56 | 0.24 | 0.51 |
| Hex | 65 | 7F | A0 | 25 | 15 | 0 | 25 | D6 | 18 | 33 |
| Octal | 145 | 177 | 240 | 45 | 25 | 0 | 45 | 326 | 30 | 63 |
| Binary | 1100101 | 1111111 | 10100000 | 100101 | 10101 | 0 | 100101 | 11010110 | 11000 | 110011 |
Color Harmonies of #657FA0
Complementary color
Monochromatic Colors of #657FA0
Black with #657FA0
Text Example
Text Example
White with #657FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657FA0; }
p { color: rgb(101,127,160); }
H1.HeaderClassName
{
color: #657FA0;
}
.AnyTagClassName
{
color: #657FA0;
}
</style>
background-color css
<style>
a { background-color: #657FA0; }
a { background-color: rgb(101,127,160); }
div.DivClassName
{
background-color: #657FA0;
}
.BgClassName
{
background-color: #657FA0;
}
</style>
border-color css
<style>
span { border-color: #657FA0; }
span { border-color: rgb(101,127,160); }
td.TdClassName
{
border-color: #657FA0;
}
.TagClassName
{
border-color: #657FA0;
}
</style>