COLOR #664B7D

HEX: #664B7D
RGB: (102,75,125)

Color info

#664B7D contains red, green and blue colors in about the same proportion. Web safe color of #664B7D is #663366 (or #636).

RGB color model

#664B7D color RGB value is (102,75,125).

  • red value is 102;
  • green value is 75;
  • blue value is 125.
RGB:
(102,75,125)
(40%,29%,49%)

RGB channels and saturation

R 102 of 255 = 40%
G 75 of 255 = 29%
B 125 of 255 = 49%

102
75
125

R + G + B ~ 39%. #664B7D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 75 + 125 = 302 (100%)
R 102 of 302 ~ 33.77%
G 75 of 302 ~ 24.83%
B 125 of 302 ~ 41.39%

%33.77
%24.83
%41.39

CMYK color model

#664B7D color CMYK value is (18,40,0,51).

  • cyan value is 18.40%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(18,40,0,51)
C18M40Y0K51 
(18%,40%,0%,51%)
(0.18/0.40/0.00/0.51)	

CMYK percentages

%18.4
%40
%0
%50.98

Codes

Color #664B7D in popluar color models

664B7D
RGB10275125
HSL272°25.00%39.22%
HSB/HSV272°40.00%49.02%
CMYK18.40%40.00%0.00%
50.98%

Color #664B7D in popluar number systems.

HEX664B7D
Decimal10275125
Binary110011010010111111101
Octal146113175

Shades and tints

Shades of #664B7D

#664B7D
(102,75,125)
#5D4572
(93,69,114)
#543F67
(84,63,103)
#4B395C
(75,57,92)
#423351
(66,51,81)
#392D46
(57,45,70)
#30273B
(48,39,59)
#272130
(39,33,48)
#1E1B25
(30,27,37)
#15151A
(21,21,26)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #664B7D

#664B7D
(102,75,125)
#735B88
(115,91,136)
#806B93
(128,107,147)
#8D7B9E
(141,123,158)
#9A8BA9
(154,139,169)
#A79BB4
(167,155,180)
#B4ABBF
(180,171,191)
#C1BBCA
(193,187,202)
#CECBD5
(206,203,213)
#DBDBE0
(219,219,224)
#E8EBEB
(232,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664B7D color. Also use rgb(102,75,125) instead hex code.

Text Font Color

.myTextColor { color: #664B7D; }

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

This text font color is #664B7D.


Background Color

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

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

This div background color is #664B7D.


Border color

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

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

This div border color is #664B7D.


Opacity

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

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

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

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

This text has shadow with #664B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664B7D on black background.


Color preview on white background

This text has color #664B7D on white background.



Black color preview on #664B7D background

This text has black color on #664B7D background.


White color preview on #664B7D background

This text has white color on #664B7D background.