COLOR #667689

HEX: #667689
RGB: (102,118,137)

Color info

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

RGB color model

#667689 color RGB value is (102,118,137).

  • red value is 102;
  • green value is 118;
  • blue value is 137.
RGB:
(102,118,137)
(40%,46%,54%)

RGB channels and saturation

R 102 of 255 = 40%
G 118 of 255 = 46%
B 137 of 255 = 54%

102
118
137

R + G + B ~ 47%. #667689 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 118 + 137 = 357 (100%)
R 102 of 357 ~ 28.57%
G 118 of 357 ~ 33.05%
B 137 of 357 ~ 38.38%

%28.57
%33.05
%38.38

CMYK color model

#667689 color CMYK value is (26,14,0,46).

  • cyan value is 25.55%
  • magenta value is 13.87%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(26,14,0,46)
C26M14Y0K46 
(26%,14%,0%,46%)
(0.26/0.14/0.00/0.46)	

CMYK percentages

%25.55
%13.87
%0
%46.27

Codes

Color #667689 in popluar color models

667689
RGB102118137
HSL213°14.64%46.86%
HSB/HSV213°25.55%53.73%
CMYK25.55%13.87%0.00%
46.27%

Color #667689 in popluar number systems.

HEX667689
Decimal102118137
Binary1100110111011010001001
Octal146166211

Shades and tints

Shades of #667689

#667689
(102,118,137)
#5D6C7D
(93,108,125)
#546271
(84,98,113)
#4B5865
(75,88,101)
#424E59
(66,78,89)
#39444D
(57,68,77)
#303A41
(48,58,65)
#273035
(39,48,53)
#1E2629
(30,38,41)
#151C1D
(21,28,29)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #667689

#667689
(102,118,137)
#738293
(115,130,147)
#808E9D
(128,142,157)
#8D9AA7
(141,154,167)
#9AA6B1
(154,166,177)
#A7B2BB
(167,178,187)
#B4BEC5
(180,190,197)
#C1CACF
(193,202,207)
#CED6D9
(206,214,217)
#DBE2E3
(219,226,227)
#E8EEED
(232,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667689 color. Also use rgb(102,118,137) instead hex code.

Text Font Color

.myTextColor { color: #667689; }

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

This text font color is #667689.


Background Color

.myBgColor { background-color: #667689; }

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

This div background color is #667689.


Border color

.myBorderColor { border: 1px solid #667689; }

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

This div border color is #667689.


Opacity

.myOpacity80 { color: #667689; opacity: 0.8; }

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

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

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

This text has shadow with #667689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667689 on black background.


Color preview on white background

This text has color #667689 on white background.



Black color preview on #667689 background

This text has black color on #667689 background.


White color preview on #667689 background

This text has white color on #667689 background.