COLOR #6D4676

HEX: #6D4676
RGB: (109,70,118)

Renk bilgisi

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

RGB renk modeli

#6D4676 color RGB value is (109,70,118).

  • kırmız ton 109;
  • yeşil ton 70;
  • mavi ton 118.
RGB:
(109,70,118)
(43%,27%,46%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 70 of 255 = 27%
B 118 of 255 = 46%

109
70
118

R + G + B ~ 39%. #6D4676 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 70 + 118 = 297 (100%)
R 109 of 297 ~ 36.7%
G 70 of 297 ~ 23.57%
B 118 of 297 ~ 39.73%

%36.7
%23.57
%39.73

CMYK RENK MODELİ

#6D4676 rengi CMYK tonu (8,41,0,54).

  • camgöbeği tonu 7.63%
  • eflatun tonu 40.68%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(8,41,0,54)
C8M41Y0K54 
(8%,41%,0%,54%)
(0.08/0.41/0.00/0.54)	

CMYK yüzdeleri

%7.63
%40.68
%0
%53.73

Codes

Color #6D4676 in popluar color models

6D4676
RGB10970118
HSL289°25.53%36.86%
HSB/HSV289°40.68%46.27%
CMYK7.63%40.68%0.00%
53.73%

Color #6D4676 in popluar number systems.

HEX6D4676
Decimal10970118
Binary110110110001101110110
Octal155106166

Shades and tints

Shades of #6D4676

#6D4676
(109,70,118)
#64406C
(100,64,108)
#5B3A62
(91,58,98)
#523458
(82,52,88)
#492E4E
(73,46,78)
#402844
(64,40,68)
#37223A
(55,34,58)
#2E1C30
(46,28,48)
#251626
(37,22,38)
#1C101C
(28,16,28)
#130A12
(19,10,18)
#000000
(0,0,0)

Tints of #6D4676

#6D4676
(109,70,118)
#7A5682
(122,86,130)
#87668E
(135,102,142)
#94769A
(148,118,154)
#A186A6
(161,134,166)
#AE96B2
(174,150,178)
#BBA6BE
(187,166,190)
#C8B6CA
(200,182,202)
#D5C6D6
(213,198,214)
#E2D6E2
(226,214,226)
#EFE6EE
(239,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4676 color. Also use rgb(109,70,118) instead hex code.

Text Font Color

.myTextColor { color: #6D4676; }

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

This text font color is #6D4676.


Background Color

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

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

This div background color is #6D4676.


Border color

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

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

This div border color is #6D4676.


Opacity

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

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

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

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

This text has shadow with #6D4676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4676 on black background.


Color preview on white background

This text has color #6D4676 on white background.



Black color preview on #6D4676 background

This text has black color on #6D4676 background.


White color preview on #6D4676 background

This text has white color on #6D4676 background.