COLOR #6D455D

HEX: #6D455D RGB: (109,69,93)

Color info

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

RGB color model

#6D455D color RGB value is (109,69,93).

RGB: (109,69,93) (43%, 27%, 36%)

RGB channels and saturation

R 109 of 255 = 43%
G 69 of 255 = 27%
B 93 of 255 = 36%

109
69
93

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

Portions of RGB colors in percentages

R + G + B = 109 + 69 + 93 = 271 (100%)
R 109 of 271 ~ 40.22%
G 69 of 271 ~ 25.46%
B 93 of 271 ~ 34.32'%

%40.22
%25.46
%34.32

CMYK color model

#6D455D color CMYK value is (0,37,15,57).

  • cyan value is 0.00%
  • magenta value is 36.70%
  • yellow value is 14.68%
  • key color value is 57.25%

CMYK: (0,37,15,57)
C0M37Y15K57 (0%, 37%, 15%, 57%)
(0.00 / 0.37 / 0.15 / 0.57)

CMYK percentages

%0
%36.7
%14.68
%57.25

Codes

Color #6D455D in popluar color models

6D 45 5D
RGB 109 69 93
HSL 324° 22.47% 34.90%
HSB/HSV 324° 36.70% 42.75%
CMYK 0.00% 36.70% 14.68%
57.25%

Color #6D455D in popluar number systems.

HEX 6D 45 5D
Decimal 109 69 93
Binary 1101101 1000101 1011101
Octal 155 105 135

Shades and tints

Shades of #6D455D

#6D455D
(109,69,93)
#643F55
(100,63,85)
#5B394D
(91,57,77)
#523345
(82,51,69)
#492D3D
(73,45,61)
#402735
(64,39,53)
#37212D
(55,33,45)
#2E1B25
(46,27,37)
#25151D
(37,21,29)
#1C0F15
(28,15,21)
#13090D
(19,9,13)
#000000
(0,0,0)

Tints of #6D455D

#6D455D
(109,69,93)
#7A556B
(122,85,107)
#876579
(135,101,121)
#947587
(148,117,135)
#A18595
(161,133,149)
#AE95A3
(174,149,163)
#BBA5B1
(187,165,177)
#C8B5BF
(200,181,191)
#D5C5CD
(213,197,205)
#E2D5DB
(226,213,219)
#EFE5E9
(239,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D455D; }

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

This text font color is #6D455D.

Background Color

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

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

This div background color is #6D455D.

Border color

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

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

This div border color is #6D455D.

Opacity

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

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

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

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

This text has shadow with #6D455D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D455D.

Preview

Color preview on black background

This text has color #6D455D on black background.


Color preview on white background

This text has color #6D455D on white background.


Black color preview on #6D455D background

This text has black color on #6D455D background.


White color preview on #6D455D background

This text has white color on #6D455D background.


Related colors

Complementary color

Complementary color for #hex is #92BAA2.


I love getcolorcode.com

Triadic colors

1 #5D6D45 and #455D6D with #6D455D are triadic colors.

2 #5D456D and #456D5D with #6D455D are triadic colors.