Shades of Slate Grey #687E91
Tints of Slate Grey #687E91
RGB
CMYK
RGB Variations
Color information
#687E91 (or 0x687E91) is known color: Slate Grey. HEX triplet: 68, 7E and 91. RGB value is (104,126,145). Sum of RGB (Red+Green+Blue) = 104+126+145=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 145 (57.03% from 255 or 38.67% from 375); Max value from RGB is 145 - color contains mainly: blue. Hex color #687E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687E91 is #97816E. Grayscale: #797979. Windows color (decimal): -9929071 or 9535080. OLE color: 9535080.
HSL color Cylindrical-coordinate representation of color #687E91: hue angle of 207.8º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #687E91 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 126 | 145 | - |
| CMYK | 0.28 | 0.13 | 0 | 0.43 |
| HSL | 207.8º | 0.16% | 0.49% | - |
| HSV(B) | 207.8º | 0.28% | 0.57% | - |
| XYZ | 18.28 | 19.91 | 29.67 | - |
| YUV | 121.59 | 141.21 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 126 | 145 | 0.28 | 0.13 | 0 | 0.43 | 207.8 | 0.16 | 0.49 |
| Hex | 68 | 7E | 91 | 1C | D | 0 | 2B | D0 | 10 | 31 |
| Octal | 150 | 176 | 221 | 34 | 15 | 0 | 53 | 320 | 20 | 61 |
| Binary | 1101000 | 1111110 | 10010001 | 11100 | 1101 | 0 | 101011 | 11010000 | 10000 | 110001 |
Color Harmonies of #687E91
Complementary color
Monochromatic Colors of #687E91
Black with #687E91
Text Example
Text Example
White with #687E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687E91; }
p { color: rgb(104,126,145); }
H1.HeaderClassName
{
color: #687E91;
}
.AnyTagClassName
{
color: #687E91;
}
</style>
background-color css
<style>
a { background-color: #687E91; }
a { background-color: rgb(104,126,145); }
div.DivClassName
{
background-color: #687E91;
}
.BgClassName
{
background-color: #687E91;
}
</style>
border-color css
<style>
span { border-color: #687E91; }
span { border-color: rgb(104,126,145); }
td.TdClassName
{
border-color: #687E91;
}
.TagClassName
{
border-color: #687E91;
}
</style>