COLOR #6D3D76

HEX: #6D3D76
RGB: (109,61,118)

Renk bilgisi

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

RGB renk modeli

#6D3D76 color RGB value is (109,61,118).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 61 of 255 = 24%
B 118 of 255 = 46%

109
61
118

R + G + B ~ 38%. #6D3D76 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 61 + 118 = 288 (100%)
R 109 of 288 ~ 37.85%
G 61 of 288 ~ 21.18%
B 118 of 288 ~ 40.97%

%37.85
%21.18
%40.97

CMYK RENK MODELİ

#6D3D76 rengi CMYK tonu (8,48,0,54).

  • camgöbeği tonu 7.63%
  • eflatun tonu 48.31%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(8,48,0,54)
C8M48Y0K54 
(8%,48%,0%,54%)
(0.08/0.48/0.00/0.54)	

CMYK yüzdeleri

%7.63
%48.31
%0
%53.73

Codes

Color #6D3D76 in popluar color models

6D3D76
RGB10961118
HSL291°31.84%35.10%
HSB/HSV291°48.31%46.27%
CMYK7.63%48.31%0.00%
53.73%

Color #6D3D76 in popluar number systems.

HEX6D3D76
Decimal10961118
Binary11011011111011110110
Octal15575166

Shades and tints

Shades of #6D3D76

#6D3D76
(109,61,118)
#64386C
(100,56,108)
#5B3362
(91,51,98)
#522E58
(82,46,88)
#49294E
(73,41,78)
#402444
(64,36,68)
#371F3A
(55,31,58)
#2E1A30
(46,26,48)
#251526
(37,21,38)
#1C101C
(28,16,28)
#130B12
(19,11,18)
#000000
(0,0,0)

Tints of #6D3D76

#6D3D76
(109,61,118)
#7A4E82
(122,78,130)
#875F8E
(135,95,142)
#94709A
(148,112,154)
#A181A6
(161,129,166)
#AE92B2
(174,146,178)
#BBA3BE
(187,163,190)
#C8B4CA
(200,180,202)
#D5C5D6
(213,197,214)
#E2D6E2
(226,214,226)
#EFE7EE
(239,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D3D76; }

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

This text font color is #6D3D76.


Background Color

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

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

This div background color is #6D3D76.


Border color

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

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

This div border color is #6D3D76.


Opacity

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

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

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

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

This text has shadow with #6D3D76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3D76 on black background.


Color preview on white background

This text has color #6D3D76 on white background.



Black color preview on #6D3D76 background

This text has black color on #6D3D76 background.


White color preview on #6D3D76 background

This text has white color on #6D3D76 background.