Shades of Slate Grey #657A90
Tints of Slate Grey #657A90
RGB
CMYK
RGB Variations
Color information
#657A90 (or 0x657A90) is known color: Slate Grey. HEX triplet: 65, 7A and 90. RGB value is (101,122,144). Sum of RGB (Red+Green+Blue) = 101+122+144=367 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.52% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 144 - color contains mainly: blue. Hex color #657A90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657A90 is #9A856F. Grayscale: #767676. Windows color (decimal): -10126704 or 9468517. OLE color: 9468517.
HSL color Cylindrical-coordinate representation of color #657A90: hue angle of 210.7º 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 #657A90 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 122 | 144 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.44 |
| HSL | 210.7º | 0.18% | 0.48% | - |
| HSV(B) | 210.7º | 0.3% | 0.56% | - |
| XYZ | 17.36 | 18.7 | 29.08 | - |
| YUV | 118.23 | 142.54 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 122 | 144 | 0.30 | 0.15 | 0 | 0.44 | 210.7 | 0.18 | 0.48 |
| Hex | 65 | 7A | 90 | 1E | F | 0 | 2C | D3 | 12 | 30 |
| Octal | 145 | 172 | 220 | 36 | 17 | 0 | 54 | 323 | 22 | 60 |
| Binary | 1100101 | 1111010 | 10010000 | 11110 | 1111 | 0 | 101100 | 11010011 | 10010 | 110000 |
Color Harmonies of #657A90
Complementary color
Monochromatic Colors of #657A90
Black with #657A90
Text Example
Text Example
White with #657A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657A90; }
p { color: rgb(101,122,144); }
H1.HeaderClassName
{
color: #657A90;
}
.AnyTagClassName
{
color: #657A90;
}
</style>
background-color css
<style>
a { background-color: #657A90; }
a { background-color: rgb(101,122,144); }
div.DivClassName
{
background-color: #657A90;
}
.BgClassName
{
background-color: #657A90;
}
</style>
border-color css
<style>
span { border-color: #657A90; }
span { border-color: rgb(101,122,144); }
td.TdClassName
{
border-color: #657A90;
}
.TagClassName
{
border-color: #657A90;
}
</style>