Color Hex Logo

#685d7e Color Hex

#685D7E
(104,93,126)
0 Favorites   0 Comments

Color spaces of #685d7e

RGB 10493126
HSL0.720.150.43
HSV260°26°49°
CMYK 0.170.260.00   0.51
XYZ13.389212.278121.4029
Yxy12.27810.28450.2608
Hunter Lab35.04016.8865-11.6869
CIE-Lab41.654711.6491-16.8831

#685d7e color RGB value is (104,93,126).

#685d7e hex color red value is 104, green value is 93 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #685d7e hue: 0.72 , saturation: 0.15 and the lightness value of 685d7e is 0.43.

The process color (four color CMYK) of #685d7e color hex is 0.17, 0.26, 0.00, 0.51. Web safe color of #685d7e is #666666. Color #685d7e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01011101 01111110
Octal 150 135 176
Decimal 104 93 126
Hex 68 5D 7E

RGB Percentages of Color #685d7e

%32.20
%28.79
%39.01

CMYK Percentages of Color #685d7e

%17
%26
%0
%51

Triadic Colors of #685d7e

#685d7e #7e685d #5d7e68

Analogous Colors of #685d7e

#685d7e #795d7e #5d637e

Monochromatic Colors of #685d7e

#685d7e

Complementary Color

#685d7e #737e5d

#685d7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685d7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#685d7e Color CSS Codes

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

#685d7e Text Font Color

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

This sample text font color is #685d7e
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.


#685d7e Background Color

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

This div background color is #685d7e


#685d7e Border Color

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

This div border color is #685d7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685d7e


Comments

No comments written yet.

Please login to write comment.