Color Hex Logo

#695662 Color Hex

#695662
(105,86,98)
0 Favorites   0 Comments

Color spaces of #695662

RGB 1058698
HSL0.890.100.37
HSV322°18°41°
CMYK 0.000.180.07   0.59
XYZ11.358110.540712.9912
Yxy10.54070.32550.3021
Hunter Lab32.46645.6304-0.9979
CIE-Lab38.795910.0890-3.9843

#695662 color RGB value is (105,86,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01010110 01100010
Octal 151 126 142
Decimal 105 86 98
Hex 69 56 62

RGB Percentages of Color #695662

%36.33
%29.76
%33.91

CMYK Percentages of Color #695662

%0
%18
%7
%59

Triadic Colors of #695662

#695662 #626956 #566269

Analogous Colors of #695662

#695662 #695659 #675669

Monochromatic Colors of #695662

#695662

Complementary Color

#695662 #56695d

#695662 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695662 Color Preview on White Background

Lorem ipsum dolor sit amet.

#695662 Color CSS Codes

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

#695662 Text Font Color

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

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


#695662 Background Color

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

This div background color is #695662


#695662 Border Color

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

This div border color is #695662


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695662

#695662 Color Palettes


Comments

No comments written yet.

Please login to write comment.