COLOR #6D3157

HEX: #6D3157
RGB: (109,49,87)

Renk bilgisi

#6D3157 contains mainly red and blue colors. #6D3157 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#6D3157 color RGB value is (109,49,87).

  • kırmız ton 109;
  • yeşil ton 49;
  • mavi ton 87.
RGB:
(109,49,87)
(43%,19%,34%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 49 of 255 = 19%
B 87 of 255 = 34%

109
49
87

R + G + B ~ 32%. #6D3157 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 49 + 87 = 245 (100%)
R 109 of 245 ~ 44.49%
G 49 of 245 ~ 20%
B 87 of 245 ~ 35.51%

%44.49
%20
%35.51

CMYK RENK MODELİ

#6D3157 rengi CMYK tonu (0,55,20,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 55.05%
  • sarı tonu 20.18%
  • ana renk tonu 57.25%
CMYK:
(0,55,20,57)
C0M55Y20K57 
(0%,55%,20%,57%)
(0.00/0.55/0.20/0.57)	

CMYK yüzdeleri

%0
%55.05
%20.18
%57.25

Codes

Color #6D3157 in popluar color models

6D3157
RGB1094987
HSL322°37.97%30.98%
HSB/HSV322°55.05%42.75%
CMYK0.00%55.05%20.18%
57.25%

Color #6D3157 in popluar number systems.

HEX6D3157
Decimal1094987
Binary11011011100011010111
Octal15561127

Shades and tints

Shades of #6D3157

#6D3157
(109,49,87)
#642D50
(100,45,80)
#5B2949
(91,41,73)
#522542
(82,37,66)
#49213B
(73,33,59)
#401D34
(64,29,52)
#37192D
(55,25,45)
#2E1526
(46,21,38)
#25111F
(37,17,31)
#1C0D18
(28,13,24)
#130911
(19,9,17)
#000000
(0,0,0)

Tints of #6D3157

#6D3157
(109,49,87)
#7A4366
(122,67,102)
#875575
(135,85,117)
#946784
(148,103,132)
#A17993
(161,121,147)
#AE8BA2
(174,139,162)
#BB9DB1
(187,157,177)
#C8AFC0
(200,175,192)
#D5C1CF
(213,193,207)
#E2D3DE
(226,211,222)
#EFE5ED
(239,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3157 color. Also use rgb(109,49,87) instead hex code.

Text Font Color

.myTextColor { color: #6D3157; }

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

This text font color is #6D3157.


Background Color

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

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

This div background color is #6D3157.


Border color

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

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

This div border color is #6D3157.


Opacity

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

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

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

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

This text has shadow with #6D3157 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3157 on black background.


Color preview on white background

This text has color #6D3157 on white background.



Black color preview on #6D3157 background

This text has black color on #6D3157 background.


White color preview on #6D3157 background

This text has white color on #6D3157 background.