COLOR #6D0066

HEX: #6D0066
RGB: (109,0,102)

Renk bilgisi

#6D0066 contains only red and blue colors. #6D0066 ‘ nin web güvenlik rengi #660066 (ya da #606) dir.

RGB renk modeli

#6D0066 color RGB value is (109,0,102).

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

RGB bağlantıları ve doygunluk

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

109
0
102

R + G + B ~ 28%. #6D0066 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 0 + 102 = 211 (100%)
R 109 of 211 ~ 51.66%
G 0 of 211 ~ 0%
B 102 of 211 ~ 48.34%

%51.66
%48.34

CMYK RENK MODELİ

#6D0066 rengi CMYK tonu (0,100,6,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 6.42%
  • ana renk tonu 57.25%
CMYK:
(0,100,6,57)
C0M100Y6K57 
(0%,100%,6%,57%)
(0.00/1.00/0.06/0.57)	

CMYK yüzdeleri

%0
%100
%6.42
%57.25

Codes

Color #6D0066 in popluar color models

6D0066
RGB1090102
HSL304°100.00%21.37%
HSB/HSV304°100.00%42.75%
CMYK0.00%100.00%6.42%
57.25%

Color #6D0066 in popluar number systems.

HEX6D0066
Decimal1090102
Binary110110101100110
Octal1550146

Shades and tints

Shades of #6D0066

#6D0066
(109,0,102)
#64005D
(100,0,93)
#5B0054
(91,0,84)
#52004B
(82,0,75)
#490042
(73,0,66)
#400039
(64,0,57)
#370030
(55,0,48)
#2E0027
(46,0,39)
#25001E
(37,0,30)
#1C0015
(28,0,21)
#13000C
(19,0,12)
#000000
(0,0,0)

Tints of #6D0066

#6D0066
(109,0,102)
#7A1773
(122,23,115)
#872E80
(135,46,128)
#94458D
(148,69,141)
#A15C9A
(161,92,154)
#AE73A7
(174,115,167)
#BB8AB4
(187,138,180)
#C8A1C1
(200,161,193)
#D5B8CE
(213,184,206)
#E2CFDB
(226,207,219)
#EFE6E8
(239,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D0066; }

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

This text font color is #6D0066.


Background Color

.myBgColor { background-color: #6D0066; }

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

This div background color is #6D0066.


Border color

.myBorderColor { border: 1px solid #6D0066; }

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

This div border color is #6D0066.


Opacity

.myOpacity80 { color: #6D0066; opacity: 0.8; }

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

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

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

This text has shadow with #6D0066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D0066 on black background.


Color preview on white background

This text has color #6D0066 on white background.



Black color preview on #6D0066 background

This text has black color on #6D0066 background.


White color preview on #6D0066 background

This text has white color on #6D0066 background.