COLOR #66629C

HEX: #66629C RGB: (102,98,156)

Color info

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

RGB color model

#66629C color RGB value is (102,98,156).

RGB: (102,98,156) (40%, 38%, 61%)

RGB channels and saturation

R 102 of 255 = 40%
G 98 of 255 = 38%
B 156 of 255 = 61%

102
98
156

R + G + B ~ 46%. #66629C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 102 + 98 + 156 = 356 (100%)
R 102 of 356 ~ 28.65%
G 98 of 356 ~ 27.53%
B 156 of 356 ~ 43.82'%

%28.65
%27.53
%43.82

CMYK color model

#66629C color CMYK value is (35,37,0,39).

  • cyan value is 34.62%
  • magenta value is 37.18%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (35,37,0,39)
C35M37Y0K39 (35%, 37%, 0%, 39%)
(0.35 / 0.37 / 0.00 / 0.39)

CMYK percentages

%34.62
%37.18
%0
%38.82

Codes

Color #66629C in popluar color models

66 62 9C
RGB 102 98 156
HSL 244° 22.83% 49.80%
HSB/HSV 244° 37.18% 61.18%
CMYK 34.62% 37.18% 0.00%
38.82%

Color #66629C in popluar number systems.

HEX 66 62 9C
Decimal 102 98 156
Binary 1100110 1100010 10011100
Octal 146 142 234

Shades and tints

Shades of #66629C

#66629C
(102,98,156)
#5D5A8E
(93,90,142)
#545280
(84,82,128)
#4B4A72
(75,74,114)
#424264
(66,66,100)
#393A56
(57,58,86)
#303248
(48,50,72)
#272A3A
(39,42,58)
#1E222C
(30,34,44)
#151A1E
(21,26,30)
#0C1210
(12,18,16)
#000000
(0,0,0)

Tints of #66629C

#66629C
(102,98,156)
#7370A5
(115,112,165)
#807EAE
(128,126,174)
#8D8CB7
(141,140,183)
#9A9AC0
(154,154,192)
#A7A8C9
(167,168,201)
#B4B6D2
(180,182,210)
#C1C4DB
(193,196,219)
#CED2E4
(206,210,228)
#DBE0ED
(219,224,237)
#E8EEF6
(232,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66629C color. Also use rgb(102,98,156) instead hex code.

Text Font Color

.myTextColor { color: #66629C; }

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

This text font color is #66629C.

Background Color

.myBgColor { background-color: #66629C; }

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

This div background color is #66629C.

Border color

.myBorderColor { border: 1px solid #66629C; }

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

This div border color is #66629C.

Opacity

.myOpacity80 { color: #66629C; opacity: 0.8; }

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

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

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

This text has shadow with #66629C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66629C.

Preview

Color preview on black background

This text has color #66629C on black background.


Color preview on white background

This text has color #66629C on white background.


Black color preview on #66629C background

This text has black color on #66629C background.


White color preview on #66629C background

This text has white color on #66629C background.


Related colors

Complementary color

Complementary color for #hex is #999D63.


I love getcolorcode.com

Triadic colors

1 #9C6662 and #629C66 with #66629C are triadic colors.

2 #9C6266 and #62669C with #66629C are triadic colors.