Hex #699baa Color

#699baa
equivalent to

RGB

(105, 155, 170)

Details of #699baa

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
105
24.8027
0.54
0.38
61.0877
29.3482
194°
54.1740
155
29.3482
0.28
0.09
-12.7603
0.2569
38°
-13.0807
170
42.3877
0.54
0.00   0.33
-13.1250
0.3040
67°
-8.4527

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1101001
151
105
69
Green
10011011
233
155
9B
Blue
10101010
252
170
AA

RGB in % of #699baa

%24.42
%36.05
%39.53

CMYK in % of #699baa

%38
%9
%0
%33

Triads of color #699baa

#699baa #9baa69 #aa69aa

Similar Colors to #699baa

#699baa #69aa99 #697baa

Preview Color #699baa on black ground

#699baa is very interesting for text.

Preview Color #699baa on white ground

#699baa is very interesting for text.

CSS Codes #699baa color

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

Text Font Color #699baa

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

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


Background Color #699baa

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

This div background color is #699baa


Border Color #699baa

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

The color of this border is #699baa


Examples Css3

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

Text Shadow using RGB

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

The shadow of this text using RGB.


Text Shadow using Hex

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #699baa