COLOR #667698

HEX: #667698
RGB: (102,118,152)

Color info

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

RGB color model

#667698 color RGB value is (102,118,152).

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

RGB channels and saturation

R 102 of 255 = 40%
G 118 of 255 = 46%
B 152 of 255 = 60%

102
118
152

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

Portions of RGB colors in percentages

R + G + B =
102 + 118 + 152 = 372 (100%)
R 102 of 372 ~ 27.42%
G 118 of 372 ~ 31.72%
B 152 of 372 ~ 40.86%

%27.42
%31.72
%40.86

CMYK color model

#667698 color CMYK value is (33,22,0,40).

  • cyan value is 32.89%
  • magenta value is 22.37%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(33,22,0,40)
C33M22Y0K40 
(33%,22%,0%,40%)
(0.33/0.22/0.00/0.40)	

CMYK percentages

%32.89
%22.37
%0
%40.39

Codes

Color #667698 in popluar color models

667698
RGB102118152
HSL221°19.69%49.80%
HSB/HSV221°32.89%59.61%
CMYK32.89%22.37%0.00%
40.39%

Color #667698 in popluar number systems.

HEX667698
Decimal102118152
Binary1100110111011010011000
Octal146166230

Shades and tints

Shades of #667698

#667698
(102,118,152)
#5D6C8B
(93,108,139)
#54627E
(84,98,126)
#4B5871
(75,88,113)
#424E64
(66,78,100)
#394457
(57,68,87)
#303A4A
(48,58,74)
#27303D
(39,48,61)
#1E2630
(30,38,48)
#151C23
(21,28,35)
#0C1216
(12,18,22)
#000000
(0,0,0)

Tints of #667698

#667698
(102,118,152)
#7382A1
(115,130,161)
#808EAA
(128,142,170)
#8D9AB3
(141,154,179)
#9AA6BC
(154,166,188)
#A7B2C5
(167,178,197)
#B4BECE
(180,190,206)
#C1CAD7
(193,202,215)
#CED6E0
(206,214,224)
#DBE2E9
(219,226,233)
#E8EEF2
(232,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667698; }

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

This text font color is #667698.


Background Color

.myBgColor { background-color: #667698; }

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

This div background color is #667698.


Border color

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

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

This div border color is #667698.


Opacity

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

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

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

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

This text has shadow with #667698 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667698 on black background.


Color preview on white background

This text has color #667698 on white background.



Black color preview on #667698 background

This text has black color on #667698 background.


White color preview on #667698 background

This text has white color on #667698 background.