COLOR #667793

HEX: #667793
RGB: (102,119,147)

Color info

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

RGB color model

#667793 color RGB value is (102,119,147).

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

RGB channels and saturation

R 102 of 255 = 40%
G 119 of 255 = 47%
B 147 of 255 = 58%

102
119
147

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

Portions of RGB colors in percentages

R + G + B =
102 + 119 + 147 = 368 (100%)
R 102 of 368 ~ 27.72%
G 119 of 368 ~ 32.34%
B 147 of 368 ~ 39.95%

%27.72
%32.34
%39.95

CMYK color model

#667793 color CMYK value is (31,19,0,42).

  • cyan value is 30.61%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(31,19,0,42)
C31M19Y0K42 
(31%,19%,0%,42%)
(0.31/0.19/0.00/0.42)	

CMYK percentages

%30.61
%19.05
%0
%42.35

Codes

Color #667793 in popluar color models

667793
RGB102119147
HSL217°18.07%48.82%
HSB/HSV217°30.61%57.65%
CMYK30.61%19.05%0.00%
42.35%

Color #667793 in popluar number systems.

HEX667793
Decimal102119147
Binary1100110111011110010011
Octal146167223

Shades and tints

Shades of #667793

#667793
(102,119,147)
#5D6D86
(93,109,134)
#546379
(84,99,121)
#4B596C
(75,89,108)
#424F5F
(66,79,95)
#394552
(57,69,82)
#303B45
(48,59,69)
#273138
(39,49,56)
#1E272B
(30,39,43)
#151D1E
(21,29,30)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #667793

#667793
(102,119,147)
#73839C
(115,131,156)
#808FA5
(128,143,165)
#8D9BAE
(141,155,174)
#9AA7B7
(154,167,183)
#A7B3C0
(167,179,192)
#B4BFC9
(180,191,201)
#C1CBD2
(193,203,210)
#CED7DB
(206,215,219)
#DBE3E4
(219,227,228)
#E8EFED
(232,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667793; }

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

This text font color is #667793.


Background Color

.myBgColor { background-color: #667793; }

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

This div background color is #667793.


Border color

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

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

This div border color is #667793.


Opacity

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

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

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

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

This text has shadow with #667793 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667793 on black background.


Color preview on white background

This text has color #667793 on white background.



Black color preview on #667793 background

This text has black color on #667793 background.


White color preview on #667793 background

This text has white color on #667793 background.