#687A85

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

Shades of Lynch #687A85

Tints of Lynch #687A85

Color information

#687A85 (or 0x687A85) is unknown color: approx Lynch. HEX triplet: 68, 7A and 85. RGB value is (104,122,133). Sum of RGB (Red+Green+Blue) = 104+122+133=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 133 - color contains mainly: blue. Hex color #687A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687A85 is #97857A. Grayscale: #757575. Windows color (decimal): -9930107 or 8747624. OLE color: 8747624.

HSL color Cylindrical-coordinate representation of color #687A85: hue angle of 202.76º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #687A85 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB104122133-
CMYK0.220.0800.48
HSL202.76º12.24%46.47%-
HSV(B)202.76º21.8%52.16%-
XYZ16.918.5624.88-
YUV117.87136.54118.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.97%
GREEN value IS 122 (48.05% from 255) = 33.98%
BLUE value IS 133 (52.34% from 255) = 37.05%
R=28.97%
G=33.98%
B=37.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1041221330.220.0800.48202.7612.2446.47
Hex687A85168030cbc2e
Octal15017220526100603131456
Binary11010001111010100001011011010000110000110010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,122,133); }

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

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

 a { background-color: rgb(104,122,133); }

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

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

 span { border-color: rgb(104,122,133); }

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