COLOR #666180

HEX: #666180
RGB: (102,97,128)

Color info

#666180 contains red, green and blue colors in about the same proportion. Web safe color of #666180 is #666666 (or #666).

RGB color model

#666180 color RGB value is (102,97,128).

  • red value is 102;
  • green value is 97;
  • blue value is 128.
RGB:
(102,97,128)
(40%,38%,50%)

RGB channels and saturation

R 102 of 255 = 40%
G 97 of 255 = 38%
B 128 of 255 = 50%

102
97
128

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

Portions of RGB colors in percentages

R + G + B =
102 + 97 + 128 = 327 (100%)
R 102 of 327 ~ 31.19%
G 97 of 327 ~ 29.66%
B 128 of 327 ~ 39.14%

%31.19
%29.66
%39.14

CMYK color model

#666180 color CMYK value is (20,24,0,50).

  • cyan value is 20.31%
  • magenta value is 24.22%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(20,24,0,50)
C20M24Y0K50 
(20%,24%,0%,50%)
(0.20/0.24/0.00/0.50)	

CMYK percentages

%20.31
%24.22
%0
%49.8

Codes

Color #666180 in popluar color models

666180
RGB10297128
HSL250°13.78%44.12%
HSB/HSV250°24.22%50.20%
CMYK20.31%24.22%0.00%
49.80%

Color #666180 in popluar number systems.

HEX666180
Decimal10297128
Binary1100110110000110000000
Octal146141200

Shades and tints

Shades of #666180

#666180
(102,97,128)
#5D5975
(93,89,117)
#54516A
(84,81,106)
#4B495F
(75,73,95)
#424154
(66,65,84)
#393949
(57,57,73)
#30313E
(48,49,62)
#272933
(39,41,51)
#1E2128
(30,33,40)
#15191D
(21,25,29)
#0C1112
(12,17,18)
#000000
(0,0,0)

Tints of #666180

#666180
(102,97,128)
#736F8B
(115,111,139)
#807D96
(128,125,150)
#8D8BA1
(141,139,161)
#9A99AC
(154,153,172)
#A7A7B7
(167,167,183)
#B4B5C2
(180,181,194)
#C1C3CD
(193,195,205)
#CED1D8
(206,209,216)
#DBDFE3
(219,223,227)
#E8EDEE
(232,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666180 color. Also use rgb(102,97,128) instead hex code.

Text Font Color

.myTextColor { color: #666180; }

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

This text font color is #666180.


Background Color

.myBgColor { background-color: #666180; }

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

This div background color is #666180.


Border color

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

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

This div border color is #666180.


Opacity

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

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

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

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

This text has shadow with #666180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666180 on black background.


Color preview on white background

This text has color #666180 on white background.



Black color preview on #666180 background

This text has black color on #666180 background.


White color preview on #666180 background

This text has white color on #666180 background.