Color Hex Logo

#699aab Color Hex

#699AAB
(105,154,171)
0 Favorites   0 Comments

Color spaces of #699aab

RGB 105154171
HSL0.540.280.54
HSV195°39°67°
CMYK 0.390.100.00   0.33
XYZ24.732029.054742.8327
Yxy29.05470.25600.3007
Hunter Lab53.9024-12.4282-9.3822
CIE-Lab60.8299-11.9529-14.0788

#699aab color RGB value is (105,154,171).

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

The process color (four color CMYK) of #699aab color hex is 0.39, 0.10, 0.00, 0.33. Web safe color of #699aab is #669999. Color #699aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10011010 10101011
Octal 151 232 253
Decimal 105 154 171
Hex 69 9A AB

RGB Percentages of Color #699aab

%24.42
%35.81
%39.77

CMYK Percentages of Color #699aab

%39
%10
%0
%33

Triadic Colors of #699aab

#699aab #ab699a #9aab69

Analogous Colors of #699aab

#699aab #6979ab #69ab9b

Monochromatic Colors of #699aab

#699aab

Complementary Color

#699aab #ab7a69

#699aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#699aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#699aab Color CSS Codes

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

#699aab Text Font Color

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

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


#699aab Background Color

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

This div background color is #699aab


#699aab Border Color

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

This div border color is #699aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #699aab


Comments

No comments written yet.

Please login to write comment.