Shades of Slate Grey #687A94
Tints of Slate Grey #687A94
RGB
CMYK
RGB Variations
Color information
#687A94 (or 0x687A94) is known color: Slate Grey. HEX triplet: 68, 7A and 94. RGB value is (104,122,148). Sum of RGB (Red+Green+Blue) = 104+122+148=374 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.81% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 148 (58.20% from 255 or 39.57% from 374); Max value from RGB is 148 - color contains mainly: blue. Hex color #687A94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687A94 is #97856B. Grayscale: #777777. Windows color (decimal): -9930092 or 9730664. OLE color: 9730664.
HSL color Cylindrical-coordinate representation of color #687A94: hue angle of 215.45º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #687A94 is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 122 | 148 | - |
| CMYK | 0.30 | 0.18 | 0 | 0.42 |
| HSL | 215.45º | 0.17% | 0.49% | - |
| HSV(B) | 215.45º | 0.3% | 0.58% | - |
| XYZ | 18.01 | 19 | 30.73 | - |
| YUV | 119.58 | 144.04 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 122 | 148 | 0.30 | 0.18 | 0 | 0.42 | 215.45 | 0.17 | 0.49 |
| Hex | 68 | 7A | 94 | 1E | 12 | 0 | 2A | D7 | 11 | 31 |
| Octal | 150 | 172 | 224 | 36 | 22 | 0 | 52 | 327 | 21 | 61 |
| Binary | 1101000 | 1111010 | 10010100 | 11110 | 10010 | 0 | 101010 | 11010111 | 10001 | 110001 |
Color Harmonies of #687A94
Complementary color
Monochromatic Colors of #687A94
Black with #687A94
Text Example
Text Example
White with #687A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687A94; }
p { color: rgb(104,122,148); }
H1.HeaderClassName
{
color: #687A94;
}
.AnyTagClassName
{
color: #687A94;
}
</style>
background-color css
<style>
a { background-color: #687A94; }
a { background-color: rgb(104,122,148); }
div.DivClassName
{
background-color: #687A94;
}
.BgClassName
{
background-color: #687A94;
}
</style>
border-color css
<style>
span { border-color: #687A94; }
span { border-color: rgb(104,122,148); }
td.TdClassName
{
border-color: #687A94;
}
.TagClassName
{
border-color: #687A94;
}
</style>