COLOR #66589C

HEX: #66589C RGB: (102,88,156)

Color info

#66589C contains mainly red and blue colors. Web safe color of #66589C is #666699 (or #669).

RGB color model

#66589C color RGB value is (102,88,156).

RGB: (102,88,156) (40%, 35%, 61%)

RGB channels and saturation

R 102 of 255 = 40%
G 88 of 255 = 35%
B 156 of 255 = 61%

102
88
156

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

Portions of RGB colors in percentages

R + G + B = 102 + 88 + 156 = 346 (100%)
R 102 of 346 ~ 29.48%
G 88 of 346 ~ 25.43%
B 156 of 346 ~ 45.09'%

%29.48
%25.43
%45.09

CMYK color model

#66589C color CMYK value is (35,44,0,39).

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

CMYK: (35,44,0,39)
C35M44Y0K39 (35%, 44%, 0%, 39%)
(0.35 / 0.44 / 0.00 / 0.39)

CMYK percentages

%34.62
%43.59
%0
%38.82

Codes

Color #66589C in popluar color models

66 58 9C
RGB 102 88 156
HSL 252° 27.87% 47.84%
HSB/HSV 252° 43.59% 61.18%
CMYK 34.62% 43.59% 0.00%
38.82%

Color #66589C in popluar number systems.

HEX 66 58 9C
Decimal 102 88 156
Binary 1100110 1011000 10011100
Octal 146 130 234

Shades and tints

Shades of #66589C

#66589C
(102,88,156)
#5D508E
(93,80,142)
#544880
(84,72,128)
#4B4072
(75,64,114)
#423864
(66,56,100)
#393056
(57,48,86)
#302848
(48,40,72)
#27203A
(39,32,58)
#1E182C
(30,24,44)
#15101E
(21,16,30)
#0C0810
(12,8,16)
#000000
(0,0,0)

Tints of #66589C

#66589C
(102,88,156)
#7367A5
(115,103,165)
#8076AE
(128,118,174)
#8D85B7
(141,133,183)
#9A94C0
(154,148,192)
#A7A3C9
(167,163,201)
#B4B2D2
(180,178,210)
#C1C1DB
(193,193,219)
#CED0E4
(206,208,228)
#DBDFED
(219,223,237)
#E8EEF6
(232,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66589C; }

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

This text font color is #66589C.

Background Color

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

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

This div background color is #66589C.

Border color

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

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

This div border color is #66589C.

Opacity

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

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

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

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

This text has shadow with #66589C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66589C.

Preview

Color preview on black background

This text has color #66589C on black background.


Color preview on white background

This text has color #66589C on white background.


Black color preview on #66589C background

This text has black color on #66589C background.


White color preview on #66589C background

This text has white color on #66589C background.


Related colors

Complementary color

Complementary color for #hex is #99A763.


I love getcolorcode.com

Triadic colors

1 #9C6658 and #589C66 with #66589C are triadic colors.

2 #9C5866 and #58669C with #66589C are triadic colors.