COLOR #699AAF

HEX: #699AAF
RGB: (105,154,175)

Color info

#699AAF contains mainly green and blue colors. Web safe color of #699AAF is #669999 (or #699).

RGB color model

#699AAF color RGB value is (105,154,175).

  • red value is 105;
  • green value is 154;
  • blue value is 175.
RGB:
(105,154,175)
(41%,60%,69%)

RGB channels and saturation

R 105 of 255 = 41%
G 154 of 255 = 60%
B 175 of 255 = 69%

105
154
175

R + G + B ~ 57%. #699AAF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 154 + 175 = 434 (100%)
R 105 of 434 ~ 24.19%
G 154 of 434 ~ 35.48%
B 175 of 434 ~ 40.32%

%24.19
%35.48
%40.32

CMYK color model

#699AAF color CMYK value is (40,12,0,31).

  • cyan value is 40.00%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(40,12,0,31)
C40M12Y0K31 
(40%,12%,0%,31%)
(0.40/0.12/0.00/0.31)	

CMYK percentages

%40
%12
%0
%31.37

Codes

Color #699AAF in popluar color models

699AAF
RGB105154175
HSL198°30.43%54.90%
HSB/HSV198°40.00%68.63%
CMYK40.00%12.00%0.00%
31.37%

Color #699AAF in popluar number systems.

HEX699AAF
Decimal105154175
Binary11010011001101010101111
Octal151232257

Shades and tints

Shades of #699AAF

#699AAF
(105,154,175)
#608CA0
(96,140,160)
#577E91
(87,126,145)
#4E7082
(78,112,130)
#456273
(69,98,115)
#3C5464
(60,84,100)
#334655
(51,70,85)
#2A3846
(42,56,70)
#212A37
(33,42,55)
#181C28
(24,28,40)
#0F0E19
(15,14,25)
#000000
(0,0,0)

Tints of #699AAF

#699AAF
(105,154,175)
#76A3B6
(118,163,182)
#83ACBD
(131,172,189)
#90B5C4
(144,181,196)
#9DBECB
(157,190,203)
#AAC7D2
(170,199,210)
#B7D0D9
(183,208,217)
#C4D9E0
(196,217,224)
#D1E2E7
(209,226,231)
#DEEBEE
(222,235,238)
#EBF4F5
(235,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #699AAF color. Also use rgb(105,154,175) instead hex code.

Text Font Color

.myTextColor { color: #699AAF; }

<p style="color:#699AAF">This sample text font color is #699AAF.</p>

This text font color is #699AAF.


Background Color

.myBgColor { background-color: #699AAF; }

<div style="background-color:#699AAF">Inner text</div>

This div background color is #699AAF.


Border color

.myBorderColor { border: 1px solid #699AAF; }

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

This div border color is #699AAF.


Opacity

.myOpacity80 { color: #699AAF; opacity: 0.8; }

<p style="color:#699AAF;opacity:0.8;">80%</p>

Text with #699AAF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #699AAF;}

<p style="text-shadow: 3px 3px 1px #699AAF">Text here.</p>

This text has shadow with #699AAF color.

.textShadow {text-shadow: 3px 3px 1px #699AAF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #699AAF, 5px 5px 20px red">Text here.</p>

This text has shadow with #699AAF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#699AAF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#699AAF, Direction=45, Strength=4)">Text</p>

This text has shadow with #699AAF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #699AAF;
  -webkit-box-shadow:	1px 1px 3px 2px #699AAF;
  box-shadow:		1px 1px 3px 2px #699AAF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #699AAF;
-webkit-box-shadow: 1px 1px 3px 2px #699AAF;
box-shadow:1px 1px 3px 2px #699AAF;">
Div content here</div>
This div box has shadow with color #699AAF.

Preview

Color preview on black background

This text has color #699AAF on black background.


Color preview on white background

This text has color #699AAF on white background.



Black color preview on #699AAF background

This text has black color on #699AAF background.


White color preview on #699AAF background

This text has white color on #699AAF background.