COLOR #6D3F76

HEX: #6D3F76
RGB: (109,63,118)

Renk bilgisi

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

RGB renk modeli

#6D3F76 color RGB value is (109,63,118).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 63 of 255 = 25%
B 118 of 255 = 46%

109
63
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 63 + 118 = 290 (100%)
R 109 of 290 ~ 37.59%
G 63 of 290 ~ 21.72%
B 118 of 290 ~ 40.69%

%37.59
%21.72
%40.69

CMYK RENK MODELİ

#6D3F76 rengi CMYK tonu (8,47,0,54).

  • camgöbeği tonu 7.63%
  • eflatun tonu 46.61%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(8,47,0,54)
C8M47Y0K54 
(8%,47%,0%,54%)
(0.08/0.47/0.00/0.54)	

CMYK yüzdeleri

%7.63
%46.61
%0
%53.73

Codes

Color #6D3F76 in popluar color models

6D3F76
RGB10963118
HSL290°30.39%35.49%
HSB/HSV290°46.61%46.27%
CMYK7.63%46.61%0.00%
53.73%

Color #6D3F76 in popluar number systems.

HEX6D3F76
Decimal10963118
Binary11011011111111110110
Octal15577166

Shades and tints

Shades of #6D3F76

#6D3F76
(109,63,118)
#643A6C
(100,58,108)
#5B3562
(91,53,98)
#523058
(82,48,88)
#492B4E
(73,43,78)
#402644
(64,38,68)
#37213A
(55,33,58)
#2E1C30
(46,28,48)
#251726
(37,23,38)
#1C121C
(28,18,28)
#130D12
(19,13,18)
#000000
(0,0,0)

Tints of #6D3F76

#6D3F76
(109,63,118)
#7A5082
(122,80,130)
#87618E
(135,97,142)
#94729A
(148,114,154)
#A183A6
(161,131,166)
#AE94B2
(174,148,178)
#BBA5BE
(187,165,190)
#C8B6CA
(200,182,202)
#D5C7D6
(213,199,214)
#E2D8E2
(226,216,226)
#EFE9EE
(239,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D3F76; }

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

This text font color is #6D3F76.


Background Color

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

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

This div background color is #6D3F76.


Border color

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

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

This div border color is #6D3F76.


Opacity

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

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

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

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

This text has shadow with #6D3F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3F76 on black background.


Color preview on white background

This text has color #6D3F76 on white background.



Black color preview on #6D3F76 background

This text has black color on #6D3F76 background.


White color preview on #6D3F76 background

This text has white color on #6D3F76 background.