COLOR #66558B

HEX: #66558B
RGB: (102,85,139)

Color info

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

RGB color model

#66558B color RGB value is (102,85,139).

  • red value is 102;
  • green value is 85;
  • blue value is 139.
RGB:
(102,85,139)
(40%,33%,55%)

RGB channels and saturation

R 102 of 255 = 40%
G 85 of 255 = 33%
B 139 of 255 = 55%

102
85
139

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

Portions of RGB colors in percentages

R + G + B =
102 + 85 + 139 = 326 (100%)
R 102 of 326 ~ 31.29%
G 85 of 326 ~ 26.07%
B 139 of 326 ~ 42.64%

%31.29
%26.07
%42.64

CMYK color model

#66558B color CMYK value is (27,39,0,45).

  • cyan value is 26.62%
  • magenta value is 38.85%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(27,39,0,45)
C27M39Y0K45 
(27%,39%,0%,45%)
(0.27/0.39/0.00/0.45)	

CMYK percentages

%26.62
%38.85
%0
%45.49

Codes

Color #66558B in popluar color models

66558B
RGB10285139
HSL259°24.11%43.92%
HSB/HSV259°38.85%54.51%
CMYK26.62%38.85%0.00%
45.49%

Color #66558B in popluar number systems.

HEX66558B
Decimal10285139
Binary1100110101010110001011
Octal146125213

Shades and tints

Shades of #66558B

#66558B
(102,85,139)
#5D4E7F
(93,78,127)
#544773
(84,71,115)
#4B4067
(75,64,103)
#42395B
(66,57,91)
#39324F
(57,50,79)
#302B43
(48,43,67)
#272437
(39,36,55)
#1E1D2B
(30,29,43)
#15161F
(21,22,31)
#0C0F13
(12,15,19)
#000000
(0,0,0)

Tints of #66558B

#66558B
(102,85,139)
#736495
(115,100,149)
#80739F
(128,115,159)
#8D82A9
(141,130,169)
#9A91B3
(154,145,179)
#A7A0BD
(167,160,189)
#B4AFC7
(180,175,199)
#C1BED1
(193,190,209)
#CECDDB
(206,205,219)
#DBDCE5
(219,220,229)
#E8EBEF
(232,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66558B color. Also use rgb(102,85,139) instead hex code.

Text Font Color

.myTextColor { color: #66558B; }

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

This text font color is #66558B.


Background Color

.myBgColor { background-color: #66558B; }

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

This div background color is #66558B.


Border color

.myBorderColor { border: 1px solid #66558B; }

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

This div border color is #66558B.


Opacity

.myOpacity80 { color: #66558B; opacity: 0.8; }

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

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

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

This text has shadow with #66558B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66558B on black background.


Color preview on white background

This text has color #66558B on white background.



Black color preview on #66558B background

This text has black color on #66558B background.


White color preview on #66558B background

This text has white color on #66558B background.