COLOR #667799

HEX: #667799
RGB: (102,119,153)

Color info

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

RGB color model

#667799 color RGB value is (102,119,153).

  • red value is 102;
  • green value is 119;
  • blue value is 153.
RGB:
(102,119,153)
(40%,47%,60%)

RGB channels and saturation

R 102 of 255 = 40%
G 119 of 255 = 47%
B 153 of 255 = 60%

102
119
153

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

Portions of RGB colors in percentages

R + G + B =
102 + 119 + 153 = 374 (100%)
R 102 of 374 ~ 27.27%
G 119 of 374 ~ 31.82%
B 153 of 374 ~ 40.91%

%27.27
%31.82
%40.91

CMYK color model

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

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

CMYK percentages

%33.33
%22.22
%0
%40

Codes

Color #667799 in popluar color models

667799
RGB102119153
HSL220°20.00%50.00%
HSB/HSV220°33.33%60.00%
CMYK33.33%22.22%0.00%
40.00%

Color #667799 in popluar number systems.

HEX667799
Decimal102119153
Binary1100110111011110011001
Octal146167231

Shades and tints

Shades of #667799

#667799
(102,119,153)
#5D6D8C
(93,109,140)
#54637F
(84,99,127)
#4B5972
(75,89,114)
#424F65
(66,79,101)
#394558
(57,69,88)
#303B4B
(48,59,75)
#27313E
(39,49,62)
#1E2731
(30,39,49)
#151D24
(21,29,36)
#0C1317
(12,19,23)
#000000
(0,0,0)

Tints of #667799

#667799
(102,119,153)
#7383A2
(115,131,162)
#808FAB
(128,143,171)
#8D9BB4
(141,155,180)
#9AA7BD
(154,167,189)
#A7B3C6
(167,179,198)
#B4BFCF
(180,191,207)
#C1CBD8
(193,203,216)
#CED7E1
(206,215,225)
#DBE3EA
(219,227,234)
#E8EFF3
(232,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667799 color. Also use rgb(102,119,153) instead hex code.

Text Font Color

.myTextColor { color: #667799; }

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

This text font color is #667799.


Background Color

.myBgColor { background-color: #667799; }

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

This div background color is #667799.


Border color

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

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

This div border color is #667799.


Opacity

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

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

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

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

This text has shadow with #667799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667799 on black background.


Color preview on white background

This text has color #667799 on white background.



Black color preview on #667799 background

This text has black color on #667799 background.


White color preview on #667799 background

This text has white color on #667799 background.