COLOR #667A90

HEX: #667A90
RGB: (102,122,144)

Color info

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

RGB color model

#667A90 color RGB value is (102,122,144).

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

RGB channels and saturation

R 102 of 255 = 40%
G 122 of 255 = 48%
B 144 of 255 = 56%

102
122
144

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

Portions of RGB colors in percentages

R + G + B =
102 + 122 + 144 = 368 (100%)
R 102 of 368 ~ 27.72%
G 122 of 368 ~ 33.15%
B 144 of 368 ~ 39.13%

%27.72
%33.15
%39.13

CMYK color model

#667A90 color CMYK value is (29,15,0,44).

  • cyan value is 29.17%
  • magenta value is 15.28%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(29,15,0,44)
C29M15Y0K44 
(29%,15%,0%,44%)
(0.29/0.15/0.00/0.44)	

CMYK percentages

%29.17
%15.28
%0
%43.53

Codes

Color #667A90 in popluar color models

667A90
RGB102122144
HSL211°17.07%48.24%
HSB/HSV211°29.17%56.47%
CMYK29.17%15.28%0.00%
43.53%

Color #667A90 in popluar number systems.

HEX667A90
Decimal102122144
Binary1100110111101010010000
Octal146172220

Shades and tints

Shades of #667A90

#667A90
(102,122,144)
#5D6F83
(93,111,131)
#546476
(84,100,118)
#4B5969
(75,89,105)
#424E5C
(66,78,92)
#39434F
(57,67,79)
#303842
(48,56,66)
#272D35
(39,45,53)
#1E2228
(30,34,40)
#15171B
(21,23,27)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #667A90

#667A90
(102,122,144)
#73869A
(115,134,154)
#8092A4
(128,146,164)
#8D9EAE
(141,158,174)
#9AAAB8
(154,170,184)
#A7B6C2
(167,182,194)
#B4C2CC
(180,194,204)
#C1CED6
(193,206,214)
#CEDAE0
(206,218,224)
#DBE6EA
(219,230,234)
#E8F2F4
(232,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667A90; }

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

This text font color is #667A90.


Background Color

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

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

This div background color is #667A90.


Border color

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

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

This div border color is #667A90.


Opacity

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

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

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

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

This text has shadow with #667A90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667A90 on black background.


Color preview on white background

This text has color #667A90 on white background.



Black color preview on #667A90 background

This text has black color on #667A90 background.


White color preview on #667A90 background

This text has white color on #667A90 background.