COLOR #665B6B

HEX: #665B6B RGB: (102,91,107)

Color info

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

RGB color model

#665B6B color RGB value is (102,91,107).

RGB: (102,91,107) (40%, 36%, 42%)

RGB channels and saturation

R 102 of 255 = 40%
G 91 of 255 = 36%
B 107 of 255 = 42%

102
91
107

R + G + B ~ 39%. #665B6B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 91 + 107 = 300 (100%)
R 102 of 300 ~ 34%
G 91 of 300 ~ 30.33%
B 107 of 300 ~ 35.67'%

%34
%30.33
%35.67

CMYK color model

#665B6B color CMYK value is (5,15,0,58).

  • cyan value is 4.67%
  • magenta value is 14.95%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (5,15,0,58)
C5M15Y0K58 (5%, 15%, 0%, 58%)
(0.05 / 0.15 / 0.00 / 0.58)

CMYK percentages

%4.67
%14.95
%0
%58.04

Codes

Color #665B6B in popluar color models

66 5B 6B
RGB 102 91 107
HSL 281° 8.08% 38.82%
HSB/HSV 281° 14.95% 41.96%
CMYK 4.67% 14.95% 0.00%
58.04%

Color #665B6B in popluar number systems.

HEX 66 5B 6B
Decimal 102 91 107
Binary 1100110 1011011 1101011
Octal 146 133 153

Shades and tints

Shades of #665B6B

#665B6B
(102,91,107)
#5D5362
(93,83,98)
#544B59
(84,75,89)
#4B4350
(75,67,80)
#423B47
(66,59,71)
#39333E
(57,51,62)
#302B35
(48,43,53)
#27232C
(39,35,44)
#1E1B23
(30,27,35)
#15131A
(21,19,26)
#0C0B11
(12,11,17)
#000000
(0,0,0)

Tints of #665B6B

#665B6B
(102,91,107)
#736978
(115,105,120)
#807785
(128,119,133)
#8D8592
(141,133,146)
#9A939F
(154,147,159)
#A7A1AC
(167,161,172)
#B4AFB9
(180,175,185)
#C1BDC6
(193,189,198)
#CECBD3
(206,203,211)
#DBD9E0
(219,217,224)
#E8E7ED
(232,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665B6B; }

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

This text font color is #665B6B.

Background Color

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

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

This div background color is #665B6B.

Border color

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

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

This div border color is #665B6B.

Opacity

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

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

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

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

This text has shadow with #665B6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #665B6B.

Preview

Color preview on black background

This text has color #665B6B on black background.


Color preview on white background

This text has color #665B6B on white background.


Black color preview on #665B6B background

This text has black color on #665B6B background.


White color preview on #665B6B background

This text has white color on #665B6B background.


Related colors

Complementary color

Complementary color for #hex is #99A494.


I love getcolorcode.com

Triadic colors

1 #6B665B and #5B6B66 with #665B6B are triadic colors.

2 #6B5B66 and #5B666B with #665B6B are triadic colors.