Shades of Lynch #687A8A
Tints of Lynch #687A8A
RGB
CMYK
RGB Variations
Color information
#687A8A (or 0x687A8A) is known color: Lynch. HEX triplet: 68, 7A and 8A. RGB value is (104,122,138). Sum of RGB (Red+Green+Blue) = 104+122+138=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 138 - color contains mainly: blue. Hex color #687A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687A8A is #978575. Grayscale: #767676. Windows color (decimal): -9930102 or 9075304. OLE color: 9075304.
HSL color Cylindrical-coordinate representation of color #687A8A: hue angle of 208.24º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #687A8A is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 104 | 122 | 138 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.46 |
| HSL | 208.24º | 0.14% | 0.47% | - |
| HSV(B) | 208.24º | 0.25% | 0.54% | - |
| XYZ | 17.26 | 18.7 | 26.74 | - |
| YUV | 118.44 | 139.04 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 122 | 138 | 0.25 | 0.12 | 0 | 0.46 | 208.24 | 0.14 | 0.47 |
| Hex | 68 | 7A | 8A | 19 | C | 0 | 2E | D0 | E | 2F |
| Octal | 150 | 172 | 212 | 31 | 14 | 0 | 56 | 320 | 16 | 57 |
| Binary | 1101000 | 1111010 | 10001010 | 11001 | 1100 | 0 | 101110 | 11010000 | 1110 | 101111 |
Color Harmonies of #687A8A
Complementary color
Monochromatic Colors of #687A8A
Black with #687A8A
Text Example
Text Example
White with #687A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687A8A; }
p { color: rgb(104,122,138); }
H1.HeaderClassName
{
color: #687A8A;
}
.AnyTagClassName
{
color: #687A8A;
}
</style>
background-color css
<style>
a { background-color: #687A8A; }
a { background-color: rgb(104,122,138); }
div.DivClassName
{
background-color: #687A8A;
}
.BgClassName
{
background-color: #687A8A;
}
</style>
border-color css
<style>
span { border-color: #687A8A; }
span { border-color: rgb(104,122,138); }
td.TdClassName
{
border-color: #687A8A;
}
.TagClassName
{
border-color: #687A8A;
}
</style>