COLOR #6D3561

HEX: #6D3561
RGB: (109,53,97)

Color info

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

RGB color model

#6D3561 color RGB value is (109,53,97).

  • red value is 109;
  • green value is 53;
  • blue value is 97.
RGB:
(109,53,97)
(43%,21%,38%)

RGB channels and saturation

R 109 of 255 = 43%
G 53 of 255 = 21%
B 97 of 255 = 38%

109
53
97

R + G + B ~ 34%. #6D3561 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 53 + 97 = 259 (100%)
R 109 of 259 ~ 42.08%
G 53 of 259 ~ 20.46%
B 97 of 259 ~ 37.45%

%42.08
%20.46
%37.45

CMYK color model

#6D3561 color CMYK value is (0,51,11,57).

  • cyan value is 0.00%
  • magenta value is 51.38%
  • yellow value is 11.01%
  • key color value is 57.25%
CMYK:
(0,51,11,57)
C0M51Y11K57 
(0%,51%,11%,57%)
(0.00/0.51/0.11/0.57)	

CMYK percentages

%0
%51.38
%11.01
%57.25

Codes

Color #6D3561 in popluar color models

6D3561
RGB1095397
HSL313°34.57%31.76%
HSB/HSV313°51.38%42.75%
CMYK0.00%51.38%11.01%
57.25%

Color #6D3561 in popluar number systems.

HEX6D3561
Decimal1095397
Binary11011011101011100001
Octal15565141

Shades and tints

Shades of #6D3561

#6D3561
(109,53,97)
#643159
(100,49,89)
#5B2D51
(91,45,81)
#522949
(82,41,73)
#492541
(73,37,65)
#402139
(64,33,57)
#371D31
(55,29,49)
#2E1929
(46,25,41)
#251521
(37,21,33)
#1C1119
(28,17,25)
#130D11
(19,13,17)
#000000
(0,0,0)

Tints of #6D3561

#6D3561
(109,53,97)
#7A476F
(122,71,111)
#87597D
(135,89,125)
#946B8B
(148,107,139)
#A17D99
(161,125,153)
#AE8FA7
(174,143,167)
#BBA1B5
(187,161,181)
#C8B3C3
(200,179,195)
#D5C5D1
(213,197,209)
#E2D7DF
(226,215,223)
#EFE9ED
(239,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3561 color. Also use rgb(109,53,97) instead hex code.

Text Font Color

.myTextColor { color: #6D3561; }

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

This text font color is #6D3561.


Background Color

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

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

This div background color is #6D3561.


Border color

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

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

This div border color is #6D3561.


Opacity

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

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

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

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

This text has shadow with #6D3561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3561 on black background.


Color preview on white background

This text has color #6D3561 on white background.



Black color preview on #6D3561 background

This text has black color on #6D3561 background.


White color preview on #6D3561 background

This text has white color on #6D3561 background.