COLOR #667EA4

HEX: #667EA4
RGB: (102,126,164)

Color info

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

RGB color model

#667EA4 color RGB value is (102,126,164).

  • red value is 102;
  • green value is 126;
  • blue value is 164.
RGB:
(102,126,164)
(40%,49%,64%)

RGB channels and saturation

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

102
126
164

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

Portions of RGB colors in percentages

R + G + B =
102 + 126 + 164 = 392 (100%)
R 102 of 392 ~ 26.02%
G 126 of 392 ~ 32.14%
B 164 of 392 ~ 41.84%

%26.02
%32.14
%41.84

CMYK color model

#667EA4 color CMYK value is (38,23,0,36).

  • cyan value is 37.80%
  • magenta value is 23.17%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(38,23,0,36)
C38M23Y0K36 
(38%,23%,0%,36%)
(0.38/0.23/0.00/0.36)	

CMYK percentages

%37.8
%23.17
%0
%35.69

Codes

Color #667EA4 in popluar color models

667EA4
RGB102126164
HSL217°25.41%52.16%
HSB/HSV217°37.80%64.31%
CMYK37.80%23.17%0.00%
35.69%

Color #667EA4 in popluar number systems.

HEX667EA4
Decimal102126164
Binary1100110111111010100100
Octal146176244

Shades and tints

Shades of #667EA4

#667EA4
(102,126,164)
#5D7396
(93,115,150)
#546888
(84,104,136)
#4B5D7A
(75,93,122)
#42526C
(66,82,108)
#39475E
(57,71,94)
#303C50
(48,60,80)
#273142
(39,49,66)
#1E2634
(30,38,52)
#151B26
(21,27,38)
#0C1018
(12,16,24)
#000000
(0,0,0)

Tints of #667EA4

#667EA4
(102,126,164)
#7389AC
(115,137,172)
#8094B4
(128,148,180)
#8D9FBC
(141,159,188)
#9AAAC4
(154,170,196)
#A7B5CC
(167,181,204)
#B4C0D4
(180,192,212)
#C1CBDC
(193,203,220)
#CED6E4
(206,214,228)
#DBE1EC
(219,225,236)
#E8ECF4
(232,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667EA4; }

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

This text font color is #667EA4.


Background Color

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

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

This div background color is #667EA4.


Border color

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

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

This div border color is #667EA4.


Opacity

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

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

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

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

This text has shadow with #667EA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667EA4 on black background.


Color preview on white background

This text has color #667EA4 on white background.



Black color preview on #667EA4 background

This text has black color on #667EA4 background.


White color preview on #667EA4 background

This text has white color on #667EA4 background.