COLOR #664E6C

HEX: #664E6C
RGB: (102,78,108)

Color info

#664E6C contains red, green and blue colors in about the same proportion. Web safe color of #664E6C is #666666 (or #666).

RGB color model

#664E6C color RGB value is (102,78,108).

  • red value is 102;
  • green value is 78;
  • blue value is 108.
RGB:
(102,78,108)
(40%,31%,42%)

RGB channels and saturation

R 102 of 255 = 40%
G 78 of 255 = 31%
B 108 of 255 = 42%

102
78
108

R + G + B ~ 38%. #664E6C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 78 + 108 = 288 (100%)
R 102 of 288 ~ 35.42%
G 78 of 288 ~ 27.08%
B 108 of 288 ~ 37.5%

%35.42
%27.08
%37.5

CMYK color model

#664E6C color CMYK value is (6,28,0,58).

  • cyan value is 5.56%
  • magenta value is 27.78%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(6,28,0,58)
C6M28Y0K58 
(6%,28%,0%,58%)
(0.06/0.28/0.00/0.58)	

CMYK percentages

%5.56
%27.78
%0
%57.65

Codes

Color #664E6C in popluar color models

664E6C
RGB10278108
HSL288°16.13%36.47%
HSB/HSV288°27.78%42.35%
CMYK5.56%27.78%0.00%
57.65%

Color #664E6C in popluar number systems.

HEX664E6C
Decimal10278108
Binary110011010011101101100
Octal146116154

Shades and tints

Shades of #664E6C

#664E6C
(102,78,108)
#5D4763
(93,71,99)
#54405A
(84,64,90)
#4B3951
(75,57,81)
#423248
(66,50,72)
#392B3F
(57,43,63)
#302436
(48,36,54)
#271D2D
(39,29,45)
#1E1624
(30,22,36)
#150F1B
(21,15,27)
#0C0812
(12,8,18)
#000000
(0,0,0)

Tints of #664E6C

#664E6C
(102,78,108)
#735E79
(115,94,121)
#806E86
(128,110,134)
#8D7E93
(141,126,147)
#9A8EA0
(154,142,160)
#A79EAD
(167,158,173)
#B4AEBA
(180,174,186)
#C1BEC7
(193,190,199)
#CECED4
(206,206,212)
#DBDEE1
(219,222,225)
#E8EEEE
(232,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664E6C color. Also use rgb(102,78,108) instead hex code.

Text Font Color

.myTextColor { color: #664E6C; }

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

This text font color is #664E6C.


Background Color

.myBgColor { background-color: #664E6C; }

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

This div background color is #664E6C.


Border color

.myBorderColor { border: 1px solid #664E6C; }

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

This div border color is #664E6C.


Opacity

.myOpacity80 { color: #664E6C; opacity: 0.8; }

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

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

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

This text has shadow with #664E6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664E6C on black background.


Color preview on white background

This text has color #664E6C on white background.



Black color preview on #664E6C background

This text has black color on #664E6C background.


White color preview on #664E6C background

This text has white color on #664E6C background.