COLOR #669EAD

HEX: #669EAD RGB: (102,158,173)

Color info

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

RGB color model

#669EAD color RGB value is (102,158,173).

RGB: (102,158,173) (40%, 62%, 68%)

RGB channels and saturation

R 102 of 255 = 40%
G 158 of 255 = 62%
B 173 of 255 = 68%

102
158
173

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

Portions of RGB colors in percentages

R + G + B = 102 + 158 + 173 = 433 (100%)
R 102 of 433 ~ 23.56%
G 158 of 433 ~ 36.49%
B 173 of 433 ~ 39.95'%

%23.56
%36.49
%39.95

CMYK color model

#669EAD color CMYK value is (41,9,0,32).

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

CMYK: (41,9,0,32)
C41M9Y0K32 (41%, 9%, 0%, 32%)
(0.41 / 0.09 / 0.00 / 0.32)

CMYK percentages

%41.04
%8.67
%0
%32.16

Codes

Color #669EAD in popluar color models

66 9E AD
RGB 102 158 173
HSL 193° 30.21% 53.92%
HSB/HSV 193° 41.04% 67.84%
CMYK 41.04% 8.67% 0.00%
32.16%

Color #669EAD in popluar number systems.

HEX 66 9E AD
Decimal 102 158 173
Binary 1100110 10011110 10101101
Octal 146 236 255

Shades and tints

Shades of #669EAD

#669EAD
(102,158,173)
#5D909E
(93,144,158)
#54828F
(84,130,143)
#4B7480
(75,116,128)
#426671
(66,102,113)
#395862
(57,88,98)
#304A53
(48,74,83)
#273C44
(39,60,68)
#1E2E35
(30,46,53)
#152026
(21,32,38)
#0C1217
(12,18,23)
#000000
(0,0,0)

Tints of #669EAD

#669EAD
(102,158,173)
#73A6B4
(115,166,180)
#80AEBB
(128,174,187)
#8DB6C2
(141,182,194)
#9ABEC9
(154,190,201)
#A7C6D0
(167,198,208)
#B4CED7
(180,206,215)
#C1D6DE
(193,214,222)
#CEDEE5
(206,222,229)
#DBE6EC
(219,230,236)
#E8EEF3
(232,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #669EAD; }

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

This text font color is #669EAD.

Background Color

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

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

This div background color is #669EAD.

Border color

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

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

This div border color is #669EAD.

Opacity

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

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

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

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

This text has shadow with #669EAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #669EAD.

Preview

Color preview on black background

This text has color #669EAD on black background.


Color preview on white background

This text has color #669EAD on white background.


Black color preview on #669EAD background

This text has black color on #669EAD background.


White color preview on #669EAD background

This text has white color on #669EAD background.


Related colors

Complementary color

Complementary color for #hex is #996152.


I love getcolorcode.com

Triadic colors

1 #AD669E and #9EAD66 with #669EAD are triadic colors.

2 #AD9E66 and #9E66AD with #669EAD are triadic colors.