COLOR #665480

HEX: #665480
RGB: (102,84,128)

Color info

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

RGB color model

#665480 color RGB value is (102,84,128).

  • red value is 102;
  • green value is 84;
  • blue value is 128.
RGB:
(102,84,128)
(40%,33%,50%)

RGB channels and saturation

R 102 of 255 = 40%
G 84 of 255 = 33%
B 128 of 255 = 50%

102
84
128

R + G + B ~ 41%. #665480 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 84 + 128 = 314 (100%)
R 102 of 314 ~ 32.48%
G 84 of 314 ~ 26.75%
B 128 of 314 ~ 40.76%

%32.48
%26.75
%40.76

CMYK color model

#665480 color CMYK value is (20,34,0,50).

  • cyan value is 20.31%
  • magenta value is 34.38%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(20,34,0,50)
C20M34Y0K50 
(20%,34%,0%,50%)
(0.20/0.34/0.00/0.50)	

CMYK percentages

%20.31
%34.38
%0
%49.8

Codes

Color #665480 in popluar color models

665480
RGB10284128
HSL265°20.75%41.57%
HSB/HSV265°34.38%50.20%
CMYK20.31%34.38%0.00%
49.80%

Color #665480 in popluar number systems.

HEX665480
Decimal10284128
Binary1100110101010010000000
Octal146124200

Shades and tints

Shades of #665480

#665480
(102,84,128)
#5D4D75
(93,77,117)
#54466A
(84,70,106)
#4B3F5F
(75,63,95)
#423854
(66,56,84)
#393149
(57,49,73)
#302A3E
(48,42,62)
#272333
(39,35,51)
#1E1C28
(30,28,40)
#15151D
(21,21,29)
#0C0E12
(12,14,18)
#000000
(0,0,0)

Tints of #665480

#665480
(102,84,128)
#73638B
(115,99,139)
#807296
(128,114,150)
#8D81A1
(141,129,161)
#9A90AC
(154,144,172)
#A79FB7
(167,159,183)
#B4AEC2
(180,174,194)
#C1BDCD
(193,189,205)
#CECCD8
(206,204,216)
#DBDBE3
(219,219,227)
#E8EAEE
(232,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #665480 color. Also use rgb(102,84,128) instead hex code.

Text Font Color

.myTextColor { color: #665480; }

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

This text font color is #665480.


Background Color

.myBgColor { background-color: #665480; }

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

This div background color is #665480.


Border color

.myBorderColor { border: 1px solid #665480; }

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

This div border color is #665480.


Opacity

.myOpacity80 { color: #665480; opacity: 0.8; }

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

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

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

This text has shadow with #665480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665480 on black background.


Color preview on white background

This text has color #665480 on white background.



Black color preview on #665480 background

This text has black color on #665480 background.


White color preview on #665480 background

This text has white color on #665480 background.