Shades of Slate Grey #687A9B
Tints of Slate Grey #687A9B
RGB
CMYK
RGB Variations
Color information
#687A9B (or 0x687A9B) is known color: Slate Grey. HEX triplet: 68, 7A and 9B. RGB value is (104,122,155). Sum of RGB (Red+Green+Blue) = 104+122+155=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 155 - color contains mainly: blue. Hex color #687A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687A9B is #978564. Grayscale: #787878. Windows color (decimal): -9930085 or 10189416. OLE color: 10189416.
HSL color Cylindrical-coordinate representation of color #687A9B: hue angle of 218.82º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #687A9B is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 122 | 155 | - |
| CMYK | 0.33 | 0.21 | 0 | 0.39 |
| HSL | 218.82º | 0.2% | 0.51% | - |
| HSV(B) | 218.82º | 0.33% | 0.61% | - |
| XYZ | 18.58 | 19.23 | 33.74 | - |
| YUV | 120.38 | 147.54 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 122 | 155 | 0.33 | 0.21 | 0 | 0.39 | 218.82 | 0.2 | 0.51 |
| Hex | 68 | 7A | 9B | 21 | 15 | 0 | 27 | DB | 14 | 33 |
| Octal | 150 | 172 | 233 | 41 | 25 | 0 | 47 | 333 | 24 | 63 |
| Binary | 1101000 | 1111010 | 10011011 | 100001 | 10101 | 0 | 100111 | 11011011 | 10100 | 110011 |
Color Harmonies of #687A9B
Complementary color
Monochromatic Colors of #687A9B
Black with #687A9B
Text Example
Text Example
White with #687A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687A9B; }
p { color: rgb(104,122,155); }
H1.HeaderClassName
{
color: #687A9B;
}
.AnyTagClassName
{
color: #687A9B;
}
</style>
background-color css
<style>
a { background-color: #687A9B; }
a { background-color: rgb(104,122,155); }
div.DivClassName
{
background-color: #687A9B;
}
.BgClassName
{
background-color: #687A9B;
}
</style>
border-color css
<style>
span { border-color: #687A9B; }
span { border-color: rgb(104,122,155); }
td.TdClassName
{
border-color: #687A9B;
}
.TagClassName
{
border-color: #687A9B;
}
</style>