COLOR #660099

HEX: #660099 RGB: (102,0,153)

Color info

#660099 contains only red and blue colors. #660099 color is web safe color. It maybe written shortly as #609.

RGB color model

#660099 color RGB value is (102,0,153).

RGB: (102,0,153) (40%, 0%, 60%)

RGB channels and saturation

R 102 of 255 = 40%
G 0 of 255 = 0%
B 153 of 255 = 60%

102
0
153

R + G + B ~ 33%. #660099 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 0 + 153 = 255 (100%)
R 102 of 255 ~ 40%
G 0 of 255 ~ 0%
B 153 of 255 ~ 60'%

%40
%60

CMYK color model

#660099 color CMYK value is (33,100,0,40).

  • cyan value is 33.33%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (33,100,0,40)
C33M100Y0K40 (33%, 100%, 0%, 40%)
(0.33 / 1.00 / 0.00 / 0.40)

CMYK percentages

%33.33
%100
%0
%40

Codes

Color #660099 in popluar color models

66 00 99
RGB 102 0 153
HSL 280° 100.00% 30.00%
HSB/HSV 280° 100.00% 60.00%
CMYK 33.33% 100.00% 0.00%
40.00%

Color #660099 in popluar number systems.

HEX 66 00 99
Decimal 102 0 153
Binary 1100110 0 10011001
Octal 146 0 231

Shades and tints

Shades of #660099

#660099
(102,0,153)
#5D008C
(93,0,140)
#54007F
(84,0,127)
#4B0072
(75,0,114)
#420065
(66,0,101)
#390058
(57,0,88)
#30004B
(48,0,75)
#27003E
(39,0,62)
#1E0031
(30,0,49)
#150024
(21,0,36)
#0C0017
(12,0,23)
#000000
(0,0,0)

Tints of #660099

#660099
(102,0,153)
#7317A2
(115,23,162)
#802EAB
(128,46,171)
#8D45B4
(141,69,180)
#9A5CBD
(154,92,189)
#A773C6
(167,115,198)
#B48ACF
(180,138,207)
#C1A1D8
(193,161,216)
#CEB8E1
(206,184,225)
#DBCFEA
(219,207,234)
#E8E6F3
(232,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #660099; }

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

This text font color is #660099.

Background Color

.myBgColor { background-color: #660099; }

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

This div background color is #660099.

Border color

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

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

This div border color is #660099.

Opacity

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

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

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

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

This text has shadow with #660099 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #660099.

Preview

Color preview on black background

This text has color #660099 on black background.


Color preview on white background

This text has color #660099 on white background.


Black color preview on #660099 background

This text has black color on #660099 background.


White color preview on #660099 background

This text has white color on #660099 background.


Related colors

Complementary color

Complementary color for #hex is #99FF66.


I love getcolorcode.com

Triadic colors

1 #996600 and #009966 with #660099 are triadic colors.

2 #990066 and #006699 with #660099 are triadic colors.