Shades of Slate Grey #687D92
Tints of Slate Grey #687D92
RGB
CMYK
RGB Variations
Color information
#687D92 (or 0x687D92) is known color: Slate Grey. HEX triplet: 68, 7D and 92. RGB value is (104,125,146). Sum of RGB (Red+Green+Blue) = 104+125+146=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 146 (57.42% from 255 or 38.93% from 375); Max value from RGB is 146 - color contains mainly: blue. Hex color #687D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687D92 is #97826D. Grayscale: #797979. Windows color (decimal): -9929326 or 9600360. OLE color: 9600360.
HSL color Cylindrical-coordinate representation of color #687D92: hue angle of 210º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #687D92 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 125 | 146 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.43 |
| HSL | 210º | 0.17% | 0.49% | - |
| HSV(B) | 210º | 0.29% | 0.57% | - |
| XYZ | 18.23 | 19.69 | 30.03 | - |
| YUV | 121.12 | 142.04 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 125 | 146 | 0.29 | 0.14 | 0 | 0.43 | 210 | 0.17 | 0.49 |
| Hex | 68 | 7D | 92 | 1D | E | 0 | 2B | D2 | 11 | 31 |
| Octal | 150 | 175 | 222 | 35 | 16 | 0 | 53 | 322 | 21 | 61 |
| Binary | 1101000 | 1111101 | 10010010 | 11101 | 1110 | 0 | 101011 | 11010010 | 10001 | 110001 |
Color Harmonies of #687D92
Complementary color
Monochromatic Colors of #687D92
Black with #687D92
Text Example
Text Example
White with #687D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687D92; }
p { color: rgb(104,125,146); }
H1.HeaderClassName
{
color: #687D92;
}
.AnyTagClassName
{
color: #687D92;
}
</style>
background-color css
<style>
a { background-color: #687D92; }
a { background-color: rgb(104,125,146); }
div.DivClassName
{
background-color: #687D92;
}
.BgClassName
{
background-color: #687D92;
}
</style>
border-color css
<style>
span { border-color: #687D92; }
span { border-color: rgb(104,125,146); }
td.TdClassName
{
border-color: #687D92;
}
.TagClassName
{
border-color: #687D92;
}
</style>