COLOR #664E7D

HEX: #664E7D RGB: (102,78,125)

Color info

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

RGB color model

#664E7D color RGB value is (102,78,125).

RGB: (102,78,125) (40%, 31%, 49%)

RGB channels and saturation

R 102 of 255 = 40%
G 78 of 255 = 31%
B 125 of 255 = 49%

102
78
125

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

Portions of RGB colors in percentages

R + G + B = 102 + 78 + 125 = 305 (100%)
R 102 of 305 ~ 33.44%
G 78 of 305 ~ 25.57%
B 125 of 305 ~ 40.98'%

%33.44
%25.57
%40.98

CMYK color model

#664E7D color CMYK value is (18,38,0,51).

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

CMYK: (18,38,0,51)
C18M38Y0K51 (18%, 38%, 0%, 51%)
(0.18 / 0.38 / 0.00 / 0.51)

CMYK percentages

%18.4
%37.6
%0
%50.98

Codes

Color #664E7D in popluar color models

66 4E 7D
RGB 102 78 125
HSL 271° 23.15% 39.80%
HSB/HSV 271° 37.60% 49.02%
CMYK 18.40% 37.60% 0.00%
50.98%

Color #664E7D in popluar number systems.

HEX 66 4E 7D
Decimal 102 78 125
Binary 1100110 1001110 1111101
Octal 146 116 175

Shades and tints

Shades of #664E7D

#664E7D
(102,78,125)
#5D4772
(93,71,114)
#544067
(84,64,103)
#4B395C
(75,57,92)
#423251
(66,50,81)
#392B46
(57,43,70)
#30243B
(48,36,59)
#271D30
(39,29,48)
#1E1625
(30,22,37)
#150F1A
(21,15,26)
#0C080F
(12,8,15)
#000000
(0,0,0)

Tints of #664E7D

#664E7D
(102,78,125)
#735E88
(115,94,136)
#806E93
(128,110,147)
#8D7E9E
(141,126,158)
#9A8EA9
(154,142,169)
#A79EB4
(167,158,180)
#B4AEBF
(180,174,191)
#C1BECA
(193,190,202)
#CECED5
(206,206,213)
#DBDEE0
(219,222,224)
#E8EEEB
(232,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664E7D; }

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

This text font color is #664E7D.

Background Color

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

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

This div background color is #664E7D.

Border color

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

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

This div border color is #664E7D.

Opacity

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

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

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

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

This text has shadow with #664E7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #664E7D.

Preview

Color preview on black background

This text has color #664E7D on black background.


Color preview on white background

This text has color #664E7D on white background.


Black color preview on #664E7D background

This text has black color on #664E7D background.


White color preview on #664E7D background

This text has white color on #664E7D background.


Related colors

Complementary color

Complementary color for #hex is #99B182.


I love getcolorcode.com

Triadic colors

1 #7D664E and #4E7D66 with #664E7D are triadic colors.

2 #7D4E66 and #4E667D with #664E7D are triadic colors.