#687A84

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

Shades of Lynch #687A84

Tints of Lynch #687A84

Color information

#687A84 (or 0x687A84) is unknown color: approx Lynch. HEX triplet: 68, 7A and 84. RGB value is (104,122,132). Sum of RGB (Red+Green+Blue) = 104+122+132=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 132 - color contains mainly: blue. Hex color #687A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687A84 is #97857B. Grayscale: #757575. Windows color (decimal): -9930108 or 8682088. OLE color: 8682088.

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

Color convert

RGB104122132-
CMYK0.210.0800.48
HSL201.43º11.86%46.27%-
HSV(B)201.43º21.21%51.76%-
XYZ16.8318.5324.52-
YUV117.76136.04118.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.05%
GREEN value IS 122 (48.05% from 255) = 34.08%
BLUE value IS 132 (51.95% from 255) = 36.87%
R=29.05%
G=34.08%
B=36.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1041221320.210.0800.48201.4311.8646.27
Hex687A84158030c9c2e
Octal15017220425100603111456
Binary11010001111010100001001010110000110000110010011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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