COLOR #6D3855

HEX: #6D3855
RGB: (109,56,85)

Color info

#6D3855 contains red, green and blue colors in about the same proportion. Web safe color of #6D3855 is #663366 (or #636).

RGB color model

#6D3855 color RGB value is (109,56,85).

  • red value is 109;
  • green value is 56;
  • blue value is 85.
RGB:
(109,56,85)
(43%,22%,33%)

RGB channels and saturation

R 109 of 255 = 43%
G 56 of 255 = 22%
B 85 of 255 = 33%

109
56
85

R + G + B ~ 33%. #6D3855 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 56 + 85 = 250 (100%)
R 109 of 250 ~ 43.6%
G 56 of 250 ~ 22.4%
B 85 of 250 ~ 34%

%43.6
%22.4
%34

CMYK color model

#6D3855 color CMYK value is (0,49,22,57).

  • cyan value is 0.00%
  • magenta value is 48.62%
  • yellow value is 22.02%
  • key color value is 57.25%
CMYK:
(0,49,22,57)
C0M49Y22K57 
(0%,49%,22%,57%)
(0.00/0.49/0.22/0.57)	

CMYK percentages

%0
%48.62
%22.02
%57.25

Codes

Color #6D3855 in popluar color models

6D3855
RGB1095685
HSL327°32.12%32.35%
HSB/HSV327°48.62%42.75%
CMYK0.00%48.62%22.02%
57.25%

Color #6D3855 in popluar number systems.

HEX6D3855
Decimal1095685
Binary11011011110001010101
Octal15570125

Shades and tints

Shades of #6D3855

#6D3855
(109,56,85)
#64334E
(100,51,78)
#5B2E47
(91,46,71)
#522940
(82,41,64)
#492439
(73,36,57)
#401F32
(64,31,50)
#371A2B
(55,26,43)
#2E1524
(46,21,36)
#25101D
(37,16,29)
#1C0B16
(28,11,22)
#13060F
(19,6,15)
#000000
(0,0,0)

Tints of #6D3855

#6D3855
(109,56,85)
#7A4A64
(122,74,100)
#875C73
(135,92,115)
#946E82
(148,110,130)
#A18091
(161,128,145)
#AE92A0
(174,146,160)
#BBA4AF
(187,164,175)
#C8B6BE
(200,182,190)
#D5C8CD
(213,200,205)
#E2DADC
(226,218,220)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3855 color. Also use rgb(109,56,85) instead hex code.

Text Font Color

.myTextColor { color: #6D3855; }

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

This text font color is #6D3855.


Background Color

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

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

This div background color is #6D3855.


Border color

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

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

This div border color is #6D3855.


Opacity

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

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

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

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

This text has shadow with #6D3855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3855 on black background.


Color preview on white background

This text has color #6D3855 on white background.



Black color preview on #6D3855 background

This text has black color on #6D3855 background.


White color preview on #6D3855 background

This text has white color on #6D3855 background.