Color Hex Logo

#696baa Color Hex

#696BAA
(105,107,170)
0 Favorites   0 Comments

Color spaces of #696baa

RGB 105107170
HSL0.660.280.54
HSV238°38°67°
CMYK 0.380.370.00   0.33
XYZ18.339116.420940.2332
Yxy16.42090.24450.2190
Hunter Lab40.52279.8678-30.5005
CIE-Lab47.521915.1223-33.9969

#696baa color RGB value is (105,107,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01101011 10101010
Octal 151 153 252
Decimal 105 107 170
Hex 69 6B AA

RGB Percentages of Color #696baa

%27.49
%28.01
%44.50

CMYK Percentages of Color #696baa

%38
%37
%0
%33

Triadic Colors of #696baa

#696baa #aa696b #6baa69

Analogous Colors of #696baa

#696baa #8869aa #698caa

Monochromatic Colors of #696baa

#696baa

Complementary Color

#696baa #aaa869

#696baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#696baa Color CSS Codes

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

#696baa Text Font Color

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

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


#696baa Background Color

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

This div background color is #696baa


#696baa Border Color

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

This div border color is #696baa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,107,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 #696baa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696baa


Comments

No comments written yet.

Please login to write comment.