COLOR #666684

HEX: #666684
RGB: (102,102,132)

Color info

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

RGB color model

#666684 color RGB value is (102,102,132).

  • red value is 102;
  • green value is 102;
  • blue value is 132.
RGB:
(102,102,132)
(40%,40%,52%)

RGB channels and saturation

R 102 of 255 = 40%
G 102 of 255 = 40%
B 132 of 255 = 52%

102
102
132

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

Portions of RGB colors in percentages

R + G + B =
102 + 102 + 132 = 336 (100%)
R 102 of 336 ~ 30.36%
G 102 of 336 ~ 30.36%
B 132 of 336 ~ 39.29%

%30.36
%30.36
%39.29

CMYK color model

#666684 color CMYK value is (23,23,0,48).

  • cyan value is 22.73%
  • magenta value is 22.73%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(23,23,0,48)
C23M23Y0K48 
(23%,23%,0%,48%)
(0.23/0.23/0.00/0.48)	

CMYK percentages

%22.73
%22.73
%0
%48.24

Codes

Color #666684 in popluar color models

666684
RGB102102132
HSL240°12.82%45.88%
HSB/HSV240°22.73%51.76%
CMYK22.73%22.73%0.00%
48.24%

Color #666684 in popluar number systems.

HEX666684
Decimal102102132
Binary1100110110011010000100
Octal146146204

Shades and tints

Shades of #666684

#666684
(102,102,132)
#5D5D78
(93,93,120)
#54546C
(84,84,108)
#4B4B60
(75,75,96)
#424254
(66,66,84)
#393948
(57,57,72)
#30303C
(48,48,60)
#272730
(39,39,48)
#1E1E24
(30,30,36)
#151518
(21,21,24)
#0C0C0C
(12,12,12)
#000000
(0,0,0)

Tints of #666684

#666684
(102,102,132)
#73738F
(115,115,143)
#80809A
(128,128,154)
#8D8DA5
(141,141,165)
#9A9AB0
(154,154,176)
#A7A7BB
(167,167,187)
#B4B4C6
(180,180,198)
#C1C1D1
(193,193,209)
#CECEDC
(206,206,220)
#DBDBE7
(219,219,231)
#E8E8F2
(232,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666684; }

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

This text font color is #666684.


Background Color

.myBgColor { background-color: #666684; }

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

This div background color is #666684.


Border color

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

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

This div border color is #666684.


Opacity

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

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

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

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

This text has shadow with #666684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666684 on black background.


Color preview on white background

This text has color #666684 on white background.



Black color preview on #666684 background

This text has black color on #666684 background.


White color preview on #666684 background

This text has white color on #666684 background.