COLOR #666590

HEX: #666590
RGB: (102,101,144)

Color info

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

RGB color model

#666590 color RGB value is (102,101,144).

  • red value is 102;
  • green value is 101;
  • blue value is 144.
RGB:
(102,101,144)
(40%,40%,56%)

RGB channels and saturation

R 102 of 255 = 40%
G 101 of 255 = 40%
B 144 of 255 = 56%

102
101
144

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

Portions of RGB colors in percentages

R + G + B =
102 + 101 + 144 = 347 (100%)
R 102 of 347 ~ 29.39%
G 101 of 347 ~ 29.11%
B 144 of 347 ~ 41.5%

%29.39
%29.11
%41.5

CMYK color model

#666590 color CMYK value is (29,30,0,44).

  • cyan value is 29.17%
  • magenta value is 29.86%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(29,30,0,44)
C29M30Y0K44 
(29%,30%,0%,44%)
(0.29/0.30/0.00/0.44)	

CMYK percentages

%29.17
%29.86
%0
%43.53

Codes

Color #666590 in popluar color models

666590
RGB102101144
HSL241°17.55%48.04%
HSB/HSV241°29.86%56.47%
CMYK29.17%29.86%0.00%
43.53%

Color #666590 in popluar number systems.

HEX666590
Decimal102101144
Binary1100110110010110010000
Octal146145220

Shades and tints

Shades of #666590

#666590
(102,101,144)
#5D5C83
(93,92,131)
#545376
(84,83,118)
#4B4A69
(75,74,105)
#42415C
(66,65,92)
#39384F
(57,56,79)
#302F42
(48,47,66)
#272635
(39,38,53)
#1E1D28
(30,29,40)
#15141B
(21,20,27)
#0C0B0E
(12,11,14)
#000000
(0,0,0)

Tints of #666590

#666590
(102,101,144)
#73739A
(115,115,154)
#8081A4
(128,129,164)
#8D8FAE
(141,143,174)
#9A9DB8
(154,157,184)
#A7ABC2
(167,171,194)
#B4B9CC
(180,185,204)
#C1C7D6
(193,199,214)
#CED5E0
(206,213,224)
#DBE3EA
(219,227,234)
#E8F1F4
(232,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666590 color. Also use rgb(102,101,144) instead hex code.

Text Font Color

.myTextColor { color: #666590; }

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

This text font color is #666590.


Background Color

.myBgColor { background-color: #666590; }

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

This div background color is #666590.


Border color

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

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

This div border color is #666590.


Opacity

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

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

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

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

This text has shadow with #666590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666590 on black background.


Color preview on white background

This text has color #666590 on white background.



Black color preview on #666590 background

This text has black color on #666590 background.


White color preview on #666590 background

This text has white color on #666590 background.