Shades of Slate Grey #657E9C
Tints of Slate Grey #657E9C
RGB
CMYK
RGB Variations
Color information
#657E9C (or 0x657E9C) is known color: Slate Grey. HEX triplet: 65, 7E and 9C. RGB value is (101,126,156). Sum of RGB (Red+Green+Blue) = 101+126+156=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 156 - color contains mainly: blue. Hex color #657E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657E9C is #9A8163. Grayscale: #797979. Windows color (decimal): -10125668 or 10255973. OLE color: 10255973.
HSL color Cylindrical-coordinate representation of color #657E9C: hue angle of 212.73º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #657E9C is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 126 | 156 | - |
| CMYK | 0.35 | 0.19 | 0 | 0.39 |
| HSL | 212.73º | 0.22% | 0.5% | - |
| HSV(B) | 212.73º | 0.35% | 0.61% | - |
| XYZ | 18.83 | 20.09 | 34.34 | - |
| YUV | 121.95 | 147.22 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 126 | 156 | 0.35 | 0.19 | 0 | 0.39 | 212.73 | 0.22 | 0.5 |
| Hex | 65 | 7E | 9C | 23 | 13 | 0 | 27 | D5 | 16 | 32 |
| Octal | 145 | 176 | 234 | 43 | 23 | 0 | 47 | 325 | 26 | 62 |
| Binary | 1100101 | 1111110 | 10011100 | 100011 | 10011 | 0 | 100111 | 11010101 | 10110 | 110010 |
Color Harmonies of #657E9C
Complementary color
Monochromatic Colors of #657E9C
Black with #657E9C
Text Example
Text Example
White with #657E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657E9C; }
p { color: rgb(101,126,156); }
H1.HeaderClassName
{
color: #657E9C;
}
.AnyTagClassName
{
color: #657E9C;
}
</style>
background-color css
<style>
a { background-color: #657E9C; }
a { background-color: rgb(101,126,156); }
div.DivClassName
{
background-color: #657E9C;
}
.BgClassName
{
background-color: #657E9C;
}
</style>
border-color css
<style>
span { border-color: #657E9C; }
span { border-color: rgb(101,126,156); }
td.TdClassName
{
border-color: #657E9C;
}
.TagClassName
{
border-color: #657E9C;
}
</style>