COLOR #667893

HEX: #667893
RGB: (102,120,147)

Color info

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

RGB color model

#667893 color RGB value is (102,120,147).

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

RGB channels and saturation

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

102
120
147

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

Portions of RGB colors in percentages

R + G + B =
102 + 120 + 147 = 369 (100%)
R 102 of 369 ~ 27.64%
G 120 of 369 ~ 32.52%
B 147 of 369 ~ 39.84%

%27.64
%32.52
%39.84

CMYK color model

#667893 color CMYK value is (31,18,0,42).

  • cyan value is 30.61%
  • magenta value is 18.37%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(31,18,0,42)
C31M18Y0K42 
(31%,18%,0%,42%)
(0.31/0.18/0.00/0.42)	

CMYK percentages

%30.61
%18.37
%0
%42.35

Codes

Color #667893 in popluar color models

667893
RGB102120147
HSL216°18.07%48.82%
HSB/HSV216°30.61%57.65%
CMYK30.61%18.37%0.00%
42.35%

Color #667893 in popluar number systems.

HEX667893
Decimal102120147
Binary1100110111100010010011
Octal146170223

Shades and tints

Shades of #667893

#667893
(102,120,147)
#5D6E86
(93,110,134)
#546479
(84,100,121)
#4B5A6C
(75,90,108)
#42505F
(66,80,95)
#394652
(57,70,82)
#303C45
(48,60,69)
#273238
(39,50,56)
#1E282B
(30,40,43)
#151E1E
(21,30,30)
#0C1411
(12,20,17)
#000000
(0,0,0)

Tints of #667893

#667893
(102,120,147)
#73849C
(115,132,156)
#8090A5
(128,144,165)
#8D9CAE
(141,156,174)
#9AA8B7
(154,168,183)
#A7B4C0
(167,180,192)
#B4C0C9
(180,192,201)
#C1CCD2
(193,204,210)
#CED8DB
(206,216,219)
#DBE4E4
(219,228,228)
#E8F0ED
(232,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667893; }

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

This text font color is #667893.


Background Color

.myBgColor { background-color: #667893; }

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

This div background color is #667893.


Border color

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

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

This div border color is #667893.


Opacity

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

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

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

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

This text has shadow with #667893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667893 on black background.


Color preview on white background

This text has color #667893 on white background.



Black color preview on #667893 background

This text has black color on #667893 background.


White color preview on #667893 background

This text has white color on #667893 background.