Color Hex Logo

#699aba Color Hex

#699ABA
(105,154,186)
0 Favorites   0 Comments

Color spaces of #699aba

RGB 105154186
HSL0.570.370.57
HSV204°44°73°
CMYK 0.440.170.00   0.27
XYZ26.244229.659650.7960
Yxy29.65960.24600.2780
Hunter Lab54.4606-9.2882-17.1780
CIE-Lab61.3594-7.8577-21.7365

#699aba color RGB value is (105,154,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10011010 10111010
Octal 151 232 272
Decimal 105 154 186
Hex 69 9A BA

RGB Percentages of Color #699aba

%23.60
%34.61
%41.80

CMYK Percentages of Color #699aba

%44
%17
%0
%27

Triadic Colors of #699aba

#699aba #ba699a #9aba69

Analogous Colors of #699aba

#699aba #6972ba #69bab2

Monochromatic Colors of #699aba

#699aba

Complementary Color

#699aba #ba8969

#699aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#699aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#699aba Color CSS Codes

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

#699aba Text Font Color

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

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


#699aba Background Color

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

This div background color is #699aba


#699aba Border Color

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

This div border color is #699aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #699aba


Comments

No comments written yet.

Please login to write comment.