#687F8D

Color #687F8D Lynch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lynch #687F8D

Tints of Lynch #687F8D

Color information

#687F8D (or 0x687F8D) is unknown color: approx Lynch. HEX triplet: 68, 7F and 8D. RGB value is (104,127,141). Sum of RGB (Red+Green+Blue) = 104+127+141=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 141 - color contains mainly: blue. Hex color #687F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687F8D is #978072. Grayscale: #797979. Windows color (decimal): -9928819 or 9273192. OLE color: 9273192.

HSL color Cylindrical-coordinate representation of color #687F8D: hue angle of 202.7º 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 #687F8D is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB104127141-
CMYK0.260.1000.45
HSL202.7º15.1%48.04%-
HSV(B)202.7º26.24%55.29%-
XYZ18.1120.0428.11-
YUV121.72138.88115.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 27.96%
GREEN value IS 127 (50% from 255) = 34.14%
BLUE value IS 141 (55.47% from 255) = 37.90%
R=27.96%
G=34.14%
B=37.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1041271410.260.1000.45202.715.148.04
Hex687F8D1AA02Dcbf30
Octal15017721532120553131760
Binary11010001111111100011011101010100101101110010111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687F8D; }

 p { color: rgb(104,127,141); }

 H1.HeaderClassName
 {
   color: #687F8D;
 }
 .AnyTagClassName
 {
   color: #687F8D;
 }
</style>
background-color css

<style>
 a { background-color: #687F8D; }

 a { background-color: rgb(104,127,141); }

 div.DivClassName
 {
   background-color: #687F8D;
 }
 .BgClassName
 {
   background-color: #687F8D;
 }
</style>
border-color css

<style>
 span { border-color: #687F8D; }

 span { border-color: rgb(104,127,141); }

 td.TdClassName
 {
   border-color: #687F8D;
 }
 .TagClassName
 {
   border-color: #687F8D;
 }
</style>