Shades of Lynch #687C89
Tints of Lynch #687C89
RGB
CMYK
RGB Variations
Color information
#687C89 (or 0x687C89) is known color: Lynch. HEX triplet: 68, 7C and 89. RGB value is (104,124,137). Sum of RGB (Red+Green+Blue) = 104+124+137=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 137 - color contains mainly: blue. Hex color #687C89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687C89 is #978376. Grayscale: #777777. Windows color (decimal): -9929591 or 9010280. OLE color: 9010280.
HSL color Cylindrical-coordinate representation of color #687C89: hue angle of 203.64º 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 #687C89 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 104 | 124 | 137 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.46 |
| HSL | 203.64º | 0.14% | 0.47% | - |
| HSV(B) | 203.64º | 0.24% | 0.54% | - |
| XYZ | 17.43 | 19.16 | 26.45 | - |
| YUV | 119.5 | 137.87 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 124 | 137 | 0.24 | 0.09 | 0 | 0.46 | 203.64 | 0.14 | 0.47 |
| Hex | 68 | 7C | 89 | 18 | 9 | 0 | 2E | CC | E | 2F |
| Octal | 150 | 174 | 211 | 30 | 11 | 0 | 56 | 314 | 16 | 57 |
| Binary | 1101000 | 1111100 | 10001001 | 11000 | 1001 | 0 | 101110 | 11001100 | 1110 | 101111 |
Color Harmonies of #687C89
Complementary color
Monochromatic Colors of #687C89
Black with #687C89
Text Example
Text Example
White with #687C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687C89; }
p { color: rgb(104,124,137); }
H1.HeaderClassName
{
color: #687C89;
}
.AnyTagClassName
{
color: #687C89;
}
</style>
background-color css
<style>
a { background-color: #687C89; }
a { background-color: rgb(104,124,137); }
div.DivClassName
{
background-color: #687C89;
}
.BgClassName
{
background-color: #687C89;
}
</style>
border-color css
<style>
span { border-color: #687C89; }
span { border-color: rgb(104,124,137); }
td.TdClassName
{
border-color: #687C89;
}
.TagClassName
{
border-color: #687C89;
}
</style>