COLOR #664A6F

HEX: #664A6F RGB: (102,74,111)

Color info

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

RGB color model

#664A6F color RGB value is (102,74,111).

RGB: (102,74,111) (40%, 29%, 44%)

RGB channels and saturation

R 102 of 255 = 40%
G 74 of 255 = 29%
B 111 of 255 = 44%

102
74
111

R + G + B ~ 38%. #664A6F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 74 + 111 = 287 (100%)
R 102 of 287 ~ 35.54%
G 74 of 287 ~ 25.78%
B 111 of 287 ~ 38.68'%

%35.54
%25.78
%38.68

CMYK color model

#664A6F color CMYK value is (8,33,0,56).

  • cyan value is 8.11%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (8,33,0,56)
C8M33Y0K56 (8%, 33%, 0%, 56%)
(0.08 / 0.33 / 0.00 / 0.56)

CMYK percentages

%8.11
%33.33
%0
%56.47

Codes

Color #664A6F in popluar color models

66 4A 6F
RGB 102 74 111
HSL 285° 20.00% 36.27%
HSB/HSV 285° 33.33% 43.53%
CMYK 8.11% 33.33% 0.00%
56.47%

Color #664A6F in popluar number systems.

HEX 66 4A 6F
Decimal 102 74 111
Binary 1100110 1001010 1101111
Octal 146 112 157

Shades and tints

Shades of #664A6F

#664A6F
(102,74,111)
#5D4465
(93,68,101)
#543E5B
(84,62,91)
#4B3851
(75,56,81)
#423247
(66,50,71)
#392C3D
(57,44,61)
#302633
(48,38,51)
#272029
(39,32,41)
#1E1A1F
(30,26,31)
#151415
(21,20,21)
#0C0E0B
(12,14,11)
#000000
(0,0,0)

Tints of #664A6F

#664A6F
(102,74,111)
#735A7C
(115,90,124)
#806A89
(128,106,137)
#8D7A96
(141,122,150)
#9A8AA3
(154,138,163)
#A79AB0
(167,154,176)
#B4AABD
(180,170,189)
#C1BACA
(193,186,202)
#CECAD7
(206,202,215)
#DBDAE4
(219,218,228)
#E8EAF1
(232,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664A6F color. Also use rgb(102,74,111) instead hex code.

Text Font Color

.myTextColor { color: #664A6F; }

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

This text font color is #664A6F.

Background Color

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

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

This div background color is #664A6F.

Border color

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

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

This div border color is #664A6F.

Opacity

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

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

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

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

This text has shadow with #664A6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #664A6F.

Preview

Color preview on black background

This text has color #664A6F on black background.


Color preview on white background

This text has color #664A6F on white background.


Black color preview on #664A6F background

This text has black color on #664A6F background.


White color preview on #664A6F background

This text has white color on #664A6F background.


Related colors

Complementary color

Complementary color for #hex is #99B590.


I love getcolorcode.com

Triadic colors

1 #6F664A and #4A6F66 with #664A6F are triadic colors.

2 #6F4A66 and #4A666F with #664A6F are triadic colors.