COLOR #664C7D

HEX: #664C7D RGB: (102,76,125)

Color info

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

RGB color model

#664C7D color RGB value is (102,76,125).

RGB: (102,76,125) (40%, 30%, 49%)

RGB channels and saturation

R 102 of 255 = 40%
G 76 of 255 = 30%
B 125 of 255 = 49%

102
76
125

R + G + B ~ 40%. #664C7D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 102 + 76 + 125 = 303 (100%)
R 102 of 303 ~ 33.66%
G 76 of 303 ~ 25.08%
B 125 of 303 ~ 41.25'%

%33.66
%25.08
%41.25

CMYK color model

#664C7D color CMYK value is (18,39,0,51).

  • cyan value is 18.40%
  • magenta value is 39.20%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (18,39,0,51)
C18M39Y0K51 (18%, 39%, 0%, 51%)
(0.18 / 0.39 / 0.00 / 0.51)

CMYK percentages

%18.4
%39.2
%0
%50.98

Codes

Color #664C7D in popluar color models

66 4C 7D
RGB 102 76 125
HSL 272° 24.38% 39.41%
HSB/HSV 272° 39.20% 49.02%
CMYK 18.40% 39.20% 0.00%
50.98%

Color #664C7D in popluar number systems.

HEX 66 4C 7D
Decimal 102 76 125
Binary 1100110 1001100 1111101
Octal 146 114 175

Shades and tints

Shades of #664C7D

#664C7D
(102,76,125)
#5D4672
(93,70,114)
#544067
(84,64,103)
#4B3A5C
(75,58,92)
#423451
(66,52,81)
#392E46
(57,46,70)
#30283B
(48,40,59)
#272230
(39,34,48)
#1E1C25
(30,28,37)
#15161A
(21,22,26)
#0C100F
(12,16,15)
#000000
(0,0,0)

Tints of #664C7D

#664C7D
(102,76,125)
#735C88
(115,92,136)
#806C93
(128,108,147)
#8D7C9E
(141,124,158)
#9A8CA9
(154,140,169)
#A79CB4
(167,156,180)
#B4ACBF
(180,172,191)
#C1BCCA
(193,188,202)
#CECCD5
(206,204,213)
#DBDCE0
(219,220,224)
#E8ECEB
(232,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664C7D; }

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

This text font color is #664C7D.

Background Color

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

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

This div background color is #664C7D.

Border color

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

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

This div border color is #664C7D.

Opacity

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

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

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

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

This text has shadow with #664C7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #664C7D.

Preview

Color preview on black background

This text has color #664C7D on black background.


Color preview on white background

This text has color #664C7D on white background.


Black color preview on #664C7D background

This text has black color on #664C7D background.


White color preview on #664C7D background

This text has white color on #664C7D background.


Related colors

Complementary color

Complementary color for #hex is #99B382.


I love getcolorcode.com

Triadic colors

1 #7D664C and #4C7D66 with #664C7D are triadic colors.

2 #7D4C66 and #4C667D with #664C7D are triadic colors.