Shades of Lynch #687E8B
Tints of Lynch #687E8B
RGB
CMYK
RGB Variations
Color information
#687E8B (or 0x687E8B) is known color: Lynch. HEX triplet: 68, 7E and 8B. RGB value is (104,126,139). Sum of RGB (Red+Green+Blue) = 104+126+139=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 126 (49.61% from 255 or 34.15% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 139 - color contains mainly: blue. Hex color #687E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687E8B is #978174. Grayscale: #787878. Windows color (decimal): -9929077 or 9141864. OLE color: 9141864.
HSL color Cylindrical-coordinate representation of color #687E8B: hue angle of 202.29º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #687E8B is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 126 | 139 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.45 |
| HSL | 202.29º | 0.14% | 0.48% | - |
| HSV(B) | 202.29º | 0.25% | 0.55% | - |
| XYZ | 17.83 | 19.73 | 27.29 | - |
| YUV | 120.9 | 138.21 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 126 | 139 | 0.25 | 0.09 | 0 | 0.45 | 202.29 | 0.14 | 0.48 |
| Hex | 68 | 7E | 8B | 19 | 9 | 0 | 2D | CA | E | 30 |
| Octal | 150 | 176 | 213 | 31 | 11 | 0 | 55 | 312 | 16 | 60 |
| Binary | 1101000 | 1111110 | 10001011 | 11001 | 1001 | 0 | 101101 | 11001010 | 1110 | 110000 |
Color Harmonies of #687E8B
Complementary color
Monochromatic Colors of #687E8B
Black with #687E8B
Text Example
Text Example
White with #687E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687E8B; }
p { color: rgb(104,126,139); }
H1.HeaderClassName
{
color: #687E8B;
}
.AnyTagClassName
{
color: #687E8B;
}
</style>
background-color css
<style>
a { background-color: #687E8B; }
a { background-color: rgb(104,126,139); }
div.DivClassName
{
background-color: #687E8B;
}
.BgClassName
{
background-color: #687E8B;
}
</style>
border-color css
<style>
span { border-color: #687E8B; }
span { border-color: rgb(104,126,139); }
td.TdClassName
{
border-color: #687E8B;
}
.TagClassName
{
border-color: #687E8B;
}
</style>