COLOR #66488D

HEX: #66488D RGB: (102,72,141)

Color info

#66488D contains mainly red and blue colors. Web safe color of #66488D is #663399 (or #639).

RGB color model

#66488D color RGB value is (102,72,141).

RGB: (102,72,141) (40%, 28%, 55%)

RGB channels and saturation

R 102 of 255 = 40%
G 72 of 255 = 28%
B 141 of 255 = 55%

102
72
141

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

Portions of RGB colors in percentages

R + G + B = 102 + 72 + 141 = 315 (100%)
R 102 of 315 ~ 32.38%
G 72 of 315 ~ 22.86%
B 141 of 315 ~ 44.76'%

%32.38
%22.86
%44.76

CMYK color model

#66488D color CMYK value is (28,49,0,45).

  • cyan value is 27.66%
  • magenta value is 48.94%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (28,49,0,45)
C28M49Y0K45 (28%, 49%, 0%, 45%)
(0.28 / 0.49 / 0.00 / 0.45)

CMYK percentages

%27.66
%48.94
%0
%44.71

Codes

Color #66488D in popluar color models

66 48 8D
RGB 102 72 141
HSL 266° 32.39% 41.76%
HSB/HSV 266° 48.94% 55.29%
CMYK 27.66% 48.94% 0.00%
44.71%

Color #66488D in popluar number systems.

HEX 66 48 8D
Decimal 102 72 141
Binary 1100110 1001000 10001101
Octal 146 110 215

Shades and tints

Shades of #66488D

#66488D
(102,72,141)
#5D4281
(93,66,129)
#543C75
(84,60,117)
#4B3669
(75,54,105)
#42305D
(66,48,93)
#392A51
(57,42,81)
#302445
(48,36,69)
#271E39
(39,30,57)
#1E182D
(30,24,45)
#151221
(21,18,33)
#0C0C15
(12,12,21)
#000000
(0,0,0)

Tints of #66488D

#66488D
(102,72,141)
#735897
(115,88,151)
#8068A1
(128,104,161)
#8D78AB
(141,120,171)
#9A88B5
(154,136,181)
#A798BF
(167,152,191)
#B4A8C9
(180,168,201)
#C1B8D3
(193,184,211)
#CEC8DD
(206,200,221)
#DBD8E7
(219,216,231)
#E8E8F1
(232,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66488D color. Also use rgb(102,72,141) instead hex code.

Text Font Color

.myTextColor { color: #66488D; }

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

This text font color is #66488D.

Background Color

.myBgColor { background-color: #66488D; }

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

This div background color is #66488D.

Border color

.myBorderColor { border: 1px solid #66488D; }

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

This div border color is #66488D.

Opacity

.myOpacity80 { color: #66488D; opacity: 0.8; }

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

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

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

This text has shadow with #66488D color.


.textShadow {text-shadow: 3px 3px 1px #66488D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #66488D; -webkit-box-shadow: 1px 1px 3px 2px #66488D; box-shadow:1px 1px 3px 2px #66488D;">
Div content here
</div>

This div box has shadow with color #66488D.

Preview

Color preview on black background

This text has color #66488D on black background.


Color preview on white background

This text has color #66488D on white background.


Black color preview on #66488D background

This text has black color on #66488D background.


White color preview on #66488D background

This text has white color on #66488D background.


Related colors

Complementary color

Complementary color for #hex is #99B772.


I love getcolorcode.com

Triadic colors

1 #8D6648 and #488D66 with #66488D are triadic colors.

2 #8D4866 and #48668D with #66488D are triadic colors.