Shades of Slate Grey #687BA0
Tints of Slate Grey #687BA0
RGB
CMYK
RGB Variations
Color information
#687BA0 (or 0x687BA0) is known color: Slate Grey. HEX triplet: 68, 7B and A0. RGB value is (104,123,160). Sum of RGB (Red+Green+Blue) = 104+123+160=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 160 - color contains mainly: blue. Hex color #687BA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687BA0 is #97845F. Grayscale: #797979. Windows color (decimal): -9929824 or 10517352. OLE color: 10517352.
HSL color Cylindrical-coordinate representation of color #687BA0: hue angle of 219.64º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #687BA0 is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 123 | 160 | - |
| CMYK | 0.35 | 0.23 | 0 | 0.37 |
| HSL | 219.64º | 0.23% | 0.52% | - |
| HSV(B) | 219.64º | 0.35% | 0.63% | - |
| XYZ | 19.14 | 19.65 | 36.04 | - |
| YUV | 121.54 | 149.71 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 123 | 160 | 0.35 | 0.23 | 0 | 0.37 | 219.64 | 0.23 | 0.52 |
| Hex | 68 | 7B | A0 | 23 | 17 | 0 | 25 | DC | 17 | 34 |
| Octal | 150 | 173 | 240 | 43 | 27 | 0 | 45 | 334 | 27 | 64 |
| Binary | 1101000 | 1111011 | 10100000 | 100011 | 10111 | 0 | 100101 | 11011100 | 10111 | 110100 |
Color Harmonies of #687BA0
Complementary color
Monochromatic Colors of #687BA0
Black with #687BA0
Text Example
Text Example
White with #687BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687BA0; }
p { color: rgb(104,123,160); }
H1.HeaderClassName
{
color: #687BA0;
}
.AnyTagClassName
{
color: #687BA0;
}
</style>
background-color css
<style>
a { background-color: #687BA0; }
a { background-color: rgb(104,123,160); }
div.DivClassName
{
background-color: #687BA0;
}
.BgClassName
{
background-color: #687BA0;
}
</style>
border-color css
<style>
span { border-color: #687BA0; }
span { border-color: rgb(104,123,160); }
td.TdClassName
{
border-color: #687BA0;
}
.TagClassName
{
border-color: #687BA0;
}
</style>