#687E8A

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

Shades of Lynch #687E8A

Tints of Lynch #687E8A

Color information

#687E8A (or 0x687E8A) is unknown color: approx Lynch. HEX triplet: 68, 7E and 8A. RGB value is (104,126,138). Sum of RGB (Red+Green+Blue) = 104+126+138=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 126 (49.61% from 255 or 34.24% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 138 - color contains mainly: blue. Hex color #687E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687E8A is #978175. Grayscale: #787878. Windows color (decimal): -9929078 or 9076328. OLE color: 9076328.

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

Color convert

RGB104126138-
CMYK0.250.0900.46
HSL201.18º14.05%47.45%-
HSV(B)201.18º24.64%54.12%-
XYZ17.7619.726.91-
YUV120.79137.71116.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.26%
GREEN value IS 126 (49.61% from 255) = 34.24%
BLUE value IS 138 (54.30% from 255) = 37.5%
R=28.26%
G=34.24%
B=37.5%

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
Decimal1041261380.250.0900.46201.1814.0547.45
Hex687E8A19902Ec9e2f
Octal15017621231110563111657
Binary11010001111110100010101100110010101110110010011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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