COLOR #665482

HEX: #665482
RGB: (102,84,130)

Color info

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

RGB color model

#665482 color RGB value is (102,84,130).

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

RGB channels and saturation

R 102 of 255 = 40%
G 84 of 255 = 33%
B 130 of 255 = 51%

102
84
130

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

Portions of RGB colors in percentages

R + G + B =
102 + 84 + 130 = 316 (100%)
R 102 of 316 ~ 32.28%
G 84 of 316 ~ 26.58%
B 130 of 316 ~ 41.14%

%32.28
%26.58
%41.14

CMYK color model

#665482 color CMYK value is (22,35,0,49).

  • cyan value is 21.54%
  • magenta value is 35.38%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(22,35,0,49)
C22M35Y0K49 
(22%,35%,0%,49%)
(0.22/0.35/0.00/0.49)	

CMYK percentages

%21.54
%35.38
%0
%49.02

Codes

Color #665482 in popluar color models

665482
RGB10284130
HSL263°21.50%41.96%
HSB/HSV263°35.38%50.98%
CMYK21.54%35.38%0.00%
49.02%

Color #665482 in popluar number systems.

HEX665482
Decimal10284130
Binary1100110101010010000010
Octal146124202

Shades and tints

Shades of #665482

#665482
(102,84,130)
#5D4D77
(93,77,119)
#54466C
(84,70,108)
#4B3F61
(75,63,97)
#423856
(66,56,86)
#39314B
(57,49,75)
#302A40
(48,42,64)
#272335
(39,35,53)
#1E1C2A
(30,28,42)
#15151F
(21,21,31)
#0C0E14
(12,14,20)
#000000
(0,0,0)

Tints of #665482

#665482
(102,84,130)
#73638D
(115,99,141)
#807298
(128,114,152)
#8D81A3
(141,129,163)
#9A90AE
(154,144,174)
#A79FB9
(167,159,185)
#B4AEC4
(180,174,196)
#C1BDCF
(193,189,207)
#CECCDA
(206,204,218)
#DBDBE5
(219,219,229)
#E8EAF0
(232,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665482; }

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

This text font color is #665482.


Background Color

.myBgColor { background-color: #665482; }

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

This div background color is #665482.


Border color

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

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

This div border color is #665482.


Opacity

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

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

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

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

This text has shadow with #665482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665482 on black background.


Color preview on white background

This text has color #665482 on white background.



Black color preview on #665482 background

This text has black color on #665482 background.


White color preview on #665482 background

This text has white color on #665482 background.