COLOR #6D3C6A

HEX: #6D3C6A RGB: (109,60,106)

Color info

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

RGB color model

#6D3C6A color RGB value is (109,60,106).

RGB: (109,60,106) (43%, 24%, 42%)

RGB channels and saturation

R 109 of 255 = 43%
G 60 of 255 = 24%
B 106 of 255 = 42%

109
60
106

R + G + B ~ 36%. #6D3C6A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 60 + 106 = 275 (100%)
R 109 of 275 ~ 39.64%
G 60 of 275 ~ 21.82%
B 106 of 275 ~ 38.55'%

%39.64
%21.82
%38.55

CMYK color model

#6D3C6A color CMYK value is (0,45,3,57).

  • cyan value is 0.00%
  • magenta value is 44.95%
  • yellow value is 2.75%
  • key color value is 57.25%
CMYK: (0,45,3,57) C0M45Y3K57 (0%,45%,3%,57%) (0.00/0.45/0.03/0.57) 

CMYK percentages

%0
%44.95
%2.75
%57.25

Codes

Color #6D3C6A in popluar color models

6D 3C 6A
RGB 109 60 106
HSL 304° 28.99% 33.14%
HSB/HSV 304° 44.95% 42.75%
CMYK 0.00% 44.95% 2.75%
57.25%

Color #6D3C6A in popluar number systems.

HEX 6D 3C 6A
Decimal 109 60 106
Binary 1101101 111100 1101010
Octal 155 74 152

Shades and tints

Shades of #6D3C6A

#6D3C6A
(109,60,106)
#643761
(100,55,97)
#5B3258
(91,50,88)
#522D4F
(82,45,79)
#492846
(73,40,70)
#40233D
(64,35,61)
#371E34
(55,30,52)
#2E192B
(46,25,43)
#251422
(37,20,34)
#1C0F19
(28,15,25)
#130A10
(19,10,16)
#000000
(0,0,0)

Tints of #6D3C6A

#6D3C6A
(109,60,106)
#7A4D77
(122,77,119)
#875E84
(135,94,132)
#946F91
(148,111,145)
#A1809E
(161,128,158)
#AE91AB
(174,145,171)
#BBA2B8
(187,162,184)
#C8B3C5
(200,179,197)
#D5C4D2
(213,196,210)
#E2D5DF
(226,213,223)
#EFE6EC
(239,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3C6A color. Also use rgb(109,60,106) instead hex code.

Text Font Color

.myTextColor { color: #6D3C6A; }

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

This text font color is #6D3C6A.

Background Color

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

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

This div background color is #6D3C6A.

Border color

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

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

This div border color is #6D3C6A.

Opacity

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

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

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

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

This text has shadow with #6D3C6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D3C6A.

Preview

Color preview on black background

This text has color #6D3C6A on black background.


Color preview on white background

This text has color #6D3C6A on white background.


Black color preview on #6D3C6A background

This text has black color on #6D3C6A background.


White color preview on #6D3C6A background

This text has white color on #6D3C6A background.


Related colors

Complementary color

Complementary color for #hex is #92C395.


I love getcolorcode.com

Triadic colors

1 #6A6D3C and #3C6A6D with #6D3C6A are triadic colors.

2 #6A3C6D and #3C6D6A with #6D3C6A are triadic colors.