COLOR #665B7F

HEX: #665B7F RGB: (102,91,127)

Color info

#665B7F contains red, green and blue colors in about the same proportion. Web safe color of #665B7F is #666666 (or #666).

RGB color model

#665B7F color RGB value is (102,91,127).

RGB: (102,91,127) (40%, 36%, 50%)

RGB channels and saturation

R 102 of 255 = 40%
G 91 of 255 = 36%
B 127 of 255 = 50%

102
91
127

R + G + B ~ 42%. #665B7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 102 + 91 + 127 = 320 (100%)
R 102 of 320 ~ 31.88%
G 91 of 320 ~ 28.44%
B 127 of 320 ~ 39.69'%

%31.88
%28.44
%39.69

CMYK color model

#665B7F color CMYK value is (20,28,0,50).

  • cyan value is 19.69%
  • magenta value is 28.35%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK: (20,28,0,50) C20M28Y0K50 (20%,28%,0%,50%) (0.20/0.28/0.00/0.50) 

CMYK percentages

%19.69
%28.35
%0
%50.2

Codes

Color #665B7F in popluar color models

66 5B 7F
RGB 102 91 127
HSL 258° 16.51% 42.75%
HSB/HSV 258° 28.35% 49.80%
CMYK 19.69% 28.35% 0.00%
50.20%

Color #665B7F in popluar number systems.

HEX 66 5B 7F
Decimal 102 91 127
Binary 1100110 1011011 1111111
Octal 146 133 177

Shades and tints

Shades of #665B7F

#665B7F
(102,91,127)
#5D5374
(93,83,116)
#544B69
(84,75,105)
#4B435E
(75,67,94)
#423B53
(66,59,83)
#393348
(57,51,72)
#302B3D
(48,43,61)
#272332
(39,35,50)
#1E1B27
(30,27,39)
#15131C
(21,19,28)
#0C0B11
(12,11,17)
#000000
(0,0,0)

Tints of #665B7F

#665B7F
(102,91,127)
#73698A
(115,105,138)
#807795
(128,119,149)
#8D85A0
(141,133,160)
#9A93AB
(154,147,171)
#A7A1B6
(167,161,182)
#B4AFC1
(180,175,193)
#C1BDCC
(193,189,204)
#CECBD7
(206,203,215)
#DBD9E2
(219,217,226)
#E8E7ED
(232,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #665B7F color. Also use rgb(102,91,127) instead hex code.

Text Font Color

.myTextColor { color: #665B7F; }

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

This text font color is #665B7F.

Background Color

.myBgColor { background-color: #665B7F; }

<div style="background-color:#665B7F">Inner text</div>

This div background color is #665B7F.

Border color

.myBorderColor { border: 1px solid #665B7F; }

<div style="border:3px solid #665B7F">Div</div>

This div border color is #665B7F.

Opacity

.myOpacity80 { color: #665B7F; opacity: 0.8; }

<p style="color:#665B7F;opacity:0.8;">80%</p>

Text with #665B7F 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 #665B7F;}

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

This text has shadow with #665B7F color.


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

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

This text has shadow with #665B7F primary color and red secondary color.


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

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

This text has shadow with #665B7F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #665B7F.

Preview

Color preview on black background

This text has color #665B7F on black background.


Color preview on white background

This text has color #665B7F on white background.


Black color preview on #665B7F background

This text has black color on #665B7F background.


White color preview on #665B7F background

This text has white color on #665B7F background.


Related colors

Complementary color

Complementary color for #hex is #99A480.


I love getcolorcode.com

Triadic colors

1 #7F665B and #5B7F66 with #665B7F are triadic colors.

2 #7F5B66 and #5B667F with #665B7F are triadic colors.