#687683

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

Shades of Lynch #687683

Tints of Lynch #687683

Color information

#687683 (or 0x687683) is unknown color: approx Lynch. HEX triplet: 68, 76 and 83. RGB value is (104,118,131). Sum of RGB (Red+Green+Blue) = 104+118+131=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 131 - color contains mainly: blue. Hex color #687683 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687683 is #97897C. Grayscale: #737373. Windows color (decimal): -9931133 or 8615528. OLE color: 8615528.

HSL color Cylindrical-coordinate representation of color #687683: hue angle of 208.89º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #687683 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB104118131-
CMYK0.210.1000.49
HSL208.89º11.49%46.08%-
HSV(B)208.89º20.61%51.37%-
XYZ16.2817.5424-
YUV115.3136.86119.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.46%
GREEN value IS 118 (46.48% from 255) = 33.43%
BLUE value IS 131 (51.56% from 255) = 37.11%
R=29.46%
G=33.43%
B=37.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041181310.210.1000.49208.8911.4946.08
Hex68768315A031d1b2e
Octal15016620325120613211356
Binary11010001110110100000111010110100110001110100011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687683; }

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

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

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

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

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

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

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

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