COLOR #6D3E5C

HEX: #6D3E5C RGB: (109,62,92)

Color info

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

RGB color model

#6D3E5C color RGB value is (109,62,92).

RGB: (109,62,92) (43%, 24%, 36%)

RGB channels and saturation

R 109 of 255 = 43%
G 62 of 255 = 24%
B 92 of 255 = 36%

109
62
92

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

Portions of RGB colors in percentages

R + G + B = 109 + 62 + 92 = 263 (100%)
R 109 of 263 ~ 41.44%
G 62 of 263 ~ 23.57%
B 92 of 263 ~ 34.98'%

%41.44
%23.57
%34.98

CMYK color model

#6D3E5C color CMYK value is (0,43,16,57).

  • cyan value is 0.00%
  • magenta value is 43.12%
  • yellow value is 15.60%
  • key color value is 57.25%

CMYK: (0,43,16,57)
C0M43Y16K57 (0%, 43%, 16%, 57%)
(0.00 / 0.43 / 0.16 / 0.57)

CMYK percentages

%0
%43.12
%15.6
%57.25

Codes

Color #6D3E5C in popluar color models

6D 3E 5C
RGB 109 62 92
HSL 322° 27.49% 33.53%
HSB/HSV 322° 43.12% 42.75%
CMYK 0.00% 43.12% 15.60%
57.25%

Color #6D3E5C in popluar number systems.

HEX 6D 3E 5C
Decimal 109 62 92
Binary 1101101 111110 1011100
Octal 155 76 134

Shades and tints

Shades of #6D3E5C

#6D3E5C
(109,62,92)
#643954
(100,57,84)
#5B344C
(91,52,76)
#522F44
(82,47,68)
#492A3C
(73,42,60)
#402534
(64,37,52)
#37202C
(55,32,44)
#2E1B24
(46,27,36)
#25161C
(37,22,28)
#1C1114
(28,17,20)
#130C0C
(19,12,12)
#000000
(0,0,0)

Tints of #6D3E5C

#6D3E5C
(109,62,92)
#7A4F6A
(122,79,106)
#876078
(135,96,120)
#947186
(148,113,134)
#A18294
(161,130,148)
#AE93A2
(174,147,162)
#BBA4B0
(187,164,176)
#C8B5BE
(200,181,190)
#D5C6CC
(213,198,204)
#E2D7DA
(226,215,218)
#EFE8E8
(239,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3E5C color. Also use rgb(109,62,92) instead hex code.

Text Font Color

.myTextColor { color: #6D3E5C; }

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

This text font color is #6D3E5C.

Background Color

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

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

This div background color is #6D3E5C.

Border color

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

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

This div border color is #6D3E5C.

Opacity

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

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

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

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

This text has shadow with #6D3E5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D3E5C.

Preview

Color preview on black background

This text has color #6D3E5C on black background.


Color preview on white background

This text has color #6D3E5C on white background.


Black color preview on #6D3E5C background

This text has black color on #6D3E5C background.


White color preview on #6D3E5C background

This text has white color on #6D3E5C background.


Related colors

Complementary color

Complementary color for #hex is #92C1A3.


I love getcolorcode.com

Triadic colors

1 #5C6D3E and #3E5C6D with #6D3E5C are triadic colors.

2 #5C3E6D and #3E6D5C with #6D3E5C are triadic colors.