COLOR #666AA1

HEX: #666AA1 RGB: (102,106,161)

Color info

#666AA1 contains red, green and blue colors in about the same proportion. Web safe color of #666AA1 is #666699 (or #669).

RGB color model

#666AA1 color RGB value is (102,106,161).

RGB: (102,106,161) (40%, 42%, 63%)

RGB channels and saturation

R 102 of 255 = 40%
G 106 of 255 = 42%
B 161 of 255 = 63%

102
106
161

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

Portions of RGB colors in percentages

R + G + B = 102 + 106 + 161 = 369 (100%)
R 102 of 369 ~ 27.64%
G 106 of 369 ~ 28.73%
B 161 of 369 ~ 43.63'%

%27.64
%28.73
%43.63

CMYK color model

#666AA1 color CMYK value is (37,34,0,37).

  • cyan value is 36.65%
  • magenta value is 34.16%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (37,34,0,37)
C37M34Y0K37 (37%, 34%, 0%, 37%)
(0.37 / 0.34 / 0.00 / 0.37)

CMYK percentages

%36.65
%34.16
%0
%36.86

Codes

Color #666AA1 in popluar color models

66 6A A1
RGB 102 106 161
HSL 236° 23.89% 51.57%
HSB/HSV 236° 36.65% 63.14%
CMYK 36.65% 34.16% 0.00%
36.86%

Color #666AA1 in popluar number systems.

HEX 66 6A A1
Decimal 102 106 161
Binary 1100110 1101010 10100001
Octal 146 152 241

Shades and tints

Shades of #666AA1

#666AA1
(102,106,161)
#5D6193
(93,97,147)
#545885
(84,88,133)
#4B4F77
(75,79,119)
#424669
(66,70,105)
#393D5B
(57,61,91)
#30344D
(48,52,77)
#272B3F
(39,43,63)
#1E2231
(30,34,49)
#151923
(21,25,35)
#0C1015
(12,16,21)
#000000
(0,0,0)

Tints of #666AA1

#666AA1
(102,106,161)
#7377A9
(115,119,169)
#8084B1
(128,132,177)
#8D91B9
(141,145,185)
#9A9EC1
(154,158,193)
#A7ABC9
(167,171,201)
#B4B8D1
(180,184,209)
#C1C5D9
(193,197,217)
#CED2E1
(206,210,225)
#DBDFE9
(219,223,233)
#E8ECF1
(232,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666AA1 color. Also use rgb(102,106,161) instead hex code.

Text Font Color

.myTextColor { color: #666AA1; }

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

This text font color is #666AA1.

Background Color

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

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

This div background color is #666AA1.

Border color

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

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

This div border color is #666AA1.

Opacity

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

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

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

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

This text has shadow with #666AA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #666AA1.

Preview

Color preview on black background

This text has color #666AA1 on black background.


Color preview on white background

This text has color #666AA1 on white background.


Black color preview on #666AA1 background

This text has black color on #666AA1 background.


White color preview on #666AA1 background

This text has white color on #666AA1 background.


Related colors

Complementary color

Complementary color for #hex is #99955E.


I love getcolorcode.com

Triadic colors

1 #A1666A and #6AA166 with #666AA1 are triadic colors.

2 #A16A66 and #6A66A1 with #666AA1 are triadic colors.