Shades of Slate Grey #657A9A
Tints of Slate Grey #657A9A
RGB
CMYK
RGB Variations
Color information
#657A9A (or 0x657A9A) is known color: Slate Grey. HEX triplet: 65, 7A and 9A. RGB value is (101,122,154). Sum of RGB (Red+Green+Blue) = 101+122+154=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 154 - color contains mainly: blue. Hex color #657A9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657A9A is #9A8565. Grayscale: #777777. Windows color (decimal): -10126694 or 10123877. OLE color: 10123877.
HSL color Cylindrical-coordinate representation of color #657A9A: hue angle of 216.23º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #657A9A is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 101 | 122 | 154 | - |
| CMYK | 0.34 | 0.21 | 0 | 0.40 |
| HSL | 216.23º | 0.21% | 0.5% | - |
| HSV(B) | 216.23º | 0.34% | 0.6% | - |
| XYZ | 18.16 | 19.02 | 33.29 | - |
| YUV | 119.37 | 147.54 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 122 | 154 | 0.34 | 0.21 | 0 | 0.40 | 216.23 | 0.21 | 0.5 |
| Hex | 65 | 7A | 9A | 22 | 15 | 0 | 28 | D8 | 15 | 32 |
| Octal | 145 | 172 | 232 | 42 | 25 | 0 | 50 | 330 | 25 | 62 |
| Binary | 1100101 | 1111010 | 10011010 | 100010 | 10101 | 0 | 101000 | 11011000 | 10101 | 110010 |
Color Harmonies of #657A9A
Complementary color
Monochromatic Colors of #657A9A
Black with #657A9A
Text Example
Text Example
White with #657A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657A9A; }
p { color: rgb(101,122,154); }
H1.HeaderClassName
{
color: #657A9A;
}
.AnyTagClassName
{
color: #657A9A;
}
</style>
background-color css
<style>
a { background-color: #657A9A; }
a { background-color: rgb(101,122,154); }
div.DivClassName
{
background-color: #657A9A;
}
.BgClassName
{
background-color: #657A9A;
}
</style>
border-color css
<style>
span { border-color: #657A9A; }
span { border-color: rgb(101,122,154); }
td.TdClassName
{
border-color: #657A9A;
}
.TagClassName
{
border-color: #657A9A;
}
</style>