COLOR #664C88

HEX: #664C88
RGB: (102,76,136)

Color info

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

RGB color model

#664C88 color RGB value is (102,76,136).

  • red value is 102;
  • green value is 76;
  • blue value is 136.
RGB:
(102,76,136)
(40%,30%,53%)

RGB channels and saturation

R 102 of 255 = 40%
G 76 of 255 = 30%
B 136 of 255 = 53%

102
76
136

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

Portions of RGB colors in percentages

R + G + B =
102 + 76 + 136 = 314 (100%)
R 102 of 314 ~ 32.48%
G 76 of 314 ~ 24.2%
B 136 of 314 ~ 43.31%

%32.48
%24.2
%43.31

CMYK color model

#664C88 color CMYK value is (25,44,0,47).

  • cyan value is 25.00%
  • magenta value is 44.12%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(25,44,0,47)
C25M44Y0K47 
(25%,44%,0%,47%)
(0.25/0.44/0.00/0.47)	

CMYK percentages

%25
%44.12
%0
%46.67

Codes

Color #664C88 in popluar color models

664C88
RGB10276136
HSL266°28.30%41.57%
HSB/HSV266°44.12%53.33%
CMYK25.00%44.12%0.00%
46.67%

Color #664C88 in popluar number systems.

HEX664C88
Decimal10276136
Binary1100110100110010001000
Octal146114210

Shades and tints

Shades of #664C88

#664C88
(102,76,136)
#5D467C
(93,70,124)
#544070
(84,64,112)
#4B3A64
(75,58,100)
#423458
(66,52,88)
#392E4C
(57,46,76)
#302840
(48,40,64)
#272234
(39,34,52)
#1E1C28
(30,28,40)
#15161C
(21,22,28)
#0C1010
(12,16,16)
#000000
(0,0,0)

Tints of #664C88

#664C88
(102,76,136)
#735C92
(115,92,146)
#806C9C
(128,108,156)
#8D7CA6
(141,124,166)
#9A8CB0
(154,140,176)
#A79CBA
(167,156,186)
#B4ACC4
(180,172,196)
#C1BCCE
(193,188,206)
#CECCD8
(206,204,216)
#DBDCE2
(219,220,226)
#E8ECEC
(232,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664C88; }

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

This text font color is #664C88.


Background Color

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

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

This div background color is #664C88.


Border color

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

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

This div border color is #664C88.


Opacity

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

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

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

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

This text has shadow with #664C88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664C88 on black background.


Color preview on white background

This text has color #664C88 on white background.



Black color preview on #664C88 background

This text has black color on #664C88 background.


White color preview on #664C88 background

This text has white color on #664C88 background.