COLOR #667AA8

HEX: #667AA8
RGB: (102,122,168)

Color info

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

RGB color model

#667AA8 color RGB value is (102,122,168).

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

RGB channels and saturation

R 102 of 255 = 40%
G 122 of 255 = 48%
B 168 of 255 = 66%

102
122
168

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

Portions of RGB colors in percentages

R + G + B =
102 + 122 + 168 = 392 (100%)
R 102 of 392 ~ 26.02%
G 122 of 392 ~ 31.12%
B 168 of 392 ~ 42.86%

%26.02
%31.12
%42.86

CMYK color model

#667AA8 color CMYK value is (39,27,0,34).

  • cyan value is 39.29%
  • magenta value is 27.38%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(39,27,0,34)
C39M27Y0K34 
(39%,27%,0%,34%)
(0.39/0.27/0.00/0.34)	

CMYK percentages

%39.29
%27.38
%0
%34.12

Codes

Color #667AA8 in popluar color models

667AA8
RGB102122168
HSL222°27.50%52.94%
HSB/HSV222°39.29%65.88%
CMYK39.29%27.38%0.00%
34.12%

Color #667AA8 in popluar number systems.

HEX667AA8
Decimal102122168
Binary1100110111101010101000
Octal146172250

Shades and tints

Shades of #667AA8

#667AA8
(102,122,168)
#5D6F99
(93,111,153)
#54648A
(84,100,138)
#4B597B
(75,89,123)
#424E6C
(66,78,108)
#39435D
(57,67,93)
#30384E
(48,56,78)
#272D3F
(39,45,63)
#1E2230
(30,34,48)
#151721
(21,23,33)
#0C0C12
(12,12,18)
#000000
(0,0,0)

Tints of #667AA8

#667AA8
(102,122,168)
#7386AF
(115,134,175)
#8092B6
(128,146,182)
#8D9EBD
(141,158,189)
#9AAAC4
(154,170,196)
#A7B6CB
(167,182,203)
#B4C2D2
(180,194,210)
#C1CED9
(193,206,217)
#CEDAE0
(206,218,224)
#DBE6E7
(219,230,231)
#E8F2EE
(232,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667AA8; }

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

This text font color is #667AA8.


Background Color

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

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

This div background color is #667AA8.


Border color

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

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

This div border color is #667AA8.


Opacity

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

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

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

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

This text has shadow with #667AA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667AA8 on black background.


Color preview on white background

This text has color #667AA8 on white background.



Black color preview on #667AA8 background

This text has black color on #667AA8 background.


White color preview on #667AA8 background

This text has white color on #667AA8 background.