COLOR #6D325C

HEX: #6D325C RGB: (109,50,92)

Color info

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

RGB color model

#6D325C color RGB value is (109,50,92).

RGB: (109,50,92) (43%, 20%, 36%)

RGB channels and saturation

R 109 of 255 = 43%
G 50 of 255 = 20%
B 92 of 255 = 36%

109
50
92

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

Portions of RGB colors in percentages

R + G + B = 109 + 50 + 92 = 251 (100%)
R 109 of 251 ~ 43.43%
G 50 of 251 ~ 19.92%
B 92 of 251 ~ 36.65'%

%43.43
%19.92
%36.65

CMYK color model

#6D325C color CMYK value is (0,54,16,57).

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

CMYK: (0,54,16,57)
C0M54Y16K57 (0%, 54%, 16%, 57%)
(0.00 / 0.54 / 0.16 / 0.57)

CMYK percentages

%0
%54.13
%15.6
%57.25

Codes

Color #6D325C in popluar color models

6D 32 5C
RGB 109 50 92
HSL 317° 37.11% 31.18%
HSB/HSV 317° 54.13% 42.75%
CMYK 0.00% 54.13% 15.60%
57.25%

Color #6D325C in popluar number systems.

HEX 6D 32 5C
Decimal 109 50 92
Binary 1101101 110010 1011100
Octal 155 62 134

Shades and tints

Shades of #6D325C

#6D325C
(109,50,92)
#642E54
(100,46,84)
#5B2A4C
(91,42,76)
#522644
(82,38,68)
#49223C
(73,34,60)
#401E34
(64,30,52)
#371A2C
(55,26,44)
#2E1624
(46,22,36)
#25121C
(37,18,28)
#1C0E14
(28,14,20)
#130A0C
(19,10,12)
#000000
(0,0,0)

Tints of #6D325C

#6D325C
(109,50,92)
#7A446A
(122,68,106)
#875678
(135,86,120)
#946886
(148,104,134)
#A17A94
(161,122,148)
#AE8CA2
(174,140,162)
#BB9EB0
(187,158,176)
#C8B0BE
(200,176,190)
#D5C2CC
(213,194,204)
#E2D4DA
(226,212,218)
#EFE6E8
(239,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D325C; }

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

This text font color is #6D325C.

Background Color

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

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

This div background color is #6D325C.

Border color

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

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

This div border color is #6D325C.

Opacity

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

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

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

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

This text has shadow with #6D325C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D325C.

Preview

Color preview on black background

This text has color #6D325C on black background.


Color preview on white background

This text has color #6D325C on white background.


Black color preview on #6D325C background

This text has black color on #6D325C background.


White color preview on #6D325C background

This text has white color on #6D325C background.


Related colors

Complementary color

Complementary color for #hex is #92CDA3.


I love getcolorcode.com

Triadic colors

1 #5C6D32 and #325C6D with #6D325C are triadic colors.

2 #5C326D and #326D5C with #6D325C are triadic colors.