COLOR #6D4563

HEX: #6D4563
RGB: (109,69,99)

Color info

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

RGB color model

#6D4563 color RGB value is (109,69,99).

  • red value is 109;
  • green value is 69;
  • blue value is 99.
RGB:
(109,69,99)
(43%,27%,39%)

RGB channels and saturation

R 109 of 255 = 43%
G 69 of 255 = 27%
B 99 of 255 = 39%

109
69
99

R + G + B ~ 36%. #6D4563 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 69 + 99 = 277 (100%)
R 109 of 277 ~ 39.35%
G 69 of 277 ~ 24.91%
B 99 of 277 ~ 35.74%

%39.35
%24.91
%35.74

CMYK color model

#6D4563 color CMYK value is (0,37,9,57).

  • cyan value is 0.00%
  • magenta value is 36.70%
  • yellow value is 9.17%
  • key color value is 57.25%
CMYK:
(0,37,9,57)
C0M37Y9K57 
(0%,37%,9%,57%)
(0.00/0.37/0.09/0.57)	

CMYK percentages

%0
%36.7
%9.17
%57.25

Codes

Color #6D4563 in popluar color models

6D4563
RGB1096999
HSL315°22.47%34.90%
HSB/HSV315°36.70%42.75%
CMYK0.00%36.70%9.17%
57.25%

Color #6D4563 in popluar number systems.

HEX6D4563
Decimal1096999
Binary110110110001011100011
Octal155105143

Shades and tints

Shades of #6D4563

#6D4563
(109,69,99)
#643F5A
(100,63,90)
#5B3951
(91,57,81)
#523348
(82,51,72)
#492D3F
(73,45,63)
#402736
(64,39,54)
#37212D
(55,33,45)
#2E1B24
(46,27,36)
#25151B
(37,21,27)
#1C0F12
(28,15,18)
#130909
(19,9,9)
#000000
(0,0,0)

Tints of #6D4563

#6D4563
(109,69,99)
#7A5571
(122,85,113)
#87657F
(135,101,127)
#94758D
(148,117,141)
#A1859B
(161,133,155)
#AE95A9
(174,149,169)
#BBA5B7
(187,165,183)
#C8B5C5
(200,181,197)
#D5C5D3
(213,197,211)
#E2D5E1
(226,213,225)
#EFE5EF
(239,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4563 color. Also use rgb(109,69,99) instead hex code.

Text Font Color

.myTextColor { color: #6D4563; }

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

This text font color is #6D4563.


Background Color

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

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

This div background color is #6D4563.


Border color

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

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

This div border color is #6D4563.


Opacity

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

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

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

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

This text has shadow with #6D4563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4563 on black background.


Color preview on white background

This text has color #6D4563 on white background.



Black color preview on #6D4563 background

This text has black color on #6D4563 background.


White color preview on #6D4563 background

This text has white color on #6D4563 background.