Color Hex Logo

#694963 Color Hex

#694963
(105,73,99)
0 Favorites   0 Comments

Color spaces of #694963

RGB 1057399
HSL0.860.180.35
HSV311°30°41°
CMYK 0.000.300.06   0.59
XYZ10.46048.669212.9264
Yxy8.66920.32630.2704
Hunter Lab29.443511.8896-5.4193
CIE-Lab35.339418.3203-9.7797

#694963 color RGB value is (105,73,99).

#694963 hex color red value is 105, green value is 73 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #694963 hue: 0.86 , saturation: 0.18 and the lightness value of 694963 is 0.35.

The process color (four color CMYK) of #694963 color hex is 0.00, 0.30, 0.06, 0.59. Web safe color of #694963 is #663366. Color #694963 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01001001 01100011
Octal 151 111 143
Decimal 105 73 99
Hex 69 49 63

RGB Percentages of Color #694963

%37.91
%26.35
%35.74

CMYK Percentages of Color #694963

%0
%30
%6
%59

Triadic Colors of #694963

#694963 #636949 #496369

Analogous Colors of #694963

#694963 #694953 #5f4969

Monochromatic Colors of #694963

#694963

Complementary Color

#694963 #49694f

#694963 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#694963 Color Preview on White Background

Lorem ipsum dolor sit amet.

#694963 Color CSS Codes

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

#694963 Text Font Color

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

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


#694963 Background Color

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

This div background color is #694963


#694963 Border Color

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

This div border color is #694963


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #694963


Comments

No comments written yet.

Please login to write comment.