COLOR #666883

HEX: #666883 RGB: (102,104,131)

Color info

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

RGB color model

#666883 color RGB value is (102,104,131).

RGB: (102,104,131) (40%, 41%, 51%)

RGB channels and saturation

R 102 of 255 = 40%
G 104 of 255 = 41%
B 131 of 255 = 51%

102
104
131

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

Portions of RGB colors in percentages

R + G + B = 102 + 104 + 131 = 337 (100%)
R 102 of 337 ~ 30.27%
G 104 of 337 ~ 30.86%
B 131 of 337 ~ 38.87'%

%30.27
%30.86
%38.87

CMYK color model

#666883 color CMYK value is (22,21,0,49).

  • cyan value is 22.14%
  • magenta value is 20.61%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (22,21,0,49)
C22M21Y0K49 (22%, 21%, 0%, 49%)
(0.22 / 0.21 / 0.00 / 0.49)

CMYK percentages

%22.14
%20.61
%0
%48.63

Codes

Color #666883 in popluar color models

66 68 83
RGB 102 104 131
HSL 236° 12.45% 45.69%
HSB/HSV 236° 22.14% 51.37%
CMYK 22.14% 20.61% 0.00%
48.63%

Color #666883 in popluar number systems.

HEX 66 68 83
Decimal 102 104 131
Binary 1100110 1101000 10000011
Octal 146 150 203

Shades and tints

Shades of #666883

#666883
(102,104,131)
#5D5F78
(93,95,120)
#54566D
(84,86,109)
#4B4D62
(75,77,98)
#424457
(66,68,87)
#393B4C
(57,59,76)
#303241
(48,50,65)
#272936
(39,41,54)
#1E202B
(30,32,43)
#151720
(21,23,32)
#0C0E15
(12,14,21)
#000000
(0,0,0)

Tints of #666883

#666883
(102,104,131)
#73758E
(115,117,142)
#808299
(128,130,153)
#8D8FA4
(141,143,164)
#9A9CAF
(154,156,175)
#A7A9BA
(167,169,186)
#B4B6C5
(180,182,197)
#C1C3D0
(193,195,208)
#CED0DB
(206,208,219)
#DBDDE6
(219,221,230)
#E8EAF1
(232,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666883 color. Also use rgb(102,104,131) instead hex code.

Text Font Color

.myTextColor { color: #666883; }

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

This text font color is #666883.

Background Color

.myBgColor { background-color: #666883; }

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

This div background color is #666883.

Border color

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

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

This div border color is #666883.

Opacity

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

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

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

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

This text has shadow with #666883 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #666883.

Preview

Color preview on black background

This text has color #666883 on black background.


Color preview on white background

This text has color #666883 on white background.


Black color preview on #666883 background

This text has black color on #666883 background.


White color preview on #666883 background

This text has white color on #666883 background.


Related colors

Complementary color

Complementary color for #hex is #99977C.


I love getcolorcode.com

Triadic colors

1 #836668 and #688366 with #666883 are triadic colors.

2 #836866 and #686683 with #666883 are triadic colors.