COLOR #664D89

HEX: #664D89
RGB: (102,77,137)

Color info

#664D89 contains mainly red and blue colors. Web safe color of #664D89 is #663399 (or #639).

RGB color model

#664D89 color RGB value is (102,77,137).

  • red value is 102;
  • green value is 77;
  • blue value is 137.
RGB:
(102,77,137)
(40%,30%,54%)

RGB channels and saturation

R 102 of 255 = 40%
G 77 of 255 = 30%
B 137 of 255 = 54%

102
77
137

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

Portions of RGB colors in percentages

R + G + B =
102 + 77 + 137 = 316 (100%)
R 102 of 316 ~ 32.28%
G 77 of 316 ~ 24.37%
B 137 of 316 ~ 43.35%

%32.28
%24.37
%43.35

CMYK color model

#664D89 color CMYK value is (26,44,0,46).

  • cyan value is 25.55%
  • magenta value is 43.80%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(26,44,0,46)
C26M44Y0K46 
(26%,44%,0%,46%)
(0.26/0.44/0.00/0.46)	

CMYK percentages

%25.55
%43.8
%0
%46.27

Codes

Color #664D89 in popluar color models

664D89
RGB10277137
HSL265°28.04%41.96%
HSB/HSV265°43.80%53.73%
CMYK25.55%43.80%0.00%
46.27%

Color #664D89 in popluar number systems.

HEX664D89
Decimal10277137
Binary1100110100110110001001
Octal146115211

Shades and tints

Shades of #664D89

#664D89
(102,77,137)
#5D467D
(93,70,125)
#543F71
(84,63,113)
#4B3865
(75,56,101)
#423159
(66,49,89)
#392A4D
(57,42,77)
#302341
(48,35,65)
#271C35
(39,28,53)
#1E1529
(30,21,41)
#150E1D
(21,14,29)
#0C0711
(12,7,17)
#000000
(0,0,0)

Tints of #664D89

#664D89
(102,77,137)
#735D93
(115,93,147)
#806D9D
(128,109,157)
#8D7DA7
(141,125,167)
#9A8DB1
(154,141,177)
#A79DBB
(167,157,187)
#B4ADC5
(180,173,197)
#C1BDCF
(193,189,207)
#CECDD9
(206,205,217)
#DBDDE3
(219,221,227)
#E8EDED
(232,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664D89 color. Also use rgb(102,77,137) instead hex code.

Text Font Color

.myTextColor { color: #664D89; }

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

This text font color is #664D89.


Background Color

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

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

This div background color is #664D89.


Border color

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

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

This div border color is #664D89.


Opacity

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

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

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

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

This text has shadow with #664D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664D89 on black background.


Color preview on white background

This text has color #664D89 on white background.



Black color preview on #664D89 background

This text has black color on #664D89 background.


White color preview on #664D89 background

This text has white color on #664D89 background.