COLOR #6D335E

HEX: #6D335E RGB: (109,51,94)

Color info

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

RGB color model

#6D335E color RGB value is (109,51,94).

RGB: (109,51,94) (43%, 20%, 37%)

RGB channels and saturation

R 109 of 255 = 43%
G 51 of 255 = 20%
B 94 of 255 = 37%

109
51
94

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

Portions of RGB colors in percentages

R + G + B = 109 + 51 + 94 = 254 (100%)
R 109 of 254 ~ 42.91%
G 51 of 254 ~ 20.08%
B 94 of 254 ~ 37.01'%

%42.91
%20.08
%37.01

CMYK color model

#6D335E color CMYK value is (0,53,14,57).

  • cyan value is 0.00%
  • magenta value is 53.21%
  • yellow value is 13.76%
  • key color value is 57.25%

CMYK: (0,53,14,57)
C0M53Y14K57 (0%, 53%, 14%, 57%)
(0.00 / 0.53 / 0.14 / 0.57)

CMYK percentages

%0
%53.21
%13.76
%57.25

Codes

Color #6D335E in popluar color models

6D 33 5E
RGB 109 51 94
HSL 316° 36.25% 31.37%
HSB/HSV 316° 53.21% 42.75%
CMYK 0.00% 53.21% 13.76%
57.25%

Color #6D335E in popluar number systems.

HEX 6D 33 5E
Decimal 109 51 94
Binary 1101101 110011 1011110
Octal 155 63 136

Shades and tints

Shades of #6D335E

#6D335E
(109,51,94)
#642F56
(100,47,86)
#5B2B4E
(91,43,78)
#522746
(82,39,70)
#49233E
(73,35,62)
#401F36
(64,31,54)
#371B2E
(55,27,46)
#2E1726
(46,23,38)
#25131E
(37,19,30)
#1C0F16
(28,15,22)
#130B0E
(19,11,14)
#000000
(0,0,0)

Tints of #6D335E

#6D335E
(109,51,94)
#7A456C
(122,69,108)
#87577A
(135,87,122)
#946988
(148,105,136)
#A17B96
(161,123,150)
#AE8DA4
(174,141,164)
#BB9FB2
(187,159,178)
#C8B1C0
(200,177,192)
#D5C3CE
(213,195,206)
#E2D5DC
(226,213,220)
#EFE7EA
(239,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D335E color. Also use rgb(109,51,94) instead hex code.

Text Font Color

.myTextColor { color: #6D335E; }

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

This text font color is #6D335E.

Background Color

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

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

This div background color is #6D335E.

Border color

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

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

This div border color is #6D335E.

Opacity

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

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

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

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

This text has shadow with #6D335E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D335E.

Preview

Color preview on black background

This text has color #6D335E on black background.


Color preview on white background

This text has color #6D335E on white background.


Black color preview on #6D335E background

This text has black color on #6D335E background.


White color preview on #6D335E background

This text has white color on #6D335E background.


Related colors

Complementary color

Complementary color for #hex is #92CCA1.


I love getcolorcode.com

Triadic colors

1 #5E6D33 and #335E6D with #6D335E are triadic colors.

2 #5E336D and #336D5E with #6D335E are triadic colors.