COLOR #665B8B

HEX: #665B8B
RGB: (102,91,139)

Color info

#665B8B contains red, green and blue colors in about the same proportion. Web safe color of #665B8B is #666699 (or #669).

RGB color model

#665B8B color RGB value is (102,91,139).

  • red value is 102;
  • green value is 91;
  • blue value is 139.
RGB:
(102,91,139)
(40%,36%,55%)

RGB channels and saturation

R 102 of 255 = 40%
G 91 of 255 = 36%
B 139 of 255 = 55%

102
91
139

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

Portions of RGB colors in percentages

R + G + B =
102 + 91 + 139 = 332 (100%)
R 102 of 332 ~ 30.72%
G 91 of 332 ~ 27.41%
B 139 of 332 ~ 41.87%

%30.72
%27.41
%41.87

CMYK color model

#665B8B color CMYK value is (27,35,0,45).

  • cyan value is 26.62%
  • magenta value is 34.53%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(27,35,0,45)
C27M35Y0K45 
(27%,35%,0%,45%)
(0.27/0.35/0.00/0.45)	

CMYK percentages

%26.62
%34.53
%0
%45.49

Codes

Color #665B8B in popluar color models

665B8B
RGB10291139
HSL254°20.87%45.10%
HSB/HSV254°34.53%54.51%
CMYK26.62%34.53%0.00%
45.49%

Color #665B8B in popluar number systems.

HEX665B8B
Decimal10291139
Binary1100110101101110001011
Octal146133213

Shades and tints

Shades of #665B8B

#665B8B
(102,91,139)
#5D537F
(93,83,127)
#544B73
(84,75,115)
#4B4367
(75,67,103)
#423B5B
(66,59,91)
#39334F
(57,51,79)
#302B43
(48,43,67)
#272337
(39,35,55)
#1E1B2B
(30,27,43)
#15131F
(21,19,31)
#0C0B13
(12,11,19)
#000000
(0,0,0)

Tints of #665B8B

#665B8B
(102,91,139)
#736995
(115,105,149)
#80779F
(128,119,159)
#8D85A9
(141,133,169)
#9A93B3
(154,147,179)
#A7A1BD
(167,161,189)
#B4AFC7
(180,175,199)
#C1BDD1
(193,189,209)
#CECBDB
(206,203,219)
#DBD9E5
(219,217,229)
#E8E7EF
(232,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665B8B; }

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

This text font color is #665B8B.


Background Color

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

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

This div background color is #665B8B.


Border color

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

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

This div border color is #665B8B.


Opacity

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

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

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

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

This text has shadow with #665B8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665B8B on black background.


Color preview on white background

This text has color #665B8B on white background.



Black color preview on #665B8B background

This text has black color on #665B8B background.


White color preview on #665B8B background

This text has white color on #665B8B background.