COLOR #664F9C

HEX: #664F9C
RGB: (102,79,156)

Color info

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

RGB color model

#664F9C color RGB value is (102,79,156).

  • red value is 102;
  • green value is 79;
  • blue value is 156.
RGB:
(102,79,156)
(40%,31%,61%)

RGB channels and saturation

R 102 of 255 = 40%
G 79 of 255 = 31%
B 156 of 255 = 61%

102
79
156

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

Portions of RGB colors in percentages

R + G + B =
102 + 79 + 156 = 337 (100%)
R 102 of 337 ~ 30.27%
G 79 of 337 ~ 23.44%
B 156 of 337 ~ 46.29%

%30.27
%23.44
%46.29

CMYK color model

#664F9C color CMYK value is (35,49,0,39).

  • cyan value is 34.62%
  • magenta value is 49.36%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(35,49,0,39)
C35M49Y0K39 
(35%,49%,0%,39%)
(0.35/0.49/0.00/0.39)	

CMYK percentages

%34.62
%49.36
%0
%38.82

Codes

Color #664F9C in popluar color models

664F9C
RGB10279156
HSL258°32.77%46.08%
HSB/HSV258°49.36%61.18%
CMYK34.62%49.36%0.00%
38.82%

Color #664F9C in popluar number systems.

HEX664F9C
Decimal10279156
Binary1100110100111110011100
Octal146117234

Shades and tints

Shades of #664F9C

#664F9C
(102,79,156)
#5D488E
(93,72,142)
#544180
(84,65,128)
#4B3A72
(75,58,114)
#423364
(66,51,100)
#392C56
(57,44,86)
#302548
(48,37,72)
#271E3A
(39,30,58)
#1E172C
(30,23,44)
#15101E
(21,16,30)
#0C0910
(12,9,16)
#000000
(0,0,0)

Tints of #664F9C

#664F9C
(102,79,156)
#735FA5
(115,95,165)
#806FAE
(128,111,174)
#8D7FB7
(141,127,183)
#9A8FC0
(154,143,192)
#A79FC9
(167,159,201)
#B4AFD2
(180,175,210)
#C1BFDB
(193,191,219)
#CECFE4
(206,207,228)
#DBDFED
(219,223,237)
#E8EFF6
(232,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664F9C; }

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

This text font color is #664F9C.


Background Color

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

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

This div background color is #664F9C.


Border color

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

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

This div border color is #664F9C.


Opacity

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

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

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

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

This text has shadow with #664F9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664F9C on black background.


Color preview on white background

This text has color #664F9C on white background.



Black color preview on #664F9C background

This text has black color on #664F9C background.


White color preview on #664F9C background

This text has white color on #664F9C background.