Shades of Slate Grey #687C9D
Tints of Slate Grey #687C9D
RGB
CMYK
RGB Variations
Color information
#687C9D (or 0x687C9D) is known color: Slate Grey. HEX triplet: 68, 7C and 9D. RGB value is (104,124,157). Sum of RGB (Red+Green+Blue) = 104+124+157=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 157 - color contains mainly: blue. Hex color #687C9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687C9D is #978362. Grayscale: #797979. Windows color (decimal): -9929571 or 10321000. OLE color: 10321000.
HSL color Cylindrical-coordinate representation of color #687C9D: hue angle of 217.36º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #687C9D is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 124 | 157 | - |
| CMYK | 0.34 | 0.21 | 0 | 0.38 |
| HSL | 217.36º | 0.21% | 0.51% | - |
| HSV(B) | 217.36º | 0.34% | 0.62% | - |
| XYZ | 19 | 19.79 | 34.72 | - |
| YUV | 121.78 | 147.87 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 124 | 157 | 0.34 | 0.21 | 0 | 0.38 | 217.36 | 0.21 | 0.51 |
| Hex | 68 | 7C | 9D | 22 | 15 | 0 | 26 | D9 | 15 | 33 |
| Octal | 150 | 174 | 235 | 42 | 25 | 0 | 46 | 331 | 25 | 63 |
| Binary | 1101000 | 1111100 | 10011101 | 100010 | 10101 | 0 | 100110 | 11011001 | 10101 | 110011 |
Color Harmonies of #687C9D
Complementary color
Monochromatic Colors of #687C9D
Black with #687C9D
Text Example
Text Example
White with #687C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687C9D; }
p { color: rgb(104,124,157); }
H1.HeaderClassName
{
color: #687C9D;
}
.AnyTagClassName
{
color: #687C9D;
}
</style>
background-color css
<style>
a { background-color: #687C9D; }
a { background-color: rgb(104,124,157); }
div.DivClassName
{
background-color: #687C9D;
}
.BgClassName
{
background-color: #687C9D;
}
</style>
border-color css
<style>
span { border-color: #687C9D; }
span { border-color: rgb(104,124,157); }
td.TdClassName
{
border-color: #687C9D;
}
.TagClassName
{
border-color: #687C9D;
}
</style>