Color Hex Logo

#685775 Color Hex

#685775
(104,87,117)
0 Favorites   0 Comments

Color spaces of #685775

RGB 10487117
HSL0.760.150.40
HSV274°26°46°
CMYK 0.110.260.00   0.54
XYZ12.328011.043818.3115
Yxy11.04380.29580.2649
Hunter Lab33.23228.0609-9.4072
CIE-Lab39.654113.2091-14.4401

#685775 color RGB value is (104,87,117).

#685775 hex color red value is 104, green value is 87 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #685775 hue: 0.76 , saturation: 0.15 and the lightness value of 685775 is 0.40.

The process color (four color CMYK) of #685775 color hex is 0.11, 0.26, 0.00, 0.54. Web safe color of #685775 is #666666. Color #685775 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01010111 01110101
Octal 150 127 165
Decimal 104 87 117
Hex 68 57 75

RGB Percentages of Color #685775

%33.77
%28.25
%37.99

CMYK Percentages of Color #685775

%11
%26
%0
%54

Triadic Colors of #685775

#685775 #756857 #577568

Analogous Colors of #685775

#685775 #755773 #595775

Monochromatic Colors of #685775

#685775

Complementary Color

#685775 #647557

#685775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#685775 Color CSS Codes

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

#685775 Text Font Color

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

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


#685775 Background Color

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

This div background color is #685775


#685775 Border Color

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

This div border color is #685775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685775


Comments

No comments written yet.

Please login to write comment.