Shades of Slate Grey #657A98
Tints of Slate Grey #657A98
RGB
CMYK
RGB Variations
Color information
#657A98 (or 0x657A98) is known color: Slate Grey. HEX triplet: 65, 7A and 98. RGB value is (101,122,152). Sum of RGB (Red+Green+Blue) = 101+122+152=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 152 - color contains mainly: blue. Hex color #657A98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657A98 is #9A8567. Grayscale: #767676. Windows color (decimal): -10126696 or 9992805. OLE color: 9992805.
HSL color Cylindrical-coordinate representation of color #657A98: hue angle of 215.29º degrees, saturation: 0.2, 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 #657A98 is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 101 | 122 | 152 | - |
| CMYK | 0.34 | 0.20 | 0 | 0.40 |
| HSL | 215.29º | 0.2% | 0.5% | - |
| HSV(B) | 215.29º | 0.34% | 0.6% | - |
| XYZ | 17.99 | 18.95 | 32.42 | - |
| YUV | 119.14 | 146.54 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 122 | 152 | 0.34 | 0.20 | 0 | 0.40 | 215.29 | 0.2 | 0.5 |
| Hex | 65 | 7A | 98 | 22 | 14 | 0 | 28 | D7 | 14 | 32 |
| Octal | 145 | 172 | 230 | 42 | 24 | 0 | 50 | 327 | 24 | 62 |
| Binary | 1100101 | 1111010 | 10011000 | 100010 | 10100 | 0 | 101000 | 11010111 | 10100 | 110010 |
Color Harmonies of #657A98
Complementary color
Monochromatic Colors of #657A98
Black with #657A98
Text Example
Text Example
White with #657A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657A98; }
p { color: rgb(101,122,152); }
H1.HeaderClassName
{
color: #657A98;
}
.AnyTagClassName
{
color: #657A98;
}
</style>
background-color css
<style>
a { background-color: #657A98; }
a { background-color: rgb(101,122,152); }
div.DivClassName
{
background-color: #657A98;
}
.BgClassName
{
background-color: #657A98;
}
</style>
border-color css
<style>
span { border-color: #657A98; }
span { border-color: rgb(101,122,152); }
td.TdClassName
{
border-color: #657A98;
}
.TagClassName
{
border-color: #657A98;
}
</style>