Shades of Slate Grey #687CA0
Tints of Slate Grey #687CA0
RGB
CMYK
RGB Variations
Color information
#687CA0 (or 0x687CA0) is known color: Slate Grey. HEX triplet: 68, 7C and A0. RGB value is (104,124,160). Sum of RGB (Red+Green+Blue) = 104+124+160=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 160 (62.89% from 255 or 41.24% from 388); Max value from RGB is 160 - color contains mainly: blue. Hex color #687CA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687CA0 is #97835F. Grayscale: #797979. Windows color (decimal): -9929568 or 10517608. OLE color: 10517608.
HSL color Cylindrical-coordinate representation of color #687CA0: hue angle of 218.57º 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 #687CA0 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 124 | 160 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.37 |
| HSL | 218.57º | 0.23% | 0.52% | - |
| HSV(B) | 218.57º | 0.35% | 0.63% | - |
| XYZ | 19.26 | 19.9 | 36.08 | - |
| YUV | 122.12 | 149.37 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 124 | 160 | 0.35 | 0.22 | 0 | 0.37 | 218.57 | 0.23 | 0.52 |
| Hex | 68 | 7C | A0 | 23 | 16 | 0 | 25 | DB | 17 | 34 |
| Octal | 150 | 174 | 240 | 43 | 26 | 0 | 45 | 333 | 27 | 64 |
| Binary | 1101000 | 1111100 | 10100000 | 100011 | 10110 | 0 | 100101 | 11011011 | 10111 | 110100 |
Color Harmonies of #687CA0
Complementary color
Monochromatic Colors of #687CA0
Black with #687CA0
Text Example
Text Example
White with #687CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687CA0; }
p { color: rgb(104,124,160); }
H1.HeaderClassName
{
color: #687CA0;
}
.AnyTagClassName
{
color: #687CA0;
}
</style>
background-color css
<style>
a { background-color: #687CA0; }
a { background-color: rgb(104,124,160); }
div.DivClassName
{
background-color: #687CA0;
}
.BgClassName
{
background-color: #687CA0;
}
</style>
border-color css
<style>
span { border-color: #687CA0; }
span { border-color: rgb(104,124,160); }
td.TdClassName
{
border-color: #687CA0;
}
.TagClassName
{
border-color: #687CA0;
}
</style>