COLOR #6D365C

HEX: #6D365C RGB: (109,54,92)

Color info

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

RGB color model

#6D365C color RGB value is (109,54,92).

RGB: (109,54,92) (43%, 21%, 36%)

RGB channels and saturation

R 109 of 255 = 43%
G 54 of 255 = 21%
B 92 of 255 = 36%

109
54
92

R + G + B ~ 33%. #6D365C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 54 + 92 = 255 (100%)
R 109 of 255 ~ 42.75%
G 54 of 255 ~ 21.18%
B 92 of 255 ~ 36.08'%

%42.75
%21.18
%36.08

CMYK color model

#6D365C color CMYK value is (0,50,16,57).

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

CMYK: (0,50,16,57)
C0M50Y16K57 (0%, 50%, 16%, 57%)
(0.00 / 0.50 / 0.16 / 0.57)

CMYK percentages

%0
%50.46
%15.6
%57.25

Codes

Color #6D365C in popluar color models

6D 36 5C
RGB 109 54 92
HSL 319° 33.74% 31.96%
HSB/HSV 319° 50.46% 42.75%
CMYK 0.00% 50.46% 15.60%
57.25%

Color #6D365C in popluar number systems.

HEX 6D 36 5C
Decimal 109 54 92
Binary 1101101 110110 1011100
Octal 155 66 134

Shades and tints

Shades of #6D365C

#6D365C
(109,54,92)
#643254
(100,50,84)
#5B2E4C
(91,46,76)
#522A44
(82,42,68)
#49263C
(73,38,60)
#402234
(64,34,52)
#371E2C
(55,30,44)
#2E1A24
(46,26,36)
#25161C
(37,22,28)
#1C1214
(28,18,20)
#130E0C
(19,14,12)
#000000
(0,0,0)

Tints of #6D365C

#6D365C
(109,54,92)
#7A486A
(122,72,106)
#875A78
(135,90,120)
#946C86
(148,108,134)
#A17E94
(161,126,148)
#AE90A2
(174,144,162)
#BBA2B0
(187,162,176)
#C8B4BE
(200,180,190)
#D5C6CC
(213,198,204)
#E2D8DA
(226,216,218)
#EFEAE8
(239,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D365C; }

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

This text font color is #6D365C.

Background Color

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

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

This div background color is #6D365C.

Border color

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

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

This div border color is #6D365C.

Opacity

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

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

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

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

This text has shadow with #6D365C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D365C.

Preview

Color preview on black background

This text has color #6D365C on black background.


Color preview on white background

This text has color #6D365C on white background.


Black color preview on #6D365C background

This text has black color on #6D365C background.


White color preview on #6D365C background

This text has white color on #6D365C background.


Related colors

Complementary color

Complementary color for #hex is #92C9A3.


I love getcolorcode.com

Triadic colors

1 #5C6D36 and #365C6D with #6D365C are triadic colors.

2 #5C366D and #366D5C with #6D365C are triadic colors.