Shades of Slate Grey #687CA1
Tints of Slate Grey #687CA1
RGB
CMYK
RGB Variations
Color information
#687CA1 (or 0x687CA1) is known color: Slate Grey. HEX triplet: 68, 7C and A1. RGB value is (104,124,161). Sum of RGB (Red+Green+Blue) = 104+124+161=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 161 (63.28% from 255 or 41.39% from 389); Max value from RGB is 161 - color contains mainly: blue. Hex color #687CA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687CA1 is #97835E. Grayscale: #7A7A7A. Windows color (decimal): -9929567 or 10583144. OLE color: 10583144.
HSL color Cylindrical-coordinate representation of color #687CA1: hue angle of 218.95º 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 #687CA1 is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 124 | 161 | - |
| CMYK | 0.35 | 0.23 | 0 | 0.37 |
| HSL | 218.95º | 0.23% | 0.52% | - |
| HSV(B) | 218.95º | 0.35% | 0.63% | - |
| XYZ | 19.35 | 19.93 | 36.55 | - |
| YUV | 122.24 | 149.87 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 124 | 161 | 0.35 | 0.23 | 0 | 0.37 | 218.95 | 0.23 | 0.52 |
| Hex | 68 | 7C | A1 | 23 | 17 | 0 | 25 | DB | 17 | 34 |
| Octal | 150 | 174 | 241 | 43 | 27 | 0 | 45 | 333 | 27 | 64 |
| Binary | 1101000 | 1111100 | 10100001 | 100011 | 10111 | 0 | 100101 | 11011011 | 10111 | 110100 |
Color Harmonies of #687CA1
Complementary color
Monochromatic Colors of #687CA1
Black with #687CA1
Text Example
Text Example
White with #687CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687CA1; }
p { color: rgb(104,124,161); }
H1.HeaderClassName
{
color: #687CA1;
}
.AnyTagClassName
{
color: #687CA1;
}
</style>
background-color css
<style>
a { background-color: #687CA1; }
a { background-color: rgb(104,124,161); }
div.DivClassName
{
background-color: #687CA1;
}
.BgClassName
{
background-color: #687CA1;
}
</style>
border-color css
<style>
span { border-color: #687CA1; }
span { border-color: rgb(104,124,161); }
td.TdClassName
{
border-color: #687CA1;
}
.TagClassName
{
border-color: #687CA1;
}
</style>