COLOR #6A4C79

HEX: #6A4C79
RGB: (106,76,121)

Renk bilgisi

#6A4C79 contains red, green and blue colors in about the same proportion. #6A4C79 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#6A4C79 color RGB value is (106,76,121).

  • kırmız ton 106;
  • yeşil ton 76;
  • mavi ton 121.
RGB:
(106,76,121)
(42%,30%,47%)

RGB bağlantıları ve doygunluk

R 106 of 255 = 42%
G 76 of 255 = 30%
B 121 of 255 = 47%

106
76
121

R + G + B ~ 40%. #6A4C79 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
106 + 76 + 121 = 303 (100%)
R 106 of 303 ~ 34.98%
G 76 of 303 ~ 25.08%
B 121 of 303 ~ 39.93%

%34.98
%25.08
%39.93

CMYK RENK MODELİ

#6A4C79 rengi CMYK tonu (12,37,0,53).

  • camgöbeği tonu 12.40%
  • eflatun tonu 37.19%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(12,37,0,53)
C12M37Y0K53 
(12%,37%,0%,53%)
(0.12/0.37/0.00/0.53)	

CMYK yüzdeleri

%12.4
%37.19
%0
%52.55

Codes

Color #6A4C79 in popluar color models

6A4C79
RGB10676121
HSL280°22.84%38.63%
HSB/HSV280°37.19%47.45%
CMYK12.40%37.19%0.00%
52.55%

Color #6A4C79 in popluar number systems.

HEX6A4C79
Decimal10676121
Binary110101010011001111001
Octal152114171

Shades and tints

Shades of #6A4C79

#6A4C79
(106,76,121)
#61466E
(97,70,110)
#584063
(88,64,99)
#4F3A58
(79,58,88)
#46344D
(70,52,77)
#3D2E42
(61,46,66)
#342837
(52,40,55)
#2B222C
(43,34,44)
#221C21
(34,28,33)
#191616
(25,22,22)
#10100B
(16,16,11)
#000000
(0,0,0)

Tints of #6A4C79

#6A4C79
(106,76,121)
#775C85
(119,92,133)
#846C91
(132,108,145)
#917C9D
(145,124,157)
#9E8CA9
(158,140,169)
#AB9CB5
(171,156,181)
#B8ACC1
(184,172,193)
#C5BCCD
(197,188,205)
#D2CCD9
(210,204,217)
#DFDCE5
(223,220,229)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A4C79 color. Also use rgb(106,76,121) instead hex code.

Text Font Color

.myTextColor { color: #6A4C79; }

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

This text font color is #6A4C79.


Background Color

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

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

This div background color is #6A4C79.


Border color

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

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

This div border color is #6A4C79.


Opacity

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

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

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

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

This text has shadow with #6A4C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4C79 on black background.


Color preview on white background

This text has color #6A4C79 on white background.



Black color preview on #6A4C79 background

This text has black color on #6A4C79 background.


White color preview on #6A4C79 background

This text has white color on #6A4C79 background.