COLOR #660099

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

Renk bilgisi

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

RGB renk modeli

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

  • kırmız ton 102;
  • yeşil ton 0;
  • mavi ton 153.
RGB:
(102,0,153)
(40%,0%,60%)

RGB bağlantıları ve doygunluk

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.

Yüzdelerle RGB renk parçaları

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 RENK MODELİ

#660099 rengi CMYK tonu (33,100,0,40).

  • camgöbeği tonu 33.33%
  • eflatun tonu 100.00%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(33,100,0,40)
C33M100Y0K40 
(33%,100%,0%,40%)
(0.33/1.00/0.00/0.40)	

CMYK yüzdeleri

%33.33
%100
%0
%40

Codes

Color #660099 in popluar color models

660099
RGB1020153
HSL280°100.00%30.00%
HSB/HSV280°100.00%60.00%
CMYK33.33%100.00%0.00%
40.00%

Color #660099 in popluar number systems.

HEX660099
Decimal1020153
Binary1100110010011001
Octal1460231

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.