Color Hex Logo

#696dae Color Hex

#696DAE
(105,109,174)
0 Favorites   0 Comments

Color spaces of #696dae

RGB 105109174
HSL0.660.300.55
HSV237°40°68°
CMYK 0.400.370.00   0.32
XYZ18.934316.996542.3271
Yxy16.99650.24190.2172
Hunter Lab41.22689.8330-32.0136
CIE-Lab48.255615.0523-35.1797

#696dae color RGB value is (105,109,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01101101 10101110
Octal 151 155 256
Decimal 105 109 174
Hex 69 6D AE

RGB Percentages of Color #696dae

%27.06
%28.09
%44.85

CMYK Percentages of Color #696dae

%40
%37
%0
%32

Triadic Colors of #696dae

#696dae #ae696d #6dae69

Analogous Colors of #696dae

#696dae #8869ae #6990ae

Monochromatic Colors of #696dae

#696dae

Complementary Color

#696dae #aeaa69

#696dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#696dae Color CSS Codes

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

#696dae Text Font Color

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

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


#696dae Background Color

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

This div background color is #696dae


#696dae Border Color

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

This div border color is #696dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696dae


Comments

No comments written yet.

Please login to write comment.