COLOR #6D3B73

HEX: #6D3B73
RGB: (109,59,115)

Renk bilgisi

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

RGB renk modeli

#6D3B73 color RGB value is (109,59,115).

  • kırmız ton 109;
  • yeşil ton 59;
  • mavi ton 115.
RGB:
(109,59,115)
(43%,23%,45%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 59 of 255 = 23%
B 115 of 255 = 45%

109
59
115

R + G + B ~ 37%. #6D3B73 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 59 + 115 = 283 (100%)
R 109 of 283 ~ 38.52%
G 59 of 283 ~ 20.85%
B 115 of 283 ~ 40.64%

%38.52
%20.85
%40.64

CMYK RENK MODELİ

#6D3B73 rengi CMYK tonu (5,49,0,55).

  • camgöbeği tonu 5.22%
  • eflatun tonu 48.70%
  • sarı tonu 0.00%
  • ana renk tonu 54.90%
CMYK:
(5,49,0,55)
C5M49Y0K55 
(5%,49%,0%,55%)
(0.05/0.49/0.00/0.55)	

CMYK yüzdeleri

%5.22
%48.7
%0
%54.9

Codes

Color #6D3B73 in popluar color models

6D3B73
RGB10959115
HSL294°32.18%34.12%
HSB/HSV294°48.70%45.10%
CMYK5.22%48.70%0.00%
54.90%

Color #6D3B73 in popluar number systems.

HEX6D3B73
Decimal10959115
Binary11011011110111110011
Octal15573163

Shades and tints

Shades of #6D3B73

#6D3B73
(109,59,115)
#643669
(100,54,105)
#5B315F
(91,49,95)
#522C55
(82,44,85)
#49274B
(73,39,75)
#402241
(64,34,65)
#371D37
(55,29,55)
#2E182D
(46,24,45)
#251323
(37,19,35)
#1C0E19
(28,14,25)
#13090F
(19,9,15)
#000000
(0,0,0)

Tints of #6D3B73

#6D3B73
(109,59,115)
#7A4C7F
(122,76,127)
#875D8B
(135,93,139)
#946E97
(148,110,151)
#A17FA3
(161,127,163)
#AE90AF
(174,144,175)
#BBA1BB
(187,161,187)
#C8B2C7
(200,178,199)
#D5C3D3
(213,195,211)
#E2D4DF
(226,212,223)
#EFE5EB
(239,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3B73 color. Also use rgb(109,59,115) instead hex code.

Text Font Color

.myTextColor { color: #6D3B73; }

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

This text font color is #6D3B73.


Background Color

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

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

This div background color is #6D3B73.


Border color

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

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

This div border color is #6D3B73.


Opacity

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

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

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

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

This text has shadow with #6D3B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3B73 on black background.


Color preview on white background

This text has color #6D3B73 on white background.



Black color preview on #6D3B73 background

This text has black color on #6D3B73 background.


White color preview on #6D3B73 background

This text has white color on #6D3B73 background.