COLOR #667C93

HEX: #667C93 RGB: (102,124,147)

Color info

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

RGB color model

#667C93 color RGB value is (102,124,147).

RGB: (102,124,147) (40%, 49%, 58%)

RGB channels and saturation

R 102 of 255 = 40%
G 124 of 255 = 49%
B 147 of 255 = 58%

102
124
147

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

Portions of RGB colors in percentages

R + G + B = 102 + 124 + 147 = 373 (100%)
R 102 of 373 ~ 27.35%
G 124 of 373 ~ 33.24%
B 147 of 373 ~ 39.41'%

%27.35
%33.24
%39.41

CMYK color model

#667C93 color CMYK value is (31,16,0,42).

  • cyan value is 30.61%
  • magenta value is 15.65%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (31,16,0,42)
C31M16Y0K42 (31%, 16%, 0%, 42%)
(0.31 / 0.16 / 0.00 / 0.42)

CMYK percentages

%30.61
%15.65
%0
%42.35

Codes

Color #667C93 in popluar color models

66 7C 93
RGB 102 124 147
HSL 211° 18.07% 48.82%
HSB/HSV 211° 30.61% 57.65%
CMYK 30.61% 15.65% 0.00%
42.35%

Color #667C93 in popluar number systems.

HEX 66 7C 93
Decimal 102 124 147
Binary 1100110 1111100 10010011
Octal 146 174 223

Shades and tints

Shades of #667C93

#667C93
(102,124,147)
#5D7186
(93,113,134)
#546679
(84,102,121)
#4B5B6C
(75,91,108)
#42505F
(66,80,95)
#394552
(57,69,82)
#303A45
(48,58,69)
#272F38
(39,47,56)
#1E242B
(30,36,43)
#15191E
(21,25,30)
#0C0E11
(12,14,17)
#000000
(0,0,0)

Tints of #667C93

#667C93
(102,124,147)
#73879C
(115,135,156)
#8092A5
(128,146,165)
#8D9DAE
(141,157,174)
#9AA8B7
(154,168,183)
#A7B3C0
(167,179,192)
#B4BEC9
(180,190,201)
#C1C9D2
(193,201,210)
#CED4DB
(206,212,219)
#DBDFE4
(219,223,228)
#E8EAED
(232,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667C93; }

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

This text font color is #667C93.

Background Color

.myBgColor { background-color: #667C93; }

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

This div background color is #667C93.

Border color

.myBorderColor { border: 1px solid #667C93; }

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

This div border color is #667C93.

Opacity

.myOpacity80 { color: #667C93; opacity: 0.8; }

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

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

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

This text has shadow with #667C93 color.


.textShadow {text-shadow: 3px 3px 1px #667C93', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #667C93; -webkit-box-shadow: 1px 1px 3px 2px #667C93; box-shadow:1px 1px 3px 2px #667C93;">
Div content here
</div>

This div box has shadow with color #667C93.

Preview

Color preview on black background

This text has color #667C93 on black background.


Color preview on white background

This text has color #667C93 on white background.


Black color preview on #667C93 background

This text has black color on #667C93 background.


White color preview on #667C93 background

This text has white color on #667C93 background.


Related colors

Complementary color

Complementary color for #hex is #99836C.


I love getcolorcode.com

Triadic colors

1 #93667C and #7C9366 with #667C93 are triadic colors.

2 #937C66 and #7C6693 with #667C93 are triadic colors.