Shades of Slate Grey #657B90
Tints of Slate Grey #657B90
RGB
CMYK
RGB Variations
Color information
#657B90 (or 0x657B90) is known color: Slate Grey. HEX triplet: 65, 7B and 90. RGB value is (101,123,144). Sum of RGB (Red+Green+Blue) = 101+123+144=368 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.45% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 144 - color contains mainly: blue. Hex color #657B90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657B90 is #9A846F. Grayscale: #767676. Windows color (decimal): -10126448 or 9468773. OLE color: 9468773.
HSL color Cylindrical-coordinate representation of color #657B90: hue angle of 209.3º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #657B90 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 123 | 144 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.44 |
| HSL | 209.3º | 0.18% | 0.48% | - |
| HSV(B) | 209.3º | 0.3% | 0.56% | - |
| XYZ | 17.48 | 18.95 | 29.12 | - |
| YUV | 118.82 | 142.21 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 123 | 144 | 0.30 | 0.15 | 0 | 0.44 | 209.3 | 0.18 | 0.48 |
| Hex | 65 | 7B | 90 | 1E | F | 0 | 2C | D1 | 12 | 30 |
| Octal | 145 | 173 | 220 | 36 | 17 | 0 | 54 | 321 | 22 | 60 |
| Binary | 1100101 | 1111011 | 10010000 | 11110 | 1111 | 0 | 101100 | 11010001 | 10010 | 110000 |
Color Harmonies of #657B90
Complementary color
Monochromatic Colors of #657B90
Black with #657B90
Text Example
Text Example
White with #657B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657B90; }
p { color: rgb(101,123,144); }
H1.HeaderClassName
{
color: #657B90;
}
.AnyTagClassName
{
color: #657B90;
}
</style>
background-color css
<style>
a { background-color: #657B90; }
a { background-color: rgb(101,123,144); }
div.DivClassName
{
background-color: #657B90;
}
.BgClassName
{
background-color: #657B90;
}
</style>
border-color css
<style>
span { border-color: #657B90; }
span { border-color: rgb(101,123,144); }
td.TdClassName
{
border-color: #657B90;
}
.TagClassName
{
border-color: #657B90;
}
</style>