COLOR #660066

HEX: #660066
RGB: (102,0,102)

Renk bilgisi

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

RGB renk modeli

#660066 color RGB value is (102,0,102).

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

RGB bağlantıları ve doygunluk

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

102
0
102

R + G + B ~ 27%. #660066 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
102 + 0 + 102 = 204 (100%)
R 102 of 204 ~ 50%
G 0 of 204 ~ 0%
B 102 of 204 ~ 50%

%50
%50

CMYK RENK MODELİ

#660066 rengi CMYK tonu (0,100,0,60).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 0.00%
  • ana renk tonu 60.00%
CMYK:
(0,100,0,60)
C0M100Y0K60 
(0%,100%,0%,60%)
(0.00/1.00/0.00/0.60)	

CMYK yüzdeleri

%0
%100
%0
%60

Codes

Color #660066 in popluar color models

660066
RGB1020102
HSL300°100.00%20.00%
HSB/HSV300°100.00%40.00%
CMYK0.00%100.00%0.00%
60.00%

Color #660066 in popluar number systems.

HEX660066
Decimal1020102
Binary110011001100110
Octal1460146

Shades and tints

Shades of #660066

#660066
(102,0,102)
#5D005D
(93,0,93)
#540054
(84,0,84)
#4B004B
(75,0,75)
#420042
(66,0,66)
#390039
(57,0,57)
#300030
(48,0,48)
#270027
(39,0,39)
#1E001E
(30,0,30)
#150015
(21,0,21)
#0C000C
(12,0,12)
#000000
(0,0,0)

Tints of #660066

#660066
(102,0,102)
#731773
(115,23,115)
#802E80
(128,46,128)
#8D458D
(141,69,141)
#9A5C9A
(154,92,154)
#A773A7
(167,115,167)
#B48AB4
(180,138,180)
#C1A1C1
(193,161,193)
#CEB8CE
(206,184,206)
#DBCFDB
(219,207,219)
#E8E6E8
(232,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #660066; }

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

This text font color is #660066.


Background Color

.myBgColor { background-color: #660066; }

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

This div background color is #660066.


Border color

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

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

This div border color is #660066.


Opacity

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

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

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

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

This text has shadow with #660066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #660066 on black background.


Color preview on white background

This text has color #660066 on white background.



Black color preview on #660066 background

This text has black color on #660066 background.


White color preview on #660066 background

This text has white color on #660066 background.