COLOR #664C96

HEX: #664C96 RGB: (102,76,150)

Color info

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

RGB color model

#664C96 color RGB value is (102,76,150).

RGB: (102,76,150) (40%, 30%, 59%)

RGB channels and saturation

R 102 of 255 = 40%
G 76 of 255 = 30%
B 150 of 255 = 59%

102
76
150

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

Portions of RGB colors in percentages

R + G + B = 102 + 76 + 150 = 328 (100%)
R 102 of 328 ~ 31.1%
G 76 of 328 ~ 23.17%
B 150 of 328 ~ 45.73'%

%31.1
%23.17
%45.73

CMYK color model

#664C96 color CMYK value is (32,49,0,41).

  • cyan value is 32.00%
  • magenta value is 49.33%
  • yellow value is 0.00%
  • key color value is 41.18%

CMYK: (32,49,0,41)
C32M49Y0K41 (32%, 49%, 0%, 41%)
(0.32 / 0.49 / 0.00 / 0.41)

CMYK percentages

%32
%49.33
%0
%41.18

Codes

Color #664C96 in popluar color models

66 4C 96
RGB 102 76 150
HSL 261° 32.74% 44.31%
HSB/HSV 261° 49.33% 58.82%
CMYK 32.00% 49.33% 0.00%
41.18%

Color #664C96 in popluar number systems.

HEX 66 4C 96
Decimal 102 76 150
Binary 1100110 1001100 10010110
Octal 146 114 226

Shades and tints

Shades of #664C96

#664C96
(102,76,150)
#5D4689
(93,70,137)
#54407C
(84,64,124)
#4B3A6F
(75,58,111)
#423462
(66,52,98)
#392E55
(57,46,85)
#302848
(48,40,72)
#27223B
(39,34,59)
#1E1C2E
(30,28,46)
#151621
(21,22,33)
#0C1014
(12,16,20)
#000000
(0,0,0)

Tints of #664C96

#664C96
(102,76,150)
#735C9F
(115,92,159)
#806CA8
(128,108,168)
#8D7CB1
(141,124,177)
#9A8CBA
(154,140,186)
#A79CC3
(167,156,195)
#B4ACCC
(180,172,204)
#C1BCD5
(193,188,213)
#CECCDE
(206,204,222)
#DBDCE7
(219,220,231)
#E8ECF0
(232,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664C96 color. Also use rgb(102,76,150) instead hex code.

Text Font Color

.myTextColor { color: #664C96; }

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

This text font color is #664C96.

Background Color

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

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

This div background color is #664C96.

Border color

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

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

This div border color is #664C96.

Opacity

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

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

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

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

This text has shadow with #664C96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #664C96.

Preview

Color preview on black background

This text has color #664C96 on black background.


Color preview on white background

This text has color #664C96 on white background.


Black color preview on #664C96 background

This text has black color on #664C96 background.


White color preview on #664C96 background

This text has white color on #664C96 background.


Related colors

Complementary color

Complementary color for #hex is #99B369.


I love getcolorcode.com

Triadic colors

1 #96664C and #4C9666 with #664C96 are triadic colors.

2 #964C66 and #4C6696 with #664C96 are triadic colors.