Shades of Slate Grey #687F9A
Tints of Slate Grey #687F9A
RGB
CMYK
RGB Variations
Color information
#687F9A (or 0x687F9A) is known color: Slate Grey. HEX triplet: 68, 7F and 9A. RGB value is (104,127,154). Sum of RGB (Red+Green+Blue) = 104+127+154=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 154 - color contains mainly: blue. Hex color #687F9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687F9A is #978065. Grayscale: #7B7B7B. Windows color (decimal): -9928806 or 10125160. OLE color: 10125160.
HSL color Cylindrical-coordinate representation of color #687F9A: hue angle of 212.4º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #687F9A is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 127 | 154 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.40 |
| HSL | 212.4º | 0.2% | 0.51% | - |
| HSV(B) | 212.4º | 0.32% | 0.6% | - |
| XYZ | 19.13 | 20.45 | 33.51 | - |
| YUV | 123.2 | 145.38 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 127 | 154 | 0.32 | 0.18 | 0 | 0.40 | 212.4 | 0.2 | 0.51 |
| Hex | 68 | 7F | 9A | 20 | 12 | 0 | 28 | D4 | 14 | 33 |
| Octal | 150 | 177 | 232 | 40 | 22 | 0 | 50 | 324 | 24 | 63 |
| Binary | 1101000 | 1111111 | 10011010 | 100000 | 10010 | 0 | 101000 | 11010100 | 10100 | 110011 |
Color Harmonies of #687F9A
Complementary color
Monochromatic Colors of #687F9A
Black with #687F9A
Text Example
Text Example
White with #687F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687F9A; }
p { color: rgb(104,127,154); }
H1.HeaderClassName
{
color: #687F9A;
}
.AnyTagClassName
{
color: #687F9A;
}
</style>
background-color css
<style>
a { background-color: #687F9A; }
a { background-color: rgb(104,127,154); }
div.DivClassName
{
background-color: #687F9A;
}
.BgClassName
{
background-color: #687F9A;
}
</style>
border-color css
<style>
span { border-color: #687F9A; }
span { border-color: rgb(104,127,154); }
td.TdClassName
{
border-color: #687F9A;
}
.TagClassName
{
border-color: #687F9A;
}
</style>