Shades of Slate Grey #657F94
Tints of Slate Grey #657F94
RGB
CMYK
RGB Variations
Color information
#657F94 (or 0x657F94) is known color: Slate Grey. HEX triplet: 65, 7F and 94. RGB value is (101,127,148). Sum of RGB (Red+Green+Blue) = 101+127+148=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 148 - color contains mainly: blue. Hex color #657F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657F94 is #9A806B. Grayscale: #797979. Windows color (decimal): -10125420 or 9731941. OLE color: 9731941.
HSL color Cylindrical-coordinate representation of color #657F94: hue angle of 206.81º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #657F94 is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 127 | 148 | - |
| CMYK | 0.32 | 0.14 | 0 | 0.42 |
| HSL | 206.81º | 0.19% | 0.49% | - |
| HSV(B) | 206.81º | 0.32% | 0.58% | - |
| XYZ | 18.3 | 20.08 | 30.93 | - |
| YUV | 121.62 | 142.89 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 127 | 148 | 0.32 | 0.14 | 0 | 0.42 | 206.81 | 0.19 | 0.49 |
| Hex | 65 | 7F | 94 | 20 | E | 0 | 2A | CF | 13 | 31 |
| Octal | 145 | 177 | 224 | 40 | 16 | 0 | 52 | 317 | 23 | 61 |
| Binary | 1100101 | 1111111 | 10010100 | 100000 | 1110 | 0 | 101010 | 11001111 | 10011 | 110001 |
Color Harmonies of #657F94
Complementary color
Monochromatic Colors of #657F94
Black with #657F94
Text Example
Text Example
White with #657F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657F94; }
p { color: rgb(101,127,148); }
H1.HeaderClassName
{
color: #657F94;
}
.AnyTagClassName
{
color: #657F94;
}
</style>
background-color css
<style>
a { background-color: #657F94; }
a { background-color: rgb(101,127,148); }
div.DivClassName
{
background-color: #657F94;
}
.BgClassName
{
background-color: #657F94;
}
</style>
border-color css
<style>
span { border-color: #657F94; }
span { border-color: rgb(101,127,148); }
td.TdClassName
{
border-color: #657F94;
}
.TagClassName
{
border-color: #657F94;
}
</style>