#687D8A

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

Shades of Lynch #687D8A

Tints of Lynch #687D8A

Color information

#687D8A (or 0x687D8A) is unknown color: approx Lynch. HEX triplet: 68, 7D and 8A. RGB value is (104,125,138). Sum of RGB (Red+Green+Blue) = 104+125+138=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 138 - color contains mainly: blue. Hex color #687D8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687D8A is #978275. Grayscale: #787878. Windows color (decimal): -9929334 or 9076072. OLE color: 9076072.

HSL color Cylindrical-coordinate representation of color #687D8A: hue angle of 202.94º 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 #687D8A is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB104125138-
CMYK0.250.0900.46
HSL202.94º14.05%47.45%-
HSV(B)202.94º24.64%54.12%-
XYZ17.6319.4526.87-
YUV120.2138.04116.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.34%
GREEN value IS 125 (49.22% from 255) = 34.06%
BLUE value IS 138 (54.30% from 255) = 37.60%
R=28.34%
G=34.06%
B=37.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1041251380.250.0900.46202.9414.0547.45
Hex687D8A19902Ecbe2f
Octal15017521231110563131657
Binary11010001111101100010101100110010101110110010111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,125,138); }

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

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

 a { background-color: rgb(104,125,138); }

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

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

 span { border-color: rgb(104,125,138); }

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