COLOR #664669

HEX: #664669
RGB: (102,70,105)

Color info

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

RGB color model

#664669 color RGB value is (102,70,105).

  • red value is 102;
  • green value is 70;
  • blue value is 105.
RGB:
(102,70,105)
(40%,27%,41%)

RGB channels and saturation

R 102 of 255 = 40%
G 70 of 255 = 27%
B 105 of 255 = 41%

102
70
105

R + G + B ~ 36%. #664669 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 70 + 105 = 277 (100%)
R 102 of 277 ~ 36.82%
G 70 of 277 ~ 25.27%
B 105 of 277 ~ 37.91%

%36.82
%25.27
%37.91

CMYK color model

#664669 color CMYK value is (3,33,0,59).

  • cyan value is 2.86%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(3,33,0,59)
C3M33Y0K59 
(3%,33%,0%,59%)
(0.03/0.33/0.00/0.59)	

CMYK percentages

%2.86
%33.33
%0
%58.82

Codes

Color #664669 in popluar color models

664669
RGB10270105
HSL295°20.00%34.31%
HSB/HSV295°33.33%41.18%
CMYK2.86%33.33%0.00%
58.82%

Color #664669 in popluar number systems.

HEX664669
Decimal10270105
Binary110011010001101101001
Octal146106151

Shades and tints

Shades of #664669

#664669
(102,70,105)
#5D4060
(93,64,96)
#543A57
(84,58,87)
#4B344E
(75,52,78)
#422E45
(66,46,69)
#39283C
(57,40,60)
#302233
(48,34,51)
#271C2A
(39,28,42)
#1E1621
(30,22,33)
#151018
(21,16,24)
#0C0A0F
(12,10,15)
#000000
(0,0,0)

Tints of #664669

#664669
(102,70,105)
#735676
(115,86,118)
#806683
(128,102,131)
#8D7690
(141,118,144)
#9A869D
(154,134,157)
#A796AA
(167,150,170)
#B4A6B7
(180,166,183)
#C1B6C4
(193,182,196)
#CEC6D1
(206,198,209)
#DBD6DE
(219,214,222)
#E8E6EB
(232,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664669 color. Also use rgb(102,70,105) instead hex code.

Text Font Color

.myTextColor { color: #664669; }

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

This text font color is #664669.


Background Color

.myBgColor { background-color: #664669; }

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

This div background color is #664669.


Border color

.myBorderColor { border: 1px solid #664669; }

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

This div border color is #664669.


Opacity

.myOpacity80 { color: #664669; opacity: 0.8; }

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

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

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

This text has shadow with #664669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664669 on black background.


Color preview on white background

This text has color #664669 on white background.



Black color preview on #664669 background

This text has black color on #664669 background.


White color preview on #664669 background

This text has white color on #664669 background.