COLOR #664F91

HEX: #664F91 RGB: (102,79,145)

Color info

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

RGB color model

#664F91 color RGB value is (102,79,145).

RGB: (102,79,145) (40%, 31%, 57%)

RGB channels and saturation

R 102 of 255 = 40%
G 79 of 255 = 31%
B 145 of 255 = 57%

102
79
145

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

Portions of RGB colors in percentages

R + G + B = 102 + 79 + 145 = 326 (100%)
R 102 of 326 ~ 31.29%
G 79 of 326 ~ 24.23%
B 145 of 326 ~ 44.48'%

%31.29
%24.23
%44.48

CMYK color model

#664F91 color CMYK value is (30,46,0,43).

  • cyan value is 29.66%
  • magenta value is 45.52%
  • yellow value is 0.00%
  • key color value is 43.14%

CMYK: (30,46,0,43)
C30M46Y0K43 (30%, 46%, 0%, 43%)
(0.30 / 0.46 / 0.00 / 0.43)

CMYK percentages

%29.66
%45.52
%0
%43.14

Codes

Color #664F91 in popluar color models

66 4F 91
RGB 102 79 145
HSL 261° 29.46% 43.92%
HSB/HSV 261° 45.52% 56.86%
CMYK 29.66% 45.52% 0.00%
43.14%

Color #664F91 in popluar number systems.

HEX 66 4F 91
Decimal 102 79 145
Binary 1100110 1001111 10010001
Octal 146 117 221

Shades and tints

Shades of #664F91

#664F91
(102,79,145)
#5D4884
(93,72,132)
#544177
(84,65,119)
#4B3A6A
(75,58,106)
#42335D
(66,51,93)
#392C50
(57,44,80)
#302543
(48,37,67)
#271E36
(39,30,54)
#1E1729
(30,23,41)
#15101C
(21,16,28)
#0C090F
(12,9,15)
#000000
(0,0,0)

Tints of #664F91

#664F91
(102,79,145)
#735F9B
(115,95,155)
#806FA5
(128,111,165)
#8D7FAF
(141,127,175)
#9A8FB9
(154,143,185)
#A79FC3
(167,159,195)
#B4AFCD
(180,175,205)
#C1BFD7
(193,191,215)
#CECFE1
(206,207,225)
#DBDFEB
(219,223,235)
#E8EFF5
(232,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664F91 color. Also use rgb(102,79,145) instead hex code.

Text Font Color

.myTextColor { color: #664F91; }

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

This text font color is #664F91.

Background Color

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

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

This div background color is #664F91.

Border color

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

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

This div border color is #664F91.

Opacity

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

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

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

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

This text has shadow with #664F91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #664F91.

Preview

Color preview on black background

This text has color #664F91 on black background.


Color preview on white background

This text has color #664F91 on white background.


Black color preview on #664F91 background

This text has black color on #664F91 background.


White color preview on #664F91 background

This text has white color on #664F91 background.


Related colors

Complementary color

Complementary color for #hex is #99B06E.


I love getcolorcode.com

Triadic colors

1 #91664F and #4F9166 with #664F91 are triadic colors.

2 #914F66 and #4F6691 with #664F91 are triadic colors.