Shades of Slate Grey #687DA0
Tints of Slate Grey #687DA0
RGB
CMYK
RGB Variations
Color information
#687DA0 (or 0x687DA0) is known color: Slate Grey. HEX triplet: 68, 7D and A0. RGB value is (104,125,160). Sum of RGB (Red+Green+Blue) = 104+125+160=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 160 (62.89% from 255 or 41.13% from 389); Max value from RGB is 160 - color contains mainly: blue. Hex color #687DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687DA0 is #97825F. Grayscale: #7A7A7A. Windows color (decimal): -9929312 or 10517864. OLE color: 10517864.
HSL color Cylindrical-coordinate representation of color #687DA0: hue angle of 217.5º 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 #687DA0 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 125 | 160 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.37 |
| HSL | 217.5º | 0.23% | 0.52% | - |
| HSV(B) | 217.5º | 0.35% | 0.63% | - |
| XYZ | 19.39 | 20.15 | 36.12 | - |
| YUV | 122.71 | 149.04 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 125 | 160 | 0.35 | 0.22 | 0 | 0.37 | 217.5 | 0.23 | 0.52 |
| Hex | 68 | 7D | A0 | 23 | 16 | 0 | 25 | DA | 17 | 34 |
| Octal | 150 | 175 | 240 | 43 | 26 | 0 | 45 | 332 | 27 | 64 |
| Binary | 1101000 | 1111101 | 10100000 | 100011 | 10110 | 0 | 100101 | 11011010 | 10111 | 110100 |
Color Harmonies of #687DA0
Complementary color
Monochromatic Colors of #687DA0
Black with #687DA0
Text Example
Text Example
White with #687DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687DA0; }
p { color: rgb(104,125,160); }
H1.HeaderClassName
{
color: #687DA0;
}
.AnyTagClassName
{
color: #687DA0;
}
</style>
background-color css
<style>
a { background-color: #687DA0; }
a { background-color: rgb(104,125,160); }
div.DivClassName
{
background-color: #687DA0;
}
.BgClassName
{
background-color: #687DA0;
}
</style>
border-color css
<style>
span { border-color: #687DA0; }
span { border-color: rgb(104,125,160); }
td.TdClassName
{
border-color: #687DA0;
}
.TagClassName
{
border-color: #687DA0;
}
</style>