#687E8B

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

Shades of Lynch #687E8B

Tints of Lynch #687E8B

Color information

#687E8B (or 0x687E8B) is unknown color: approx 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

RGB104126139-
CMYK0.250.0900.45
HSL202.29º14.4%47.65%-
HSV(B)202.29º25.18%54.51%-
XYZ17.8319.7327.29-
YUV120.9138.21115.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.18%
GREEN value IS 126 (49.61% from 255) = 34.15%
BLUE value IS 139 (54.69% from 255) = 37.67%
R=28.18%
G=34.15%
B=37.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1041261390.250.0900.45202.2914.447.65
Hex687E8B19902Dcae30
Octal15017621331110553121660
Binary11010001111110100010111100110010101101110010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>