COLOR #66638D

HEX: #66638D RGB: (102,99,141)

Color info

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

RGB color model

#66638D color RGB value is (102,99,141).

RGB: (102,99,141) (40%, 39%, 55%)

RGB channels and saturation

R 102 of 255 = 40%
G 99 of 255 = 39%
B 141 of 255 = 55%

102
99
141

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

Portions of RGB colors in percentages

R + G + B = 102 + 99 + 141 = 342 (100%)
R 102 of 342 ~ 29.82%
G 99 of 342 ~ 28.95%
B 141 of 342 ~ 41.23'%

%29.82
%28.95
%41.23

CMYK color model

#66638D color CMYK value is (28,30,0,45).

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

CMYK: (28,30,0,45)
C28M30Y0K45 (28%, 30%, 0%, 45%)
(0.28 / 0.30 / 0.00 / 0.45)

CMYK percentages

%27.66
%29.79
%0
%44.71

Codes

Color #66638D in popluar color models

66 63 8D
RGB 102 99 141
HSL 244° 17.50% 47.06%
HSB/HSV 244° 29.79% 55.29%
CMYK 27.66% 29.79% 0.00%
44.71%

Color #66638D in popluar number systems.

HEX 66 63 8D
Decimal 102 99 141
Binary 1100110 1100011 10001101
Octal 146 143 215

Shades and tints

Shades of #66638D

#66638D
(102,99,141)
#5D5A81
(93,90,129)
#545175
(84,81,117)
#4B4869
(75,72,105)
#423F5D
(66,63,93)
#393651
(57,54,81)
#302D45
(48,45,69)
#272439
(39,36,57)
#1E1B2D
(30,27,45)
#151221
(21,18,33)
#0C0915
(12,9,21)
#000000
(0,0,0)

Tints of #66638D

#66638D
(102,99,141)
#737197
(115,113,151)
#807FA1
(128,127,161)
#8D8DAB
(141,141,171)
#9A9BB5
(154,155,181)
#A7A9BF
(167,169,191)
#B4B7C9
(180,183,201)
#C1C5D3
(193,197,211)
#CED3DD
(206,211,221)
#DBE1E7
(219,225,231)
#E8EFF1
(232,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66638D; }

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

This text font color is #66638D.

Background Color

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

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

This div background color is #66638D.

Border color

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

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

This div border color is #66638D.

Opacity

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

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

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

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

This text has shadow with #66638D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66638D.

Preview

Color preview on black background

This text has color #66638D on black background.


Color preview on white background

This text has color #66638D on white background.


Black color preview on #66638D background

This text has black color on #66638D background.


White color preview on #66638D background

This text has white color on #66638D background.


Related colors

Complementary color

Complementary color for #hex is #999C72.


I love getcolorcode.com

Triadic colors

1 #8D6663 and #638D66 with #66638D are triadic colors.

2 #8D6366 and #63668D with #66638D are triadic colors.