COLOR #667A9D

HEX: #667A9D RGB: (102,122,157)

Color info

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

RGB color model

#667A9D color RGB value is (102,122,157).

RGB: (102,122,157) (40%, 48%, 62%)

RGB channels and saturation

R 102 of 255 = 40%
G 122 of 255 = 48%
B 157 of 255 = 62%

102
122
157

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

Portions of RGB colors in percentages

R + G + B = 102 + 122 + 157 = 381 (100%)
R 102 of 381 ~ 26.77%
G 122 of 381 ~ 32.02%
B 157 of 381 ~ 41.21'%

%26.77
%32.02
%41.21

CMYK color model

#667A9D color CMYK value is (35,22,0,38).

  • cyan value is 35.03%
  • magenta value is 22.29%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (35,22,0,38)
C35M22Y0K38 (35%, 22%, 0%, 38%)
(0.35 / 0.22 / 0.00 / 0.38)

CMYK percentages

%35.03
%22.29
%0
%38.43

Codes

Color #667A9D in popluar color models

66 7A 9D
RGB 102 122 157
HSL 218° 21.91% 50.78%
HSB/HSV 218° 35.03% 61.57%
CMYK 35.03% 22.29% 0.00%
38.43%

Color #667A9D in popluar number systems.

HEX 66 7A 9D
Decimal 102 122 157
Binary 1100110 1111010 10011101
Octal 146 172 235

Shades and tints

Shades of #667A9D

#667A9D
(102,122,157)
#5D6F8F
(93,111,143)
#546481
(84,100,129)
#4B5973
(75,89,115)
#424E65
(66,78,101)
#394357
(57,67,87)
#303849
(48,56,73)
#272D3B
(39,45,59)
#1E222D
(30,34,45)
#15171F
(21,23,31)
#0C0C11
(12,12,17)
#000000
(0,0,0)

Tints of #667A9D

#667A9D
(102,122,157)
#7386A5
(115,134,165)
#8092AD
(128,146,173)
#8D9EB5
(141,158,181)
#9AAABD
(154,170,189)
#A7B6C5
(167,182,197)
#B4C2CD
(180,194,205)
#C1CED5
(193,206,213)
#CEDADD
(206,218,221)
#DBE6E5
(219,230,229)
#E8F2ED
(232,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667A9D; }

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

This text font color is #667A9D.

Background Color

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

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

This div background color is #667A9D.

Border color

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

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

This div border color is #667A9D.

Opacity

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

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

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

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

This text has shadow with #667A9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #667A9D.

Preview

Color preview on black background

This text has color #667A9D on black background.


Color preview on white background

This text has color #667A9D on white background.


Black color preview on #667A9D background

This text has black color on #667A9D background.


White color preview on #667A9D background

This text has white color on #667A9D background.


Related colors

Complementary color

Complementary color for #hex is #998562.


I love getcolorcode.com

Triadic colors

1 #9D667A and #7A9D66 with #667A9D are triadic colors.

2 #9D7A66 and #7A669D with #667A9D are triadic colors.