Shades of Lynch #687E8C
Tints of Lynch #687E8C
RGB
CMYK
RGB Variations
Color information
#687E8C (or 0x687E8C) is known color: Lynch. HEX triplet: 68, 7E and 8C. RGB value is (104,126,140). Sum of RGB (Red+Green+Blue) = 104+126+140=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 140 - color contains mainly: blue. Hex color #687E8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687E8C is #978173. Grayscale: #787878. Windows color (decimal): -9929076 or 9207400. OLE color: 9207400.
HSL color Cylindrical-coordinate representation of color #687E8C: hue angle of 203.33º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #687E8C is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 126 | 140 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.45 |
| HSL | 203.33º | 0.15% | 0.48% | - |
| HSV(B) | 203.33º | 0.26% | 0.55% | - |
| XYZ | 17.9 | 19.76 | 27.68 | - |
| YUV | 121.02 | 138.71 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 126 | 140 | 0.26 | 0.10 | 0 | 0.45 | 203.33 | 0.15 | 0.48 |
| Hex | 68 | 7E | 8C | 1A | A | 0 | 2D | CB | F | 30 |
| Octal | 150 | 176 | 214 | 32 | 12 | 0 | 55 | 313 | 17 | 60 |
| Binary | 1101000 | 1111110 | 10001100 | 11010 | 1010 | 0 | 101101 | 11001011 | 1111 | 110000 |
Color Harmonies of #687E8C
Complementary color
Monochromatic Colors of #687E8C
Black with #687E8C
Text Example
Text Example
White with #687E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687E8C; }
p { color: rgb(104,126,140); }
H1.HeaderClassName
{
color: #687E8C;
}
.AnyTagClassName
{
color: #687E8C;
}
</style>
background-color css
<style>
a { background-color: #687E8C; }
a { background-color: rgb(104,126,140); }
div.DivClassName
{
background-color: #687E8C;
}
.BgClassName
{
background-color: #687E8C;
}
</style>
border-color css
<style>
span { border-color: #687E8C; }
span { border-color: rgb(104,126,140); }
td.TdClassName
{
border-color: #687E8C;
}
.TagClassName
{
border-color: #687E8C;
}
</style>