Color Hex Logo

#695659 Color Hex

#695659
(105,86,89)
0 Favorites   0 Comments

Color spaces of #695659

RGB 1058689
HSL0.970.100.37
HSV351°18°41°
CMYK 0.000.180.15   0.59
XYZ10.956710.380110.8773
Yxy10.38010.34010.3222
Hunter Lab32.21824.32222.5356
CIE-Lab38.51618.35861.1929

#695659 color RGB value is (105,86,89).

#695659 hex color red value is 105, green value is 86 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #695659 hue: 0.97 , saturation: 0.10 and the lightness value of 695659 is 0.37.

The process color (four color CMYK) of #695659 color hex is 0.00, 0.18, 0.15, 0.59. Web safe color of #695659 is #666666. Color #695659 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01010110 01011001
Octal 151 126 131
Decimal 105 86 89
Hex 69 56 59

RGB Percentages of Color #695659

%37.50
%30.71
%31.79

CMYK Percentages of Color #695659

%0
%18
%15
%59

Triadic Colors of #695659

#695659 #596956 #565969

Analogous Colors of #695659

#695659 #695d56 #695663

Monochromatic Colors of #695659

#695659

Complementary Color

#695659 #566966

#695659 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695659 Color Preview on White Background

Lorem ipsum dolor sit amet.

#695659 Color CSS Codes

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

#695659 Text Font Color

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

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


#695659 Background Color

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

This div background color is #695659


#695659 Border Color

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

This div border color is #695659


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,86,89, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #695659; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #695659;
  -webkit-box-shadow: 1px 1px 3px 2px #695659;
  box-shadow:         1px 1px 3px 2px #695659; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,86,89, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695659


Comments

No comments written yet.

Please login to write comment.