COLOR #667EA2

HEX: #667EA2 RGB: (102,126,162)

Color info

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

RGB color model

#667EA2 color RGB value is (102,126,162).

RGB: (102,126,162) (40%, 49%, 64%)

RGB channels and saturation

R 102 of 255 = 40%
G 126 of 255 = 49%
B 162 of 255 = 64%

102
126
162

R + G + B ~ 51%. #667EA2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 102 + 126 + 162 = 390 (100%)
R 102 of 390 ~ 26.15%
G 126 of 390 ~ 32.31%
B 162 of 390 ~ 41.54'%

%26.15
%32.31
%41.54

CMYK color model

#667EA2 color CMYK value is (37,22,0,36).

  • cyan value is 37.04%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK: (37,22,0,36) C37M22Y0K36 (37%,22%,0%,36%) (0.37/0.22/0.00/0.36) 

CMYK percentages

%37.04
%22.22
%0
%36.47

Codes

Color #667EA2 in popluar color models

66 7E A2
RGB 102 126 162
HSL 216° 24.39% 51.76%
HSB/HSV 216° 37.04% 63.53%
CMYK 37.04% 22.22% 0.00%
36.47%

Color #667EA2 in popluar number systems.

HEX 66 7E A2
Decimal 102 126 162
Binary 1100110 1111110 10100010
Octal 146 176 242

Shades and tints

Shades of #667EA2

#667EA2
(102,126,162)
#5D7394
(93,115,148)
#546886
(84,104,134)
#4B5D78
(75,93,120)
#42526A
(66,82,106)
#39475C
(57,71,92)
#303C4E
(48,60,78)
#273140
(39,49,64)
#1E2632
(30,38,50)
#151B24
(21,27,36)
#0C1016
(12,16,22)
#000000
(0,0,0)

Tints of #667EA2

#667EA2
(102,126,162)
#7389AA
(115,137,170)
#8094B2
(128,148,178)
#8D9FBA
(141,159,186)
#9AAAC2
(154,170,194)
#A7B5CA
(167,181,202)
#B4C0D2
(180,192,210)
#C1CBDA
(193,203,218)
#CED6E2
(206,214,226)
#DBE1EA
(219,225,234)
#E8ECF2
(232,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667EA2 color. Also use rgb(102,126,162) instead hex code.

Text Font Color

.myTextColor { color: #667EA2; }

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

This text font color is #667EA2.

Background Color

.myBgColor { background-color: #667EA2; }

<div style="background-color:#667EA2">Inner text</div>

This div background color is #667EA2.

Border color

.myBorderColor { border: 1px solid #667EA2; }

<div style="border:3px solid #667EA2">Div</div>

This div border color is #667EA2.

Opacity

.myOpacity80 { color: #667EA2; opacity: 0.8; }

<p style="color:#667EA2;opacity:0.8;">80%</p>

Text with #667EA2 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 #667EA2;}

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

This text has shadow with #667EA2 color.


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

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

This text has shadow with #667EA2 primary color and red secondary color.


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

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

This text has shadow with #667EA2 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #667EA2.

Preview

Color preview on black background

This text has color #667EA2 on black background.


Color preview on white background

This text has color #667EA2 on white background.


Black color preview on #667EA2 background

This text has black color on #667EA2 background.


White color preview on #667EA2 background

This text has white color on #667EA2 background.


Related colors

Complementary color

Complementary color for #hex is #99815D.


I love getcolorcode.com

Triadic colors

1 #A2667E and #7EA266 with #667EA2 are triadic colors.

2 #A27E66 and #7E66A2 with #667EA2 are triadic colors.