Color Hex Logo

#699aaa Color Hex

#699AAA
(105,154,170)
0 Favorites   0 Comments

Color spaces of #699aaa

RGB 105154170
HSL0.540.280.54
HSV195°38°67°
CMYK 0.380.090.00   0.33
XYZ24.637029.016742.3325
Yxy29.01670.25670.3023
Hunter Lab53.8672-12.6277-8.8871
CIE-Lab60.7964-12.2177-13.5639

#699aaa color RGB value is (105,154,170).

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

The process color (four color CMYK) of #699aaa color hex is 0.38, 0.09, 0.00, 0.33. Web safe color of #699aaa is #669999. Color #699aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10011010 10101010
Octal 151 232 252
Decimal 105 154 170
Hex 69 9A AA

RGB Percentages of Color #699aaa

%24.48
%35.90
%39.63

CMYK Percentages of Color #699aaa

%38
%9
%0
%33

Triadic Colors of #699aaa

#699aaa #aa699a #9aaa69

Analogous Colors of #699aaa

#699aaa #697aaa #69aa9a

Monochromatic Colors of #699aaa

#699aaa

Complementary Color

#699aaa #aa7969

#699aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#699aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#699aaa Color CSS Codes

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

#699aaa Text Font Color

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

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


#699aaa Background Color

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

This div background color is #699aaa


#699aaa Border Color

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

This div border color is #699aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #699aaa


Comments

No comments written yet.

Please login to write comment.