Color Hex Logo

#696dad Color Hex

#696DAD
(105,109,173)
0 Favorites   0 Comments

Color spaces of #696dad

RGB 105109173
HSL0.660.290.55
HSV236°39°68°
CMYK 0.390.370.00   0.32
XYZ18.837216.957741.8155
Yxy16.95770.24270.2185
Hunter Lab41.17979.5883-31.3796
CIE-Lab48.206714.7632-34.6736

#696dad color RGB value is (105,109,173).

#696dad hex color red value is 105, green value is 109 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #696dad hue: 0.66 , saturation: 0.29 and the lightness value of 696dad is 0.55.

The process color (four color CMYK) of #696dad color hex is 0.39, 0.37, 0.00, 0.32. Web safe color of #696dad is #666699. Color #696dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01101101 10101101
Octal 151 155 255
Decimal 105 109 173
Hex 69 6D AD

RGB Percentages of Color #696dad

%27.13
%28.17
%44.70

CMYK Percentages of Color #696dad

%39
%37
%0
%32

Triadic Colors of #696dad

#696dad #ad696d #6dad69

Analogous Colors of #696dad

#696dad #8769ad #698fad

Monochromatic Colors of #696dad

#696dad

Complementary Color

#696dad #ada969

#696dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#696dad Color CSS Codes

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

#696dad Text Font Color

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

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


#696dad Background Color

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

This div background color is #696dad


#696dad Border Color

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

This div border color is #696dad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,109,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #696dad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #696dad;
  -webkit-box-shadow: 1px 1px 3px 2px #696dad;
  box-shadow:         1px 1px 3px 2px #696dad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696dad


Comments

No comments written yet.

Please login to write comment.