Color Hex Logo

#694d79 Color Hex

#694D79
(105,77,121)
0 Favorites   0 Comments

Color spaces of #694d79

RGB 10577121
HSL0.770.220.39
HSV278°36°47°
CMYK 0.130.360.00   0.53
XYZ11.93089.691519.3310
Yxy9.69150.29130.2366
Hunter Lab31.131213.9293-15.0245
CIE-Lab37.283020.6818-20.5402

#694d79 color RGB value is (105,77,121).

#694d79 hex color red value is 105, green value is 77 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #694d79 hue: 0.77 , saturation: 0.22 and the lightness value of 694d79 is 0.39.

The process color (four color CMYK) of #694d79 color hex is 0.13, 0.36, 0.00, 0.53. Web safe color of #694d79 is #666666. Color #694d79 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01001101 01111001
Octal 151 115 171
Decimal 105 77 121
Hex 69 4D 79

RGB Percentages of Color #694d79

%34.65
%25.41
%39.93

CMYK Percentages of Color #694d79

%13
%36
%0
%53

Triadic Colors of #694d79

#694d79 #79694d #4d7969

Analogous Colors of #694d79

#694d79 #794d73 #534d79

Monochromatic Colors of #694d79

#694d79

Complementary Color

#694d79 #5d794d

#694d79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#694d79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#694d79 Color CSS Codes

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

#694d79 Text Font Color

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

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


#694d79 Background Color

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

This div background color is #694d79


#694d79 Border Color

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

This div border color is #694d79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #694d79


Comments

No comments written yet.

Please login to write comment.