Shades of Lynch #687A84
Tints of Lynch #687A84
RGB
CMYK
RGB Variations
Color information
#687A84 (or 0x687A84) is known color: Lynch. HEX triplet: 68, 7A and 84. RGB value is (104,122,132). Sum of RGB (Red+Green+Blue) = 104+122+132=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 132 - color contains mainly: blue. Hex color #687A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687A84 is #97857B. Grayscale: #757575. Windows color (decimal): -9930108 or 8682088. OLE color: 8682088.
HSL color Cylindrical-coordinate representation of color #687A84: hue angle of 201.43º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #687A84 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 122 | 132 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.48 |
| HSL | 201.43º | 0.12% | 0.46% | - |
| HSV(B) | 201.43º | 0.21% | 0.52% | - |
| XYZ | 16.83 | 18.53 | 24.52 | - |
| YUV | 117.76 | 136.04 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 122 | 132 | 0.21 | 0.08 | 0 | 0.48 | 201.43 | 0.12 | 0.46 |
| Hex | 68 | 7A | 84 | 15 | 8 | 0 | 30 | C9 | C | 2E |
| Octal | 150 | 172 | 204 | 25 | 10 | 0 | 60 | 311 | 14 | 56 |
| Binary | 1101000 | 1111010 | 10000100 | 10101 | 1000 | 0 | 110000 | 11001001 | 1100 | 101110 |
Color Harmonies of #687A84
Complementary color
Monochromatic Colors of #687A84
Black with #687A84
Text Example
Text Example
White with #687A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687A84; }
p { color: rgb(104,122,132); }
H1.HeaderClassName
{
color: #687A84;
}
.AnyTagClassName
{
color: #687A84;
}
</style>
background-color css
<style>
a { background-color: #687A84; }
a { background-color: rgb(104,122,132); }
div.DivClassName
{
background-color: #687A84;
}
.BgClassName
{
background-color: #687A84;
}
</style>
border-color css
<style>
span { border-color: #687A84; }
span { border-color: rgb(104,122,132); }
td.TdClassName
{
border-color: #687A84;
}
.TagClassName
{
border-color: #687A84;
}
</style>