COLOR #66417F

HEX: #66417F
RGB: (102,65,127)

Color info

#66417F contains mainly red and blue colors. Web safe color of #66417F is #663366 (or #636).

RGB color model

#66417F color RGB value is (102,65,127).

  • red value is 102;
  • green value is 65;
  • blue value is 127.
RGB:
(102,65,127)
(40%,25%,50%)

RGB channels and saturation

R 102 of 255 = 40%
G 65 of 255 = 25%
B 127 of 255 = 50%

102
65
127

R + G + B ~ 38%. #66417F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 65 + 127 = 294 (100%)
R 102 of 294 ~ 34.69%
G 65 of 294 ~ 22.11%
B 127 of 294 ~ 43.2%

%34.69
%22.11
%43.2

CMYK color model

#66417F color CMYK value is (20,49,0,50).

  • cyan value is 19.69%
  • magenta value is 48.82%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(20,49,0,50)
C20M49Y0K50 
(20%,49%,0%,50%)
(0.20/0.49/0.00/0.50)	

CMYK percentages

%19.69
%48.82
%0
%50.2

Codes

Color #66417F in popluar color models

66417F
RGB10265127
HSL276°32.29%37.65%
HSB/HSV276°48.82%49.80%
CMYK19.69%48.82%0.00%
50.20%

Color #66417F in popluar number systems.

HEX66417F
Decimal10265127
Binary110011010000011111111
Octal146101177

Shades and tints

Shades of #66417F

#66417F
(102,65,127)
#5D3C74
(93,60,116)
#543769
(84,55,105)
#4B325E
(75,50,94)
#422D53
(66,45,83)
#392848
(57,40,72)
#30233D
(48,35,61)
#271E32
(39,30,50)
#1E1927
(30,25,39)
#15141C
(21,20,28)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #66417F

#66417F
(102,65,127)
#73528A
(115,82,138)
#806395
(128,99,149)
#8D74A0
(141,116,160)
#9A85AB
(154,133,171)
#A796B6
(167,150,182)
#B4A7C1
(180,167,193)
#C1B8CC
(193,184,204)
#CEC9D7
(206,201,215)
#DBDAE2
(219,218,226)
#E8EBED
(232,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66417F color. Also use rgb(102,65,127) instead hex code.

Text Font Color

.myTextColor { color: #66417F; }

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

This text font color is #66417F.


Background Color

.myBgColor { background-color: #66417F; }

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

This div background color is #66417F.


Border color

.myBorderColor { border: 1px solid #66417F; }

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

This div border color is #66417F.


Opacity

.myOpacity80 { color: #66417F; opacity: 0.8; }

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

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

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

This text has shadow with #66417F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66417F on black background.


Color preview on white background

This text has color #66417F on white background.



Black color preview on #66417F background

This text has black color on #66417F background.


White color preview on #66417F background

This text has white color on #66417F background.