COLOR #666EA5

HEX: #666EA5 RGB: (102,110,165)

Color info

#666EA5 contains mainly green and blue colors. Web safe color of #666EA5 is #666699 (or #669).

RGB color model

#666EA5 color RGB value is (102,110,165).

RGB: (102,110,165) (40%, 43%, 65%)

RGB channels and saturation

R 102 of 255 = 40%
G 110 of 255 = 43%
B 165 of 255 = 65%

102
110
165

R + G + B ~ 49%. #666EA5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 102 + 110 + 165 = 377 (100%)
R 102 of 377 ~ 27.06%
G 110 of 377 ~ 29.18%
B 165 of 377 ~ 43.77'%

%27.06
%29.18
%43.77

CMYK color model

#666EA5 color CMYK value is (38,33,0,35).

  • cyan value is 38.18%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (38,33,0,35)
C38M33Y0K35 (38%, 33%, 0%, 35%)
(0.38 / 0.33 / 0.00 / 0.35)

CMYK percentages

%38.18
%33.33
%0
%35.29

Codes

Color #666EA5 in popluar color models

66 6E A5
RGB 102 110 165
HSL 232° 25.93% 52.35%
HSB/HSV 232° 38.18% 64.71%
CMYK 38.18% 33.33% 0.00%
35.29%

Color #666EA5 in popluar number systems.

HEX 66 6E A5
Decimal 102 110 165
Binary 1100110 1101110 10100101
Octal 146 156 245

Shades and tints

Shades of #666EA5

#666EA5
(102,110,165)
#5D6496
(93,100,150)
#545A87
(84,90,135)
#4B5078
(75,80,120)
#424669
(66,70,105)
#393C5A
(57,60,90)
#30324B
(48,50,75)
#27283C
(39,40,60)
#1E1E2D
(30,30,45)
#15141E
(21,20,30)
#0C0A0F
(12,10,15)
#000000
(0,0,0)

Tints of #666EA5

#666EA5
(102,110,165)
#737BAD
(115,123,173)
#8088B5
(128,136,181)
#8D95BD
(141,149,189)
#9AA2C5
(154,162,197)
#A7AFCD
(167,175,205)
#B4BCD5
(180,188,213)
#C1C9DD
(193,201,221)
#CED6E5
(206,214,229)
#DBE3ED
(219,227,237)
#E8F0F5
(232,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666EA5 color. Also use rgb(102,110,165) instead hex code.

Text Font Color

.myTextColor { color: #666EA5; }

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

This text font color is #666EA5.

Background Color

.myBgColor { background-color: #666EA5; }

<div style="background-color:#666EA5">Inner text</div>

This div background color is #666EA5.

Border color

.myBorderColor { border: 1px solid #666EA5; }

<div style="border:3px solid #666EA5">Div</div>

This div border color is #666EA5.

Opacity

.myOpacity80 { color: #666EA5; opacity: 0.8; }

<p style="color:#666EA5;opacity:0.8;">80%</p>

Text with #666EA5 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 #666EA5;}

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

This text has shadow with #666EA5 color.


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

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

This text has shadow with #666EA5 primary color and red secondary color.


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

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

This text has shadow with #666EA5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #666EA5.

Preview

Color preview on black background

This text has color #666EA5 on black background.


Color preview on white background

This text has color #666EA5 on white background.


Black color preview on #666EA5 background

This text has black color on #666EA5 background.


White color preview on #666EA5 background

This text has white color on #666EA5 background.


Related colors

Complementary color

Complementary color for #hex is #99915A.


I love getcolorcode.com

Triadic colors

1 #A5666E and #6EA566 with #666EA5 are triadic colors.

2 #A56E66 and #6E66A5 with #666EA5 are triadic colors.