COLOR #669AD9

HEX: #669AD9 RGB: (102,154,217)

Color info

#669AD9 contains mainly blue color. Web safe color of #669AD9 is #6699CC (or #69C).

RGB color model

#669AD9 color RGB value is (102,154,217).

RGB: (102,154,217) (40%, 60%, 85%)

RGB channels and saturation

R 102 of 255 = 40%
G 154 of 255 = 60%
B 217 of 255 = 85%

102
154
217

R + G + B ~ 62%. #669AD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 102 + 154 + 217 = 473 (100%)
R 102 of 473 ~ 21.56%
G 154 of 473 ~ 32.56%
B 217 of 473 ~ 45.88'%

%21.56
%32.56
%45.88

CMYK color model

#669AD9 color CMYK value is (53,29,0,15).

  • cyan value is 53.00%
  • magenta value is 29.03%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (53,29,0,15)
C53M29Y0K15 (53%, 29%, 0%, 15%)
(0.53 / 0.29 / 0.00 / 0.15)

CMYK percentages

%53
%29.03
%0
%14.9

Codes

Color #669AD9 in popluar color models

66 9A D9
RGB 102 154 217
HSL 213° 60.21% 62.55%
HSB/HSV 213° 53.00% 85.10%
CMYK 53.00% 29.03% 0.00%
14.90%

Color #669AD9 in popluar number systems.

HEX 66 9A D9
Decimal 102 154 217
Binary 1100110 10011010 11011001
Octal 146 232 331

Shades and tints

Shades of #669AD9

#669AD9
(102,154,217)
#5D8CC6
(93,140,198)
#547EB3
(84,126,179)
#4B70A0
(75,112,160)
#42628D
(66,98,141)
#39547A
(57,84,122)
#304667
(48,70,103)
#273854
(39,56,84)
#1E2A41
(30,42,65)
#151C2E
(21,28,46)
#0C0E1B
(12,14,27)
#000000
(0,0,0)

Tints of #669AD9

#669AD9
(102,154,217)
#73A3DC
(115,163,220)
#80ACDF
(128,172,223)
#8DB5E2
(141,181,226)
#9ABEE5
(154,190,229)
#A7C7E8
(167,199,232)
#B4D0EB
(180,208,235)
#C1D9EE
(193,217,238)
#CEE2F1
(206,226,241)
#DBEBF4
(219,235,244)
#E8F4F7
(232,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #669AD9; }

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

This text font color is #669AD9.

Background Color

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

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

This div background color is #669AD9.

Border color

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

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

This div border color is #669AD9.

Opacity

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

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

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

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

This text has shadow with #669AD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #669AD9.

Preview

Color preview on black background

This text has color #669AD9 on black background.


Color preview on white background

This text has color #669AD9 on white background.


Black color preview on #669AD9 background

This text has black color on #669AD9 background.


White color preview on #669AD9 background

This text has white color on #669AD9 background.


Related colors

Complementary color

Complementary color for #hex is #996526.


I love getcolorcode.com

Triadic colors

1 #D9669A and #9AD966 with #669AD9 are triadic colors.

2 #D99A66 and #9A66D9 with #669AD9 are triadic colors.