Shades of Slate Grey #657CA1
Tints of Slate Grey #657CA1
RGB
CMYK
RGB Variations
Color information
#657CA1 (or 0x657CA1) is known color: Slate Grey. HEX triplet: 65, 7C and A1. RGB value is (101,124,161). Sum of RGB (Red+Green+Blue) = 101+124+161=386 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.17% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 161 (63.28% from 255 or 41.71% from 386); Max value from RGB is 161 - color contains mainly: blue. Hex color #657CA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657CA1 is #9A835E. Grayscale: #797979. Windows color (decimal): -10126175 or 10583141. OLE color: 10583141.
HSL color Cylindrical-coordinate representation of color #657CA1: hue angle of 217º 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 #657CA1 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 101 | 124 | 161 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.37 |
| HSL | 217º | 0.24% | 0.51% | - |
| HSV(B) | 217º | 0.37% | 0.63% | - |
| XYZ | 19.01 | 19.76 | 36.53 | - |
| YUV | 121.34 | 150.38 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 124 | 161 | 0.37 | 0.23 | 0 | 0.37 | 217 | 0.24 | 0.51 |
| Hex | 65 | 7C | A1 | 25 | 17 | 0 | 25 | D9 | 18 | 33 |
| Octal | 145 | 174 | 241 | 45 | 27 | 0 | 45 | 331 | 30 | 63 |
| Binary | 1100101 | 1111100 | 10100001 | 100101 | 10111 | 0 | 100101 | 11011001 | 11000 | 110011 |
Color Harmonies of #657CA1
Complementary color
Monochromatic Colors of #657CA1
Black with #657CA1
Text Example
Text Example
White with #657CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657CA1; }
p { color: rgb(101,124,161); }
H1.HeaderClassName
{
color: #657CA1;
}
.AnyTagClassName
{
color: #657CA1;
}
</style>
background-color css
<style>
a { background-color: #657CA1; }
a { background-color: rgb(101,124,161); }
div.DivClassName
{
background-color: #657CA1;
}
.BgClassName
{
background-color: #657CA1;
}
</style>
border-color css
<style>
span { border-color: #657CA1; }
span { border-color: rgb(101,124,161); }
td.TdClassName
{
border-color: #657CA1;
}
.TagClassName
{
border-color: #657CA1;
}
</style>