COLOR #665B8C

HEX: #665B8C RGB: (102,91,140)

Color info

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

RGB color model

#665B8C color RGB value is (102,91,140).

RGB: (102,91,140) (40%, 36%, 55%)

RGB channels and saturation

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

102
91
140

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

Portions of RGB colors in percentages

R + G + B = 102 + 91 + 140 = 333 (100%)
R 102 of 333 ~ 30.63%
G 91 of 333 ~ 27.33%
B 140 of 333 ~ 42.04'%

%30.63
%27.33
%42.04

CMYK color model

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

  • cyan value is 27.14%
  • magenta value is 35.00%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (27,35,0,45)
C27M35Y0K45 (27%, 35%, 0%, 45%)
(0.27 / 0.35 / 0.00 / 0.45)

CMYK percentages

%27.14
%35
%0
%45.1

Codes

Color #665B8C in popluar color models

66 5B 8C
RGB 102 91 140
HSL 253° 21.21% 45.29%
HSB/HSV 253° 35.00% 54.90%
CMYK 27.14% 35.00% 0.00%
45.10%

Color #665B8C in popluar number systems.

HEX 66 5B 8C
Decimal 102 91 140
Binary 1100110 1011011 10001100
Octal 146 133 214

Shades and tints

Shades of #665B8C

#665B8C
(102,91,140)
#5D5380
(93,83,128)
#544B74
(84,75,116)
#4B4368
(75,67,104)
#423B5C
(66,59,92)
#393350
(57,51,80)
#302B44
(48,43,68)
#272338
(39,35,56)
#1E1B2C
(30,27,44)
#151320
(21,19,32)
#0C0B14
(12,11,20)
#000000
(0,0,0)

Tints of #665B8C

#665B8C
(102,91,140)
#736996
(115,105,150)
#8077A0
(128,119,160)
#8D85AA
(141,133,170)
#9A93B4
(154,147,180)
#A7A1BE
(167,161,190)
#B4AFC8
(180,175,200)
#C1BDD2
(193,189,210)
#CECBDC
(206,203,220)
#DBD9E6
(219,217,230)
#E8E7F0
(232,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665B8C; }

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

This text font color is #665B8C.

Background Color

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

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

This div background color is #665B8C.

Border color

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

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

This div border color is #665B8C.

Opacity

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

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

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

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

This text has shadow with #665B8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #665B8C.

Preview

Color preview on black background

This text has color #665B8C on black background.


Color preview on white background

This text has color #665B8C on white background.


Black color preview on #665B8C background

This text has black color on #665B8C background.


White color preview on #665B8C background

This text has white color on #665B8C background.


Related colors

Complementary color

Complementary color for #hex is #99A473.


I love getcolorcode.com

Triadic colors

1 #8C665B and #5B8C66 with #665B8C are triadic colors.

2 #8C5B66 and #5B668C with #665B8C are triadic colors.