#687680

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

Shades of Lynch #687680

Tints of Lynch #687680

Color information

#687680 (or 0x687680) is unknown color: approx Lynch. HEX triplet: 68, 76 and 80. RGB value is (104,118,128). Sum of RGB (Red+Green+Blue) = 104+118+128=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 128 - color contains mainly: blue. Hex color #687680 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687680 is #97897F. Grayscale: #727272. Windows color (decimal): -9931136 or 8418920. OLE color: 8418920.

HSL color Cylindrical-coordinate representation of color #687680: hue angle of 205º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #687680 is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB104118128-
CMYK0.190.0800.50
HSL205º10.34%45.49%-
HSV(B)205º18.75%50.2%-
XYZ16.0817.4622.94-
YUV114.95135.36120.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.71%
GREEN value IS 118 (46.48% from 255) = 33.71%
BLUE value IS 128 (50.39% from 255) = 36.57%
R=29.71%
G=33.71%
B=36.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1041181280.190.0800.5020510.3445.49
Hex687680138032cda2d
Octal15016620023100623151255
Binary11010001110110100000001001110000110010110011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687680; }

 p { color: rgb(104,118,128); }

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

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

 a { background-color: rgb(104,118,128); }

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

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

 span { border-color: rgb(104,118,128); }

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