Color Hex Logo

#685065 Color Hex

#685065
(104,80,101)
0 Favorites   0 Comments

Color spaces of #685065

RGB 10480101
HSL0.850.130.36
HSV308°23°41°
CMYK 0.000.230.03   0.59
XYZ10.92659.620013.5929
Yxy9.62000.32010.2818
Hunter Lab31.01618.6046-4.2727
CIE-Lab37.151614.0165-8.3165

#685065 color RGB value is (104,80,101).

#685065 hex color red value is 104, green value is 80 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #685065 hue: 0.85 , saturation: 0.13 and the lightness value of 685065 is 0.36.

The process color (four color CMYK) of #685065 color hex is 0.00, 0.23, 0.03, 0.59. Web safe color of #685065 is #666666. Color #685065 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01010000 01100101
Octal 150 120 145
Decimal 104 80 101
Hex 68 50 65

RGB Percentages of Color #685065

%36.49
%28.07
%35.44

CMYK Percentages of Color #685065

%0
%23
%3
%59

Triadic Colors of #685065

#685065 #656850 #506568

Analogous Colors of #685065

#685065 #685059 #5f5068

Monochromatic Colors of #685065

#685065

Complementary Color

#685065 #506853

#685065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#685065 Color CSS Codes

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

#685065 Text Font Color

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

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


#685065 Background Color

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

This div background color is #685065


#685065 Border Color

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

This div border color is #685065


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,80,101, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #685065; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #685065;
  -webkit-box-shadow: 1px 1px 3px 2px #685065;
  box-shadow:         1px 1px 3px 2px #685065; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685065


Comments

No comments written yet.

Please login to write comment.