Shades of Lynch #687B89
Tints of Lynch #687B89
RGB
CMYK
RGB Variations
Color information
#687B89 (or 0x687B89) is known color: Lynch. HEX triplet: 68, 7B and 89. RGB value is (104,123,137). Sum of RGB (Red+Green+Blue) = 104+123+137=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 137 (53.91% from 255 or 37.64% from 364); Max value from RGB is 137 - color contains mainly: blue. Hex color #687B89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687B89 is #978476. Grayscale: #767676. Windows color (decimal): -9929847 or 9010024. OLE color: 9010024.
HSL color Cylindrical-coordinate representation of color #687B89: hue angle of 205.45º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #687B89 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 104 | 123 | 137 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.46 |
| HSL | 205.45º | 0.14% | 0.47% | - |
| HSV(B) | 205.45º | 0.24% | 0.54% | - |
| XYZ | 17.31 | 18.92 | 26.41 | - |
| YUV | 118.92 | 138.21 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 123 | 137 | 0.24 | 0.10 | 0 | 0.46 | 205.45 | 0.14 | 0.47 |
| Hex | 68 | 7B | 89 | 18 | A | 0 | 2E | CD | E | 2F |
| Octal | 150 | 173 | 211 | 30 | 12 | 0 | 56 | 315 | 16 | 57 |
| Binary | 1101000 | 1111011 | 10001001 | 11000 | 1010 | 0 | 101110 | 11001101 | 1110 | 101111 |
Color Harmonies of #687B89
Complementary color
Monochromatic Colors of #687B89
Black with #687B89
Text Example
Text Example
White with #687B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687B89; }
p { color: rgb(104,123,137); }
H1.HeaderClassName
{
color: #687B89;
}
.AnyTagClassName
{
color: #687B89;
}
</style>
background-color css
<style>
a { background-color: #687B89; }
a { background-color: rgb(104,123,137); }
div.DivClassName
{
background-color: #687B89;
}
.BgClassName
{
background-color: #687B89;
}
</style>
border-color css
<style>
span { border-color: #687B89; }
span { border-color: rgb(104,123,137); }
td.TdClassName
{
border-color: #687B89;
}
.TagClassName
{
border-color: #687B89;
}
</style>