COLOR #664E97

HEX: #664E97
RGB: (102,78,151)

Color info

#664E97 contains mainly red and blue colors. Web safe color of #664E97 is #666699 (or #669).

RGB color model

#664E97 color RGB value is (102,78,151).

  • red value is 102;
  • green value is 78;
  • blue value is 151.
RGB:
(102,78,151)
(40%,31%,59%)

RGB channels and saturation

R 102 of 255 = 40%
G 78 of 255 = 31%
B 151 of 255 = 59%

102
78
151

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

Portions of RGB colors in percentages

R + G + B =
102 + 78 + 151 = 331 (100%)
R 102 of 331 ~ 30.82%
G 78 of 331 ~ 23.56%
B 151 of 331 ~ 45.62%

%30.82
%23.56
%45.62

CMYK color model

#664E97 color CMYK value is (32,48,0,41).

  • cyan value is 32.45%
  • magenta value is 48.34%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(32,48,0,41)
C32M48Y0K41 
(32%,48%,0%,41%)
(0.32/0.48/0.00/0.41)	

CMYK percentages

%32.45
%48.34
%0
%40.78

Codes

Color #664E97 in popluar color models

664E97
RGB10278151
HSL260°31.88%44.90%
HSB/HSV260°48.34%59.22%
CMYK32.45%48.34%0.00%
40.78%

Color #664E97 in popluar number systems.

HEX664E97
Decimal10278151
Binary1100110100111010010111
Octal146116227

Shades and tints

Shades of #664E97

#664E97
(102,78,151)
#5D478A
(93,71,138)
#54407D
(84,64,125)
#4B3970
(75,57,112)
#423263
(66,50,99)
#392B56
(57,43,86)
#302449
(48,36,73)
#271D3C
(39,29,60)
#1E162F
(30,22,47)
#150F22
(21,15,34)
#0C0815
(12,8,21)
#000000
(0,0,0)

Tints of #664E97

#664E97
(102,78,151)
#735EA0
(115,94,160)
#806EA9
(128,110,169)
#8D7EB2
(141,126,178)
#9A8EBB
(154,142,187)
#A79EC4
(167,158,196)
#B4AECD
(180,174,205)
#C1BED6
(193,190,214)
#CECEDF
(206,206,223)
#DBDEE8
(219,222,232)
#E8EEF1
(232,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664E97 color. Also use rgb(102,78,151) instead hex code.

Text Font Color

.myTextColor { color: #664E97; }

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

This text font color is #664E97.


Background Color

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

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

This div background color is #664E97.


Border color

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

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

This div border color is #664E97.


Opacity

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

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

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

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

This text has shadow with #664E97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664E97 on black background.


Color preview on white background

This text has color #664E97 on white background.



Black color preview on #664E97 background

This text has black color on #664E97 background.


White color preview on #664E97 background

This text has white color on #664E97 background.