Shades of Slate Grey #687DA1
Tints of Slate Grey #687DA1
RGB
CMYK
RGB Variations
Color information
#687DA1 (or 0x687DA1) is known color: Slate Grey. HEX triplet: 68, 7D and A1. RGB value is (104,125,161). Sum of RGB (Red+Green+Blue) = 104+125+161=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 161 (63.28% from 255 or 41.28% from 390); Max value from RGB is 161 - color contains mainly: blue. Hex color #687DA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687DA1 is #97825E. Grayscale: #7A7A7A. Windows color (decimal): -9929311 or 10583400. OLE color: 10583400.
HSL color Cylindrical-coordinate representation of color #687DA1: hue angle of 217.89º 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 #687DA1 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 125 | 161 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.37 |
| HSL | 217.89º | 0.23% | 0.52% | - |
| HSV(B) | 217.89º | 0.35% | 0.63% | - |
| XYZ | 19.48 | 20.18 | 36.59 | - |
| YUV | 122.83 | 149.54 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 125 | 161 | 0.35 | 0.22 | 0 | 0.37 | 217.89 | 0.23 | 0.52 |
| Hex | 68 | 7D | A1 | 23 | 16 | 0 | 25 | DA | 17 | 34 |
| Octal | 150 | 175 | 241 | 43 | 26 | 0 | 45 | 332 | 27 | 64 |
| Binary | 1101000 | 1111101 | 10100001 | 100011 | 10110 | 0 | 100101 | 11011010 | 10111 | 110100 |
Color Harmonies of #687DA1
Complementary color
Monochromatic Colors of #687DA1
Black with #687DA1
Text Example
Text Example
White with #687DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687DA1; }
p { color: rgb(104,125,161); }
H1.HeaderClassName
{
color: #687DA1;
}
.AnyTagClassName
{
color: #687DA1;
}
</style>
background-color css
<style>
a { background-color: #687DA1; }
a { background-color: rgb(104,125,161); }
div.DivClassName
{
background-color: #687DA1;
}
.BgClassName
{
background-color: #687DA1;
}
</style>
border-color css
<style>
span { border-color: #687DA1; }
span { border-color: rgb(104,125,161); }
td.TdClassName
{
border-color: #687DA1;
}
.TagClassName
{
border-color: #687DA1;
}
</style>