Color Hex Logo

#685f72 Color Hex

#685F72
(104,95,114)
0 Favorites   0 Comments

Color spaces of #685f72

RGB 10495114
HSL0.750.090.41
HSV268°17°45°
CMYK 0.090.170.00   0.55
XYZ12.838412.342417.6252
Yxy12.34240.29990.2883
Hunter Lab35.13183.7497-5.1529
CIE-Lab41.75527.5985-9.4207

#685f72 color RGB value is (104,95,114).

#685f72 hex color red value is 104, green value is 95 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #685f72 hue: 0.75 , saturation: 0.09 and the lightness value of 685f72 is 0.41.

The process color (four color CMYK) of #685f72 color hex is 0.09, 0.17, 0.00, 0.55. Web safe color of #685f72 is #666666. Color #685f72 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01011111 01110010
Octal 150 137 162
Decimal 104 95 114
Hex 68 5F 72

RGB Percentages of Color #685f72

%33.23
%30.35
%36.42

CMYK Percentages of Color #685f72

%9
%17
%0
%55

Triadic Colors of #685f72

#685f72 #72685f #5f7268

Analogous Colors of #685f72

#685f72 #725f72 #5f6072

Monochromatic Colors of #685f72

#685f72

Complementary Color

#685f72 #69725f

#685f72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685f72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#685f72 Color CSS Codes

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

#685f72 Text Font Color

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

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


#685f72 Background Color

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

This div background color is #685f72


#685f72 Border Color

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

This div border color is #685f72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685f72


Comments

No comments written yet.

Please login to write comment.