COLOR #6D445B

HEX: #6D445B RGB: (109,68,91)

Color info

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

RGB color model

#6D445B color RGB value is (109,68,91).

RGB: (109,68,91) (43%, 27%, 36%)

RGB channels and saturation

R 109 of 255 = 43%
G 68 of 255 = 27%
B 91 of 255 = 36%

109
68
91

R + G + B ~ 35%. #6D445B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 68 + 91 = 268 (100%)
R 109 of 268 ~ 40.67%
G 68 of 268 ~ 25.37%
B 91 of 268 ~ 33.96'%

%40.67
%25.37
%33.96

CMYK color model

#6D445B color CMYK value is (0,38,17,57).

  • cyan value is 0.00%
  • magenta value is 37.61%
  • yellow value is 16.51%
  • key color value is 57.25%

CMYK: (0,38,17,57)
C0M38Y17K57 (0%, 38%, 17%, 57%)
(0.00 / 0.38 / 0.17 / 0.57)

CMYK percentages

%0
%37.61
%16.51
%57.25

Codes

Color #6D445B in popluar color models

6D 44 5B
RGB 109 68 91
HSL 326° 23.16% 34.71%
HSB/HSV 326° 37.61% 42.75%
CMYK 0.00% 37.61% 16.51%
57.25%

Color #6D445B in popluar number systems.

HEX 6D 44 5B
Decimal 109 68 91
Binary 1101101 1000100 1011011
Octal 155 104 133

Shades and tints

Shades of #6D445B

#6D445B
(109,68,91)
#643E53
(100,62,83)
#5B384B
(91,56,75)
#523243
(82,50,67)
#492C3B
(73,44,59)
#402633
(64,38,51)
#37202B
(55,32,43)
#2E1A23
(46,26,35)
#25141B
(37,20,27)
#1C0E13
(28,14,19)
#13080B
(19,8,11)
#000000
(0,0,0)

Tints of #6D445B

#6D445B
(109,68,91)
#7A5569
(122,85,105)
#876677
(135,102,119)
#947785
(148,119,133)
#A18893
(161,136,147)
#AE99A1
(174,153,161)
#BBAAAF
(187,170,175)
#C8BBBD
(200,187,189)
#D5CCCB
(213,204,203)
#E2DDD9
(226,221,217)
#EFEEE7
(239,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D445B color. Also use rgb(109,68,91) instead hex code.

Text Font Color

.myTextColor { color: #6D445B; }

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

This text font color is #6D445B.

Background Color

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

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

This div background color is #6D445B.

Border color

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

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

This div border color is #6D445B.

Opacity

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

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

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

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

This text has shadow with #6D445B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D445B.

Preview

Color preview on black background

This text has color #6D445B on black background.


Color preview on white background

This text has color #6D445B on white background.


Black color preview on #6D445B background

This text has black color on #6D445B background.


White color preview on #6D445B background

This text has white color on #6D445B background.


Related colors

Complementary color

Complementary color for #hex is #92BBA4.


I love getcolorcode.com

Triadic colors

1 #5B6D44 and #445B6D with #6D445B are triadic colors.

2 #5B446D and #446D5B with #6D445B are triadic colors.