Color Hex Logo

#685c6b Color Hex

#685C6B
(104,92,107)
0 Favorites   0 Comments

Color spaces of #685c6b

RGB 10492107
HSL0.800.080.39
HSV288°14°42°
CMYK 0.030.140.00   0.58
XYZ12.189911.658915.5178
Yxy11.65890.30970.2962
Hunter Lab34.14513.9710-3.0437
CIE-Lab40.66887.8870-6.7640

#685c6b color RGB value is (104,92,107).

#685c6b hex color red value is 104, green value is 92 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #685c6b hue: 0.80 , saturation: 0.08 and the lightness value of 685c6b is 0.39.

The process color (four color CMYK) of #685c6b color hex is 0.03, 0.14, 0.00, 0.58. Web safe color of #685c6b is #666666. Color #685c6b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01011100 01101011
Octal 150 134 153
Decimal 104 92 107
Hex 68 5C 6B

RGB Percentages of Color #685c6b

%34.32
%30.36
%35.31

CMYK Percentages of Color #685c6b

%3
%14
%0
%58

Triadic Colors of #685c6b

#685c6b #6b685c #5c6b68

Analogous Colors of #685c6b

#685c6b #6b5c67 #615c6b

Monochromatic Colors of #685c6b

#685c6b

Complementary Color

#685c6b #5f6b5c

#685c6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685c6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#685c6b Color CSS Codes

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

#685c6b Text Font Color

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

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


#685c6b Background Color

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

This div background color is #685c6b


#685c6b Border Color

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

This div border color is #685c6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685c6b

#685c6b Color Palettes


Comments

No comments written yet.

Please login to write comment.