Shades of Slate Grey #657D93
Tints of Slate Grey #657D93
RGB
CMYK
RGB Variations
Color information
#657D93 (or 0x657D93) is known color: Slate Grey. HEX triplet: 65, 7D and 93. RGB value is (101,125,147). Sum of RGB (Red+Green+Blue) = 101+125+147=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 147 - color contains mainly: blue. Hex color #657D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657D93 is #9A826C. Grayscale: #787878. Windows color (decimal): -10125933 or 9665893. OLE color: 9665893.
HSL color Cylindrical-coordinate representation of color #657D93: hue angle of 208.7º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #657D93 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 125 | 147 | - |
| CMYK | 0.31 | 0.15 | 0 | 0.42 |
| HSL | 208.7º | 0.19% | 0.49% | - |
| HSV(B) | 208.7º | 0.31% | 0.58% | - |
| XYZ | 17.97 | 19.54 | 30.43 | - |
| YUV | 120.33 | 143.05 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 125 | 147 | 0.31 | 0.15 | 0 | 0.42 | 208.7 | 0.19 | 0.49 |
| Hex | 65 | 7D | 93 | 1F | F | 0 | 2A | D1 | 13 | 31 |
| Octal | 145 | 175 | 223 | 37 | 17 | 0 | 52 | 321 | 23 | 61 |
| Binary | 1100101 | 1111101 | 10010011 | 11111 | 1111 | 0 | 101010 | 11010001 | 10011 | 110001 |
Color Harmonies of #657D93
Complementary color
Monochromatic Colors of #657D93
Black with #657D93
Text Example
Text Example
White with #657D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657D93; }
p { color: rgb(101,125,147); }
H1.HeaderClassName
{
color: #657D93;
}
.AnyTagClassName
{
color: #657D93;
}
</style>
background-color css
<style>
a { background-color: #657D93; }
a { background-color: rgb(101,125,147); }
div.DivClassName
{
background-color: #657D93;
}
.BgClassName
{
background-color: #657D93;
}
</style>
border-color css
<style>
span { border-color: #657D93; }
span { border-color: rgb(101,125,147); }
td.TdClassName
{
border-color: #657D93;
}
.TagClassName
{
border-color: #657D93;
}
</style>