COLOR #664B6B

HEX: #664B6B
RGB: (102,75,107)

Color info

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

RGB color model

#664B6B color RGB value is (102,75,107).

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

RGB channels and saturation

R 102 of 255 = 40%
G 75 of 255 = 29%
B 107 of 255 = 42%

102
75
107

R + G + B ~ 37%. #664B6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 75 + 107 = 284 (100%)
R 102 of 284 ~ 35.92%
G 75 of 284 ~ 26.41%
B 107 of 284 ~ 37.68%

%35.92
%26.41
%37.68

CMYK color model

#664B6B color CMYK value is (5,30,0,58).

  • cyan value is 4.67%
  • magenta value is 29.91%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(5,30,0,58)
C5M30Y0K58 
(5%,30%,0%,58%)
(0.05/0.30/0.00/0.58)	

CMYK percentages

%4.67
%29.91
%0
%58.04

Codes

Color #664B6B in popluar color models

664B6B
RGB10275107
HSL291°17.58%35.69%
HSB/HSV291°29.91%41.96%
CMYK4.67%29.91%0.00%
58.04%

Color #664B6B in popluar number systems.

HEX664B6B
Decimal10275107
Binary110011010010111101011
Octal146113153

Shades and tints

Shades of #664B6B

#664B6B
(102,75,107)
#5D4562
(93,69,98)
#543F59
(84,63,89)
#4B3950
(75,57,80)
#423347
(66,51,71)
#392D3E
(57,45,62)
#302735
(48,39,53)
#27212C
(39,33,44)
#1E1B23
(30,27,35)
#15151A
(21,21,26)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #664B6B

#664B6B
(102,75,107)
#735B78
(115,91,120)
#806B85
(128,107,133)
#8D7B92
(141,123,146)
#9A8B9F
(154,139,159)
#A79BAC
(167,155,172)
#B4ABB9
(180,171,185)
#C1BBC6
(193,187,198)
#CECBD3
(206,203,211)
#DBDBE0
(219,219,224)
#E8EBED
(232,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664B6B; }

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

This text font color is #664B6B.


Background Color

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

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

This div background color is #664B6B.


Border color

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

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

This div border color is #664B6B.


Opacity

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

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

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

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

This text has shadow with #664B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664B6B on black background.


Color preview on white background

This text has color #664B6B on white background.



Black color preview on #664B6B background

This text has black color on #664B6B background.


White color preview on #664B6B background

This text has white color on #664B6B background.