COLOR #665E84

HEX: #665E84 RGB: (102,94,132)

Color info

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

RGB color model

#665E84 color RGB value is (102,94,132).

RGB: (102,94,132) (40%, 37%, 52%)

RGB channels and saturation

R 102 of 255 = 40%
G 94 of 255 = 37%
B 132 of 255 = 52%

102
94
132

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

Portions of RGB colors in percentages

R + G + B = 102 + 94 + 132 = 328 (100%)
R 102 of 328 ~ 31.1%
G 94 of 328 ~ 28.66%
B 132 of 328 ~ 40.24'%

%31.1
%28.66
%40.24

CMYK color model

#665E84 color CMYK value is (23,29,0,48).

  • cyan value is 22.73%
  • magenta value is 28.79%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (23,29,0,48)
C23M29Y0K48 (23%, 29%, 0%, 48%)
(0.23 / 0.29 / 0.00 / 0.48)

CMYK percentages

%22.73
%28.79
%0
%48.24

Codes

Color #665E84 in popluar color models

66 5E 84
RGB 102 94 132
HSL 253° 16.81% 44.31%
HSB/HSV 253° 28.79% 51.76%
CMYK 22.73% 28.79% 0.00%
48.24%

Color #665E84 in popluar number systems.

HEX 66 5E 84
Decimal 102 94 132
Binary 1100110 1011110 10000100
Octal 146 136 204

Shades and tints

Shades of #665E84

#665E84
(102,94,132)
#5D5678
(93,86,120)
#544E6C
(84,78,108)
#4B4660
(75,70,96)
#423E54
(66,62,84)
#393648
(57,54,72)
#302E3C
(48,46,60)
#272630
(39,38,48)
#1E1E24
(30,30,36)
#151618
(21,22,24)
#0C0E0C
(12,14,12)
#000000
(0,0,0)

Tints of #665E84

#665E84
(102,94,132)
#736C8F
(115,108,143)
#807A9A
(128,122,154)
#8D88A5
(141,136,165)
#9A96B0
(154,150,176)
#A7A4BB
(167,164,187)
#B4B2C6
(180,178,198)
#C1C0D1
(193,192,209)
#CECEDC
(206,206,220)
#DBDCE7
(219,220,231)
#E8EAF2
(232,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #665E84 color. Also use rgb(102,94,132) instead hex code.

Text Font Color

.myTextColor { color: #665E84; }

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

This text font color is #665E84.

Background Color

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

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

This div background color is #665E84.

Border color

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

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

This div border color is #665E84.

Opacity

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

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

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

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

This text has shadow with #665E84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #665E84.

Preview

Color preview on black background

This text has color #665E84 on black background.


Color preview on white background

This text has color #665E84 on white background.


Black color preview on #665E84 background

This text has black color on #665E84 background.


White color preview on #665E84 background

This text has white color on #665E84 background.


Related colors

Complementary color

Complementary color for #hex is #99A17B.


I love getcolorcode.com

Triadic colors

1 #84665E and #5E8466 with #665E84 are triadic colors.

2 #845E66 and #5E6684 with #665E84 are triadic colors.