COLOR #6D3789

HEX: #6D3789
RGB: (109,55,137)

Renk bilgisi

#6D3789 contains mainly red and blue colors. #6D3789 ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#6D3789 color RGB value is (109,55,137).

  • kırmız ton 109;
  • yeşil ton 55;
  • mavi ton 137.
RGB:
(109,55,137)
(43%,22%,54%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 55 of 255 = 22%
B 137 of 255 = 54%

109
55
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 55 + 137 = 301 (100%)
R 109 of 301 ~ 36.21%
G 55 of 301 ~ 18.27%
B 137 of 301 ~ 45.51%

%36.21
%18.27
%45.51

CMYK RENK MODELİ

#6D3789 rengi CMYK tonu (20,60,0,46).

  • camgöbeği tonu 20.44%
  • eflatun tonu 59.85%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(20,60,0,46)
C20M60Y0K46 
(20%,60%,0%,46%)
(0.20/0.60/0.00/0.46)	

CMYK yüzdeleri

%20.44
%59.85
%0
%46.27

Codes

Color #6D3789 in popluar color models

6D3789
RGB10955137
HSL280°42.71%37.65%
HSB/HSV280°59.85%53.73%
CMYK20.44%59.85%0.00%
46.27%

Color #6D3789 in popluar number systems.

HEX6D3789
Decimal10955137
Binary110110111011110001001
Octal15567211

Shades and tints

Shades of #6D3789

#6D3789
(109,55,137)
#64327D
(100,50,125)
#5B2D71
(91,45,113)
#522865
(82,40,101)
#492359
(73,35,89)
#401E4D
(64,30,77)
#371941
(55,25,65)
#2E1435
(46,20,53)
#250F29
(37,15,41)
#1C0A1D
(28,10,29)
#130511
(19,5,17)
#000000
(0,0,0)

Tints of #6D3789

#6D3789
(109,55,137)
#7A4993
(122,73,147)
#875B9D
(135,91,157)
#946DA7
(148,109,167)
#A17FB1
(161,127,177)
#AE91BB
(174,145,187)
#BBA3C5
(187,163,197)
#C8B5CF
(200,181,207)
#D5C7D9
(213,199,217)
#E2D9E3
(226,217,227)
#EFEBED
(239,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3789 color. Also use rgb(109,55,137) instead hex code.

Text Font Color

.myTextColor { color: #6D3789; }

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

This text font color is #6D3789.


Background Color

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

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

This div background color is #6D3789.


Border color

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

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

This div border color is #6D3789.


Opacity

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

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

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

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

This text has shadow with #6D3789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3789 on black background.


Color preview on white background

This text has color #6D3789 on white background.



Black color preview on #6D3789 background

This text has black color on #6D3789 background.


White color preview on #6D3789 background

This text has white color on #6D3789 background.