Color Hex Logo

#685c79 Color Hex

#685C79
(104,92,121)
0 Favorites   0 Comments

Color spaces of #685c79

RGB 10492121
HSL0.740.140.42
HSV265°24°47°
CMYK 0.140.240.00   0.53
XYZ12.987311.977819.7166
Yxy11.97780.29070.2681
Hunter Lab34.60906.4179-9.5510
CIE-Lab41.180811.0624-14.5622

#685c79 color RGB value is (104,92,121).

#685c79 hex color red value is 104, green value is 92 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #685c79 hue: 0.74 , saturation: 0.14 and the lightness value of 685c79 is 0.42.

The process color (four color CMYK) of #685c79 color hex is 0.14, 0.24, 0.00, 0.53. Web safe color of #685c79 is #666666. Color #685c79 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01011100 01111001
Octal 150 134 171
Decimal 104 92 121
Hex 68 5C 79

RGB Percentages of Color #685c79

%32.81
%29.02
%38.17

CMYK Percentages of Color #685c79

%14
%24
%0
%53

Triadic Colors of #685c79

#685c79 #79685c #5c7968

Analogous Colors of #685c79

#685c79 #775c79 #5c5f79

Monochromatic Colors of #685c79

#685c79

Complementary Color

#685c79 #6d795c

#685c79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685c79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#685c79 Color CSS Codes

.mybgcolor {background-color:#685c79; } 
.myforecolor {color:#685c79; }
.mybordercolor {border:3px solid #685c79; }

#685c79 Text Font Color

<p style="color:#685c79">Text here</p>

This sample text font color is #685c79
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#685c79 Background Color

<div style="background-color:#685c79">
Div content here</div>

This div background color is #685c79


#685c79 Border Color

<div style="border:3px solid #685c79">
Div here</div>

This div border color is #685c79


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,92,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #685c79; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #685c79;
  -webkit-box-shadow: 1px 1px 3px 2px #685c79;
  box-shadow:         1px 1px 3px 2px #685c79; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,92,121, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #685c79">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #685c79;
  -webkit-box-shadow: 1px 1px 3px 2px #685c79;
  box-shadow:         1px 1px 3px 2px #685c79;">
Div content here</div>

This div box has shadow with color #685c79


Comments

No comments written yet.

Please login to write comment.