Shades of Slate Grey #687B90
Tints of Slate Grey #687B90
RGB
CMYK
RGB Variations
Color information
#687B90 (or 0x687B90) is known color: Slate Grey. HEX triplet: 68, 7B and 90. RGB value is (104,123,144). Sum of RGB (Red+Green+Blue) = 104+123+144=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 144 - color contains mainly: blue. Hex color #687B90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687B90 is #97846F. Grayscale: #777777. Windows color (decimal): -9929840 or 9468776. OLE color: 9468776.
HSL color Cylindrical-coordinate representation of color #687B90: hue angle of 211.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #687B90 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 123 | 144 | - |
| CMYK | 0.28 | 0.15 | 0 | 0.44 |
| HSL | 211.5º | 0.16% | 0.49% | - |
| HSV(B) | 211.5º | 0.28% | 0.56% | - |
| XYZ | 17.83 | 19.12 | 29.14 | - |
| YUV | 119.71 | 141.71 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 123 | 144 | 0.28 | 0.15 | 0 | 0.44 | 211.5 | 0.16 | 0.49 |
| Hex | 68 | 7B | 90 | 1C | F | 0 | 2C | D4 | 10 | 31 |
| Octal | 150 | 173 | 220 | 34 | 17 | 0 | 54 | 324 | 20 | 61 |
| Binary | 1101000 | 1111011 | 10010000 | 11100 | 1111 | 0 | 101100 | 11010100 | 10000 | 110001 |
Color Harmonies of #687B90
Complementary color
Monochromatic Colors of #687B90
Black with #687B90
Text Example
Text Example
White with #687B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687B90; }
p { color: rgb(104,123,144); }
H1.HeaderClassName
{
color: #687B90;
}
.AnyTagClassName
{
color: #687B90;
}
</style>
background-color css
<style>
a { background-color: #687B90; }
a { background-color: rgb(104,123,144); }
div.DivClassName
{
background-color: #687B90;
}
.BgClassName
{
background-color: #687B90;
}
</style>
border-color css
<style>
span { border-color: #687B90; }
span { border-color: rgb(104,123,144); }
td.TdClassName
{
border-color: #687B90;
}
.TagClassName
{
border-color: #687B90;
}
</style>