COLOR #667AA5

HEX: #667AA5
RGB: (102,122,165)

Color info

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

RGB color model

#667AA5 color RGB value is (102,122,165).

  • red value is 102;
  • green value is 122;
  • blue value is 165.
RGB:
(102,122,165)
(40%,48%,65%)

RGB channels and saturation

R 102 of 255 = 40%
G 122 of 255 = 48%
B 165 of 255 = 65%

102
122
165

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

Portions of RGB colors in percentages

R + G + B =
102 + 122 + 165 = 389 (100%)
R 102 of 389 ~ 26.22%
G 122 of 389 ~ 31.36%
B 165 of 389 ~ 42.42%

%26.22
%31.36
%42.42

CMYK color model

#667AA5 color CMYK value is (38,26,0,35).

  • cyan value is 38.18%
  • magenta value is 26.06%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(38,26,0,35)
C38M26Y0K35 
(38%,26%,0%,35%)
(0.38/0.26/0.00/0.35)	

CMYK percentages

%38.18
%26.06
%0
%35.29

Codes

Color #667AA5 in popluar color models

667AA5
RGB102122165
HSL221°25.93%52.35%
HSB/HSV221°38.18%64.71%
CMYK38.18%26.06%0.00%
35.29%

Color #667AA5 in popluar number systems.

HEX667AA5
Decimal102122165
Binary1100110111101010100101
Octal146172245

Shades and tints

Shades of #667AA5

#667AA5
(102,122,165)
#5D6F96
(93,111,150)
#546487
(84,100,135)
#4B5978
(75,89,120)
#424E69
(66,78,105)
#39435A
(57,67,90)
#30384B
(48,56,75)
#272D3C
(39,45,60)
#1E222D
(30,34,45)
#15171E
(21,23,30)
#0C0C0F
(12,12,15)
#000000
(0,0,0)

Tints of #667AA5

#667AA5
(102,122,165)
#7386AD
(115,134,173)
#8092B5
(128,146,181)
#8D9EBD
(141,158,189)
#9AAAC5
(154,170,197)
#A7B6CD
(167,182,205)
#B4C2D5
(180,194,213)
#C1CEDD
(193,206,221)
#CEDAE5
(206,218,229)
#DBE6ED
(219,230,237)
#E8F2F5
(232,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667AA5 color. Also use rgb(102,122,165) instead hex code.

Text Font Color

.myTextColor { color: #667AA5; }

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

This text font color is #667AA5.


Background Color

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

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

This div background color is #667AA5.


Border color

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

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

This div border color is #667AA5.


Opacity

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

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

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

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

This text has shadow with #667AA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667AA5 on black background.


Color preview on white background

This text has color #667AA5 on white background.



Black color preview on #667AA5 background

This text has black color on #667AA5 background.


White color preview on #667AA5 background

This text has white color on #667AA5 background.