Shades of Slate Grey #687A97
Tints of Slate Grey #687A97
RGB
CMYK
RGB Variations
Color information
#687A97 (or 0x687A97) is known color: Slate Grey. HEX triplet: 68, 7A and 97. RGB value is (104,122,151). Sum of RGB (Red+Green+Blue) = 104+122+151=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 151 (59.38% from 255 or 40.05% from 377); Max value from RGB is 151 - color contains mainly: blue. Hex color #687A97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687A97 is #978568. Grayscale: #777777. Windows color (decimal): -9930089 or 9927272. OLE color: 9927272.
HSL color Cylindrical-coordinate representation of color #687A97: hue angle of 217.02º 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 #687A97 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 122 | 151 | - |
| CMYK | 0.31 | 0.19 | 0 | 0.41 |
| HSL | 217.02º | 0.18% | 0.5% | - |
| HSV(B) | 217.02º | 0.31% | 0.59% | - |
| XYZ | 18.25 | 19.1 | 32 | - |
| YUV | 119.92 | 145.54 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 122 | 151 | 0.31 | 0.19 | 0 | 0.41 | 217.02 | 0.18 | 0.5 |
| Hex | 68 | 7A | 97 | 1F | 13 | 0 | 29 | D9 | 12 | 32 |
| Octal | 150 | 172 | 227 | 37 | 23 | 0 | 51 | 331 | 22 | 62 |
| Binary | 1101000 | 1111010 | 10010111 | 11111 | 10011 | 0 | 101001 | 11011001 | 10010 | 110010 |
Color Harmonies of #687A97
Complementary color
Monochromatic Colors of #687A97
Black with #687A97
Text Example
Text Example
White with #687A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687A97; }
p { color: rgb(104,122,151); }
H1.HeaderClassName
{
color: #687A97;
}
.AnyTagClassName
{
color: #687A97;
}
</style>
background-color css
<style>
a { background-color: #687A97; }
a { background-color: rgb(104,122,151); }
div.DivClassName
{
background-color: #687A97;
}
.BgClassName
{
background-color: #687A97;
}
</style>
border-color css
<style>
span { border-color: #687A97; }
span { border-color: rgb(104,122,151); }
td.TdClassName
{
border-color: #687A97;
}
.TagClassName
{
border-color: #687A97;
}
</style>