#687F8E

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

Shades of Lynch #687F8E

Tints of Lynch #687F8E

Color information

#687F8E (or 0x687F8E) is unknown color: approx Lynch. HEX triplet: 68, 7F and 8E. RGB value is (104,127,142). Sum of RGB (Red+Green+Blue) = 104+127+142=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 142 - color contains mainly: blue. Hex color #687F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687F8E is #978071. Grayscale: #797979. Windows color (decimal): -9928818 or 9338728. OLE color: 9338728.

HSL color Cylindrical-coordinate representation of color #687F8E: hue angle of 203.68º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #687F8E is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB104127142-
CMYK0.270.1100.44
HSL203.68º15.45%48.24%-
HSV(B)203.68º26.76%55.69%-
XYZ18.1820.0728.51-
YUV121.83139.38115.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.88%
GREEN value IS 127 (50% from 255) = 34.05%
BLUE value IS 142 (55.86% from 255) = 38.07%
R=27.88%
G=34.05%
B=38.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1041271420.270.1100.44203.6815.4548.24
Hex687F8E1BB02Cccf30
Octal15017721633130543141760
Binary11010001111111100011101101110110101100110011001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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