Shades of Slate Grey #687B8E
Tints of Slate Grey #687B8E
RGB
CMYK
RGB Variations
Color information
#687B8E (or 0x687B8E) is known color: Slate Grey. HEX triplet: 68, 7B and 8E. RGB value is (104,123,142). Sum of RGB (Red+Green+Blue) = 104+123+142=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 142 - color contains mainly: blue. Hex color #687B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687B8E is #978471. Grayscale: #777777. Windows color (decimal): -9929842 or 9337704. OLE color: 9337704.
HSL color Cylindrical-coordinate representation of color #687B8E: hue angle of 210º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #687B8E is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 123 | 142 | - |
| CMYK | 0.27 | 0.13 | 0 | 0.44 |
| HSL | 210º | 0.15% | 0.48% | - |
| HSV(B) | 210º | 0.27% | 0.56% | - |
| XYZ | 17.67 | 19.06 | 28.34 | - |
| YUV | 119.49 | 140.71 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 123 | 142 | 0.27 | 0.13 | 0 | 0.44 | 210 | 0.15 | 0.48 |
| Hex | 68 | 7B | 8E | 1B | D | 0 | 2C | D2 | F | 30 |
| Octal | 150 | 173 | 216 | 33 | 15 | 0 | 54 | 322 | 17 | 60 |
| Binary | 1101000 | 1111011 | 10001110 | 11011 | 1101 | 0 | 101100 | 11010010 | 1111 | 110000 |
Color Harmonies of #687B8E
Complementary color
Monochromatic Colors of #687B8E
Black with #687B8E
Text Example
Text Example
White with #687B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687B8E; }
p { color: rgb(104,123,142); }
H1.HeaderClassName
{
color: #687B8E;
}
.AnyTagClassName
{
color: #687B8E;
}
</style>
background-color css
<style>
a { background-color: #687B8E; }
a { background-color: rgb(104,123,142); }
div.DivClassName
{
background-color: #687B8E;
}
.BgClassName
{
background-color: #687B8E;
}
</style>
border-color css
<style>
span { border-color: #687B8E; }
span { border-color: rgb(104,123,142); }
td.TdClassName
{
border-color: #687B8E;
}
.TagClassName
{
border-color: #687B8E;
}
</style>