COLOR #664692

HEX: #664692
RGB: (102,70,146)

Color info

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

RGB color model

#664692 color RGB value is (102,70,146).

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

RGB channels and saturation

R 102 of 255 = 40%
G 70 of 255 = 27%
B 146 of 255 = 57%

102
70
146

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

Portions of RGB colors in percentages

R + G + B =
102 + 70 + 146 = 318 (100%)
R 102 of 318 ~ 32.08%
G 70 of 318 ~ 22.01%
B 146 of 318 ~ 45.91%

%32.08
%22.01
%45.91

CMYK color model

#664692 color CMYK value is (30,52,0,43).

  • cyan value is 30.14%
  • magenta value is 52.05%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(30,52,0,43)
C30M52Y0K43 
(30%,52%,0%,43%)
(0.30/0.52/0.00/0.43)	

CMYK percentages

%30.14
%52.05
%0
%42.75

Codes

Color #664692 in popluar color models

664692
RGB10270146
HSL265°35.19%42.35%
HSB/HSV265°52.05%57.25%
CMYK30.14%52.05%0.00%
42.75%

Color #664692 in popluar number systems.

HEX664692
Decimal10270146
Binary1100110100011010010010
Octal146106222

Shades and tints

Shades of #664692

#664692
(102,70,146)
#5D4085
(93,64,133)
#543A78
(84,58,120)
#4B346B
(75,52,107)
#422E5E
(66,46,94)
#392851
(57,40,81)
#302244
(48,34,68)
#271C37
(39,28,55)
#1E162A
(30,22,42)
#15101D
(21,16,29)
#0C0A10
(12,10,16)
#000000
(0,0,0)

Tints of #664692

#664692
(102,70,146)
#73569B
(115,86,155)
#8066A4
(128,102,164)
#8D76AD
(141,118,173)
#9A86B6
(154,134,182)
#A796BF
(167,150,191)
#B4A6C8
(180,166,200)
#C1B6D1
(193,182,209)
#CEC6DA
(206,198,218)
#DBD6E3
(219,214,227)
#E8E6EC
(232,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664692; }

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

This text font color is #664692.


Background Color

.myBgColor { background-color: #664692; }

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

This div background color is #664692.


Border color

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

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

This div border color is #664692.


Opacity

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

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

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

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

This text has shadow with #664692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664692 on black background.


Color preview on white background

This text has color #664692 on white background.



Black color preview on #664692 background

This text has black color on #664692 background.


White color preview on #664692 background

This text has white color on #664692 background.