#687F8A

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

Shades of Lynch #687F8A

Tints of Lynch #687F8A

Color information

#687F8A (or 0x687F8A) is unknown color: approx Lynch. HEX triplet: 68, 7F and 8A. RGB value is (104,127,138). Sum of RGB (Red+Green+Blue) = 104+127+138=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 138 - color contains mainly: blue. Hex color #687F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687F8A is #978075. Grayscale: #797979. Windows color (decimal): -9928822 or 9076584. OLE color: 9076584.

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

Color convert

RGB104127138-
CMYK0.250.0800.46
HSL199.41º14.05%47.45%-
HSV(B)199.41º24.64%54.12%-
XYZ17.8919.9626.95-
YUV121.38137.38115.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.18%
GREEN value IS 127 (50% from 255) = 34.42%
BLUE value IS 138 (54.30% from 255) = 37.40%
R=28.18%
G=34.42%
B=37.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1041271380.250.0800.46199.4114.0547.45
Hex687F8A19802Ec7e2f
Octal15017721231100563071657
Binary11010001111111100010101100110000101110110001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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