Color Hex Logo

#699ab9 Color Hex

#699AB9
(105,154,185)
0 Favorites   0 Comments

Color spaces of #699ab9

RGB 105154185
HSL0.560.360.57
HSV203°43°73°
CMYK 0.430.170.00   0.27
XYZ26.138329.617250.2380
Yxy29.61720.24660.2794
Hunter Lab54.4217-9.5058-16.6369
CIE-Lab61.3225-8.1373-21.2300

#699ab9 color RGB value is (105,154,185).

#699ab9 hex color red value is 105, green value is 154 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #699ab9 hue: 0.56 , saturation: 0.36 and the lightness value of 699ab9 is 0.57.

The process color (four color CMYK) of #699ab9 color hex is 0.43, 0.17, 0.00, 0.27. Web safe color of #699ab9 is #6699cc. Color #699ab9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10011010 10111001
Octal 151 232 271
Decimal 105 154 185
Hex 69 9A B9

RGB Percentages of Color #699ab9

%23.65
%34.68
%41.67

CMYK Percentages of Color #699ab9

%43
%17
%0
%27

Triadic Colors of #699ab9

#699ab9 #b9699a #9ab969

Analogous Colors of #699ab9

#699ab9 #6972b9 #69b9b0

Monochromatic Colors of #699ab9

#699ab9

Complementary Color

#699ab9 #b98869

#699ab9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#699ab9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#699ab9 Color CSS Codes

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

#699ab9 Text Font Color

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

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


#699ab9 Background Color

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

This div background color is #699ab9


#699ab9 Border Color

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

This div border color is #699ab9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #699ab9


Comments

No comments written yet.

Please login to write comment.