Color Hex Logo

#696caa Color Hex

#696CAA
(105,108,170)
0 Favorites   0 Comments

Color spaces of #696caa

RGB 105108170
HSL0.660.280.54
HSV237°38°67°
CMYK 0.380.360.00   0.33
XYZ18.444016.630740.2681
Yxy16.63070.24480.2207
Hunter Lab40.78089.3643-29.9981
CIE-Lab47.791314.5110-33.5740

#696caa color RGB value is (105,108,170).

#696caa hex color red value is 105, green value is 108 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #696caa hue: 0.66 , saturation: 0.28 and the lightness value of 696caa is 0.54.

The process color (four color CMYK) of #696caa color hex is 0.38, 0.36, 0.00, 0.33. Web safe color of #696caa is #666699. Color #696caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01101100 10101010
Octal 151 154 252
Decimal 105 108 170
Hex 69 6C AA

RGB Percentages of Color #696caa

%27.42
%28.20
%44.39

CMYK Percentages of Color #696caa

%38
%36
%0
%33

Triadic Colors of #696caa

#696caa #aa696c #6caa69

Analogous Colors of #696caa

#696caa #8769aa #698daa

Monochromatic Colors of #696caa

#696caa

Complementary Color

#696caa #aaa769

#696caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#696caa Color CSS Codes

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

#696caa Text Font Color

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

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


#696caa Background Color

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

This div background color is #696caa


#696caa Border Color

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

This div border color is #696caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696caa


Comments

No comments written yet.

Please login to write comment.