COLOR #664C6E

HEX: #664C6E RGB: (102,76,110)

Color info

#664C6E contains red, green and blue colors in about the same proportion. Web safe color of #664C6E is #663366 (or #636).

RGB color model

#664C6E color RGB value is (102,76,110).

RGB: (102,76,110) (40%, 30%, 43%)

RGB channels and saturation

R 102 of 255 = 40%
G 76 of 255 = 30%
B 110 of 255 = 43%

102
76
110

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

Portions of RGB colors in percentages

R + G + B = 102 + 76 + 110 = 288 (100%)
R 102 of 288 ~ 35.42%
G 76 of 288 ~ 26.39%
B 110 of 288 ~ 38.19'%

%35.42
%26.39
%38.19

CMYK color model

#664C6E color CMYK value is (7,31,0,57).

  • cyan value is 7.27%
  • magenta value is 30.91%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (7,31,0,57)
C7M31Y0K57 (7%, 31%, 0%, 57%)
(0.07 / 0.31 / 0.00 / 0.57)

CMYK percentages

%7.27
%30.91
%0
%56.86

Codes

Color #664C6E in popluar color models

66 4C 6E
RGB 102 76 110
HSL 286° 18.28% 36.47%
HSB/HSV 286° 30.91% 43.14%
CMYK 7.27% 30.91% 0.00%
56.86%

Color #664C6E in popluar number systems.

HEX 66 4C 6E
Decimal 102 76 110
Binary 1100110 1001100 1101110
Octal 146 114 156

Shades and tints

Shades of #664C6E

#664C6E
(102,76,110)
#5D4664
(93,70,100)
#54405A
(84,64,90)
#4B3A50
(75,58,80)
#423446
(66,52,70)
#392E3C
(57,46,60)
#302832
(48,40,50)
#272228
(39,34,40)
#1E1C1E
(30,28,30)
#151614
(21,22,20)
#0C100A
(12,16,10)
#000000
(0,0,0)

Tints of #664C6E

#664C6E
(102,76,110)
#735C7B
(115,92,123)
#806C88
(128,108,136)
#8D7C95
(141,124,149)
#9A8CA2
(154,140,162)
#A79CAF
(167,156,175)
#B4ACBC
(180,172,188)
#C1BCC9
(193,188,201)
#CECCD6
(206,204,214)
#DBDCE3
(219,220,227)
#E8ECF0
(232,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664C6E color. Also use rgb(102,76,110) instead hex code.

Text Font Color

.myTextColor { color: #664C6E; }

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

This text font color is #664C6E.

Background Color

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

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

This div background color is #664C6E.

Border color

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

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

This div border color is #664C6E.

Opacity

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

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

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

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

This text has shadow with #664C6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #664C6E.

Preview

Color preview on black background

This text has color #664C6E on black background.


Color preview on white background

This text has color #664C6E on white background.


Black color preview on #664C6E background

This text has black color on #664C6E background.


White color preview on #664C6E background

This text has white color on #664C6E background.


Related colors

Complementary color

Complementary color for #hex is #99B391.


I love getcolorcode.com

Triadic colors

1 #6E664C and #4C6E66 with #664C6E are triadic colors.

2 #6E4C66 and #4C666E with #664C6E are triadic colors.