Shades of Lynch #687A85
Tints of Lynch #687A85
RGB
CMYK
RGB Variations
Color information
#687A85 (or 0x687A85) is known color: Lynch. HEX triplet: 68, 7A and 85. RGB value is (104,122,133). Sum of RGB (Red+Green+Blue) = 104+122+133=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 133 - color contains mainly: blue. Hex color #687A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687A85 is #97857A. Grayscale: #757575. Windows color (decimal): -9930107 or 8747624. OLE color: 8747624.
HSL color Cylindrical-coordinate representation of color #687A85: hue angle of 202.76º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #687A85 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 122 | 133 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.48 |
| HSL | 202.76º | 0.12% | 0.46% | - |
| HSV(B) | 202.76º | 0.22% | 0.52% | - |
| XYZ | 16.9 | 18.56 | 24.88 | - |
| YUV | 117.87 | 136.54 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 122 | 133 | 0.22 | 0.08 | 0 | 0.48 | 202.76 | 0.12 | 0.46 |
| Hex | 68 | 7A | 85 | 16 | 8 | 0 | 30 | CB | C | 2E |
| Octal | 150 | 172 | 205 | 26 | 10 | 0 | 60 | 313 | 14 | 56 |
| Binary | 1101000 | 1111010 | 10000101 | 10110 | 1000 | 0 | 110000 | 11001011 | 1100 | 101110 |
Color Harmonies of #687A85
Complementary color
Monochromatic Colors of #687A85
Black with #687A85
Text Example
Text Example
White with #687A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687A85; }
p { color: rgb(104,122,133); }
H1.HeaderClassName
{
color: #687A85;
}
.AnyTagClassName
{
color: #687A85;
}
</style>
background-color css
<style>
a { background-color: #687A85; }
a { background-color: rgb(104,122,133); }
div.DivClassName
{
background-color: #687A85;
}
.BgClassName
{
background-color: #687A85;
}
</style>
border-color css
<style>
span { border-color: #687A85; }
span { border-color: rgb(104,122,133); }
td.TdClassName
{
border-color: #687A85;
}
.TagClassName
{
border-color: #687A85;
}
</style>