Shades of Slate Grey #687E96
Tints of Slate Grey #687E96
RGB
CMYK
RGB Variations
Color information
#687E96 (or 0x687E96) is known color: Slate Grey. HEX triplet: 68, 7E and 96. RGB value is (104,126,150). Sum of RGB (Red+Green+Blue) = 104+126+150=380 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.37% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 150 (58.98% from 255 or 39.47% from 380); Max value from RGB is 150 - color contains mainly: blue. Hex color #687E96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687E96 is #978169. Grayscale: #7A7A7A. Windows color (decimal): -9929066 or 9862760. OLE color: 9862760.
HSL color Cylindrical-coordinate representation of color #687E96: hue angle of 211.3º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #687E96 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 126 | 150 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.41 |
| HSL | 211.3º | 0.18% | 0.5% | - |
| HSV(B) | 211.3º | 0.31% | 0.59% | - |
| XYZ | 18.67 | 20.07 | 31.74 | - |
| YUV | 122.16 | 143.71 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 126 | 150 | 0.31 | 0.16 | 0 | 0.41 | 211.3 | 0.18 | 0.5 |
| Hex | 68 | 7E | 96 | 1F | 10 | 0 | 29 | D3 | 12 | 32 |
| Octal | 150 | 176 | 226 | 37 | 20 | 0 | 51 | 323 | 22 | 62 |
| Binary | 1101000 | 1111110 | 10010110 | 11111 | 10000 | 0 | 101001 | 11010011 | 10010 | 110010 |
Color Harmonies of #687E96
Complementary color
Monochromatic Colors of #687E96
Black with #687E96
Text Example
Text Example
White with #687E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687E96; }
p { color: rgb(104,126,150); }
H1.HeaderClassName
{
color: #687E96;
}
.AnyTagClassName
{
color: #687E96;
}
</style>
background-color css
<style>
a { background-color: #687E96; }
a { background-color: rgb(104,126,150); }
div.DivClassName
{
background-color: #687E96;
}
.BgClassName
{
background-color: #687E96;
}
</style>
border-color css
<style>
span { border-color: #687E96; }
span { border-color: rgb(104,126,150); }
td.TdClassName
{
border-color: #687E96;
}
.TagClassName
{
border-color: #687E96;
}
</style>