COLOR #664D7C

HEX: #664D7C
RGB: (102,77,124)

Color info

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

RGB color model

#664D7C color RGB value is (102,77,124).

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

RGB channels and saturation

R 102 of 255 = 40%
G 77 of 255 = 30%
B 124 of 255 = 49%

102
77
124

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

Portions of RGB colors in percentages

R + G + B =
102 + 77 + 124 = 303 (100%)
R 102 of 303 ~ 33.66%
G 77 of 303 ~ 25.41%
B 124 of 303 ~ 40.92%

%33.66
%25.41
%40.92

CMYK color model

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

  • cyan value is 17.74%
  • magenta value is 37.90%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(18,38,0,51)
C18M38Y0K51 
(18%,38%,0%,51%)
(0.18/0.38/0.00/0.51)	

CMYK percentages

%17.74
%37.9
%0
%51.37

Codes

Color #664D7C in popluar color models

664D7C
RGB10277124
HSL272°23.38%39.41%
HSB/HSV272°37.90%48.63%
CMYK17.74%37.90%0.00%
51.37%

Color #664D7C in popluar number systems.

HEX664D7C
Decimal10277124
Binary110011010011011111100
Octal146115174

Shades and tints

Shades of #664D7C

#664D7C
(102,77,124)
#5D4671
(93,70,113)
#543F66
(84,63,102)
#4B385B
(75,56,91)
#423150
(66,49,80)
#392A45
(57,42,69)
#30233A
(48,35,58)
#271C2F
(39,28,47)
#1E1524
(30,21,36)
#150E19
(21,14,25)
#0C070E
(12,7,14)
#000000
(0,0,0)

Tints of #664D7C

#664D7C
(102,77,124)
#735D87
(115,93,135)
#806D92
(128,109,146)
#8D7D9D
(141,125,157)
#9A8DA8
(154,141,168)
#A79DB3
(167,157,179)
#B4ADBE
(180,173,190)
#C1BDC9
(193,189,201)
#CECDD4
(206,205,212)
#DBDDDF
(219,221,223)
#E8EDEA
(232,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664D7C; }

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

This text font color is #664D7C.


Background Color

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

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

This div background color is #664D7C.


Border color

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

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

This div border color is #664D7C.


Opacity

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

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

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

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

This text has shadow with #664D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664D7C on black background.


Color preview on white background

This text has color #664D7C on white background.



Black color preview on #664D7C background

This text has black color on #664D7C background.


White color preview on #664D7C background

This text has white color on #664D7C background.