COLOR #668EAD

HEX: #668EAD RGB: (102,142,173)

Color info

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

RGB color model

#668EAD color RGB value is (102,142,173).

RGB: (102,142,173) (40%, 56%, 68%)

RGB channels and saturation

R 102 of 255 = 40%
G 142 of 255 = 56%
B 173 of 255 = 68%

102
142
173

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

Portions of RGB colors in percentages

R + G + B = 102 + 142 + 173 = 417 (100%)
R 102 of 417 ~ 24.46%
G 142 of 417 ~ 34.05%
B 173 of 417 ~ 41.49'%

%24.46
%34.05
%41.49

CMYK color model

#668EAD color CMYK value is (41,18,0,32).

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

CMYK: (41,18,0,32)
C41M18Y0K32 (41%, 18%, 0%, 32%)
(0.41 / 0.18 / 0.00 / 0.32)

CMYK percentages

%41.04
%17.92
%0
%32.16

Codes

Color #668EAD in popluar color models

66 8E AD
RGB 102 142 173
HSL 206° 30.21% 53.92%
HSB/HSV 206° 41.04% 67.84%
CMYK 41.04% 17.92% 0.00%
32.16%

Color #668EAD in popluar number systems.

HEX 66 8E AD
Decimal 102 142 173
Binary 1100110 10001110 10101101
Octal 146 216 255

Shades and tints

Shades of #668EAD

#668EAD
(102,142,173)
#5D829E
(93,130,158)
#54768F
(84,118,143)
#4B6A80
(75,106,128)
#425E71
(66,94,113)
#395262
(57,82,98)
#304653
(48,70,83)
#273A44
(39,58,68)
#1E2E35
(30,46,53)
#152226
(21,34,38)
#0C1617
(12,22,23)
#000000
(0,0,0)

Tints of #668EAD

#668EAD
(102,142,173)
#7398B4
(115,152,180)
#80A2BB
(128,162,187)
#8DACC2
(141,172,194)
#9AB6C9
(154,182,201)
#A7C0D0
(167,192,208)
#B4CAD7
(180,202,215)
#C1D4DE
(193,212,222)
#CEDEE5
(206,222,229)
#DBE8EC
(219,232,236)
#E8F2F3
(232,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #668EAD; }

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

This text font color is #668EAD.

Background Color

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

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

This div background color is #668EAD.

Border color

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

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

This div border color is #668EAD.

Opacity

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

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

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

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

This text has shadow with #668EAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #668EAD.

Preview

Color preview on black background

This text has color #668EAD on black background.


Color preview on white background

This text has color #668EAD on white background.


Black color preview on #668EAD background

This text has black color on #668EAD background.


White color preview on #668EAD background

This text has white color on #668EAD background.


Related colors

Complementary color

Complementary color for #hex is #997152.


I love getcolorcode.com

Triadic colors

1 #AD668E and #8EAD66 with #668EAD are triadic colors.

2 #AD8E66 and #8E66AD with #668EAD are triadic colors.