Color Hex Logo

#694f60 Color Hex

#694F60
(105,79,96)
0 Favorites   0 Comments

Color spaces of #694f60

RGB 1057996
HSL0.890.140.36
HSV321°25°41°
CMYK 0.000.250.09   0.59
XYZ10.73309.439812.3227
Yxy9.43980.33030.2905
Hunter Lab30.72438.5885-2.2727
CIE-Lab36.817614.0123-5.6764

#694f60 color RGB value is (105,79,96).

#694f60 hex color red value is 105, green value is 79 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #694f60 hue: 0.89 , saturation: 0.14 and the lightness value of 694f60 is 0.36.

The process color (four color CMYK) of #694f60 color hex is 0.00, 0.25, 0.09, 0.59. Web safe color of #694f60 is #666666. Color #694f60 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01001111 01100000
Octal 151 117 140
Decimal 105 79 96
Hex 69 4F 60

RGB Percentages of Color #694f60

%37.50
%28.21
%34.29

CMYK Percentages of Color #694f60

%0
%25
%9
%59

Triadic Colors of #694f60

#694f60 #60694f #4f6069

Analogous Colors of #694f60

#694f60 #694f53 #654f69

Monochromatic Colors of #694f60

#694f60

Complementary Color

#694f60 #4f6958

#694f60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#694f60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#694f60 Color CSS Codes

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

#694f60 Text Font Color

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

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


#694f60 Background Color

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

This div background color is #694f60


#694f60 Border Color

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

This div border color is #694f60


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,79,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #694f60; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #694f60;
  -webkit-box-shadow: 1px 1px 3px 2px #694f60;
  box-shadow:         1px 1px 3px 2px #694f60; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #694f60


Comments

No comments written yet.

Please login to write comment.