COLOR #665980

HEX: #665980
RGB: (102,89,128)

Color info

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

RGB color model

#665980 color RGB value is (102,89,128).

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

RGB channels and saturation

R 102 of 255 = 40%
G 89 of 255 = 35%
B 128 of 255 = 50%

102
89
128

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

Portions of RGB colors in percentages

R + G + B =
102 + 89 + 128 = 319 (100%)
R 102 of 319 ~ 31.97%
G 89 of 319 ~ 27.9%
B 128 of 319 ~ 40.13%

%31.97
%27.9
%40.13

CMYK color model

#665980 color CMYK value is (20,30,0,50).

  • cyan value is 20.31%
  • magenta value is 30.47%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(20,30,0,50)
C20M30Y0K50 
(20%,30%,0%,50%)
(0.20/0.30/0.00/0.50)	

CMYK percentages

%20.31
%30.47
%0
%49.8

Codes

Color #665980 in popluar color models

665980
RGB10289128
HSL260°17.97%42.55%
HSB/HSV260°30.47%50.20%
CMYK20.31%30.47%0.00%
49.80%

Color #665980 in popluar number systems.

HEX665980
Decimal10289128
Binary1100110101100110000000
Octal146131200

Shades and tints

Shades of #665980

#665980
(102,89,128)
#5D5175
(93,81,117)
#54496A
(84,73,106)
#4B415F
(75,65,95)
#423954
(66,57,84)
#393149
(57,49,73)
#30293E
(48,41,62)
#272133
(39,33,51)
#1E1928
(30,25,40)
#15111D
(21,17,29)
#0C0912
(12,9,18)
#000000
(0,0,0)

Tints of #665980

#665980
(102,89,128)
#73688B
(115,104,139)
#807796
(128,119,150)
#8D86A1
(141,134,161)
#9A95AC
(154,149,172)
#A7A4B7
(167,164,183)
#B4B3C2
(180,179,194)
#C1C2CD
(193,194,205)
#CED1D8
(206,209,216)
#DBE0E3
(219,224,227)
#E8EFEE
(232,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665980; }

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

This text font color is #665980.


Background Color

.myBgColor { background-color: #665980; }

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

This div background color is #665980.


Border color

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

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

This div border color is #665980.


Opacity

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

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

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

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

This text has shadow with #665980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665980 on black background.


Color preview on white background

This text has color #665980 on white background.



Black color preview on #665980 background

This text has black color on #665980 background.


White color preview on #665980 background

This text has white color on #665980 background.