COLOR #669AAD

HEX: #669AAD RGB: (102,154,173)

Color info

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

RGB color model

#669AAD color RGB value is (102,154,173).

RGB: (102,154,173) (40%, 60%, 68%)

RGB channels and saturation

R 102 of 255 = 40%
G 154 of 255 = 60%
B 173 of 255 = 68%

102
154
173

R + G + B ~ 56%. #669AAD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 102 + 154 + 173 = 429 (100%)
R 102 of 429 ~ 23.78%
G 154 of 429 ~ 35.9%
B 173 of 429 ~ 40.33'%

%23.78
%35.9
%40.33

CMYK color model

#669AAD color CMYK value is (41,11,0,32).

  • cyan value is 41.04%
  • magenta value is 10.98%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (41,11,0,32)
C41M11Y0K32 (41%, 11%, 0%, 32%)
(0.41 / 0.11 / 0.00 / 0.32)

CMYK percentages

%41.04
%10.98
%0
%32.16

Codes

Color #669AAD in popluar color models

66 9A AD
RGB 102 154 173
HSL 196° 30.21% 53.92%
HSB/HSV 196° 41.04% 67.84%
CMYK 41.04% 10.98% 0.00%
32.16%

Color #669AAD in popluar number systems.

HEX 66 9A AD
Decimal 102 154 173
Binary 1100110 10011010 10101101
Octal 146 232 255

Shades and tints

Shades of #669AAD

#669AAD
(102,154,173)
#5D8C9E
(93,140,158)
#547E8F
(84,126,143)
#4B7080
(75,112,128)
#426271
(66,98,113)
#395462
(57,84,98)
#304653
(48,70,83)
#273844
(39,56,68)
#1E2A35
(30,42,53)
#151C26
(21,28,38)
#0C0E17
(12,14,23)
#000000
(0,0,0)

Tints of #669AAD

#669AAD
(102,154,173)
#73A3B4
(115,163,180)
#80ACBB
(128,172,187)
#8DB5C2
(141,181,194)
#9ABEC9
(154,190,201)
#A7C7D0
(167,199,208)
#B4D0D7
(180,208,215)
#C1D9DE
(193,217,222)
#CEE2E5
(206,226,229)
#DBEBEC
(219,235,236)
#E8F4F3
(232,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #669AAD color. Also use rgb(102,154,173) instead hex code.

Text Font Color

.myTextColor { color: #669AAD; }

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

This text font color is #669AAD.

Background Color

.myBgColor { background-color: #669AAD; }

<div style="background-color:#669AAD">Inner text</div>

This div background color is #669AAD.

Border color

.myBorderColor { border: 1px solid #669AAD; }

<div style="border:3px solid #669AAD">Div</div>

This div border color is #669AAD.

Opacity

.myOpacity80 { color: #669AAD; opacity: 0.8; }

<p style="color:#669AAD;opacity:0.8;">80%</p>

Text with #669AAD 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 #669AAD;}

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

This text has shadow with #669AAD color.


.textShadow {text-shadow: 3px 3px 1px #669AAD', 3px 3px 1px red;}

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

This text has shadow with #669AAD primary color and red secondary color.


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

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

This text has shadow with #669AAD and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #669AAD; -webkit-box-shadow: 1px 1px 3px 2px #669AAD; box-shadow:1px 1px 3px 2px #669AAD;">
Div content here
</div>

This div box has shadow with color #669AAD.

Preview

Color preview on black background

This text has color #669AAD on black background.


Color preview on white background

This text has color #669AAD on white background.


Black color preview on #669AAD background

This text has black color on #669AAD background.


White color preview on #669AAD background

This text has white color on #669AAD background.


Related colors

Complementary color

Complementary color for #hex is #996552.


I love getcolorcode.com

Triadic colors

1 #AD669A and #9AAD66 with #669AAD are triadic colors.

2 #AD9A66 and #9A66AD with #669AAD are triadic colors.