COLOR #664594

HEX: #664594
RGB: (102,69,148)

Color info

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

RGB color model

#664594 color RGB value is (102,69,148).

  • red value is 102;
  • green value is 69;
  • blue value is 148.
RGB:
(102,69,148)
(40%,27%,58%)

RGB channels and saturation

R 102 of 255 = 40%
G 69 of 255 = 27%
B 148 of 255 = 58%

102
69
148

R + G + B ~ 42%. #664594 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 69 + 148 = 319 (100%)
R 102 of 319 ~ 31.97%
G 69 of 319 ~ 21.63%
B 148 of 319 ~ 46.39%

%31.97
%21.63
%46.39

CMYK color model

#664594 color CMYK value is (31,53,0,42).

  • cyan value is 31.08%
  • magenta value is 53.38%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(31,53,0,42)
C31M53Y0K42 
(31%,53%,0%,42%)
(0.31/0.53/0.00/0.42)	

CMYK percentages

%31.08
%53.38
%0
%41.96

Codes

Color #664594 in popluar color models

664594
RGB10269148
HSL265°36.41%42.55%
HSB/HSV265°53.38%58.04%
CMYK31.08%53.38%0.00%
41.96%

Color #664594 in popluar number systems.

HEX664594
Decimal10269148
Binary1100110100010110010100
Octal146105224

Shades and tints

Shades of #664594

#664594
(102,69,148)
#5D3F87
(93,63,135)
#54397A
(84,57,122)
#4B336D
(75,51,109)
#422D60
(66,45,96)
#392753
(57,39,83)
#302146
(48,33,70)
#271B39
(39,27,57)
#1E152C
(30,21,44)
#150F1F
(21,15,31)
#0C0912
(12,9,18)
#000000
(0,0,0)

Tints of #664594

#664594
(102,69,148)
#73559D
(115,85,157)
#8065A6
(128,101,166)
#8D75AF
(141,117,175)
#9A85B8
(154,133,184)
#A795C1
(167,149,193)
#B4A5CA
(180,165,202)
#C1B5D3
(193,181,211)
#CEC5DC
(206,197,220)
#DBD5E5
(219,213,229)
#E8E5EE
(232,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664594 color. Also use rgb(102,69,148) instead hex code.

Text Font Color

.myTextColor { color: #664594; }

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

This text font color is #664594.


Background Color

.myBgColor { background-color: #664594; }

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

This div background color is #664594.


Border color

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

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

This div border color is #664594.


Opacity

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

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

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

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

This text has shadow with #664594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664594 on black background.


Color preview on white background

This text has color #664594 on white background.



Black color preview on #664594 background

This text has black color on #664594 background.


White color preview on #664594 background

This text has white color on #664594 background.