COLOR #6D3C6C

HEX: #6D3C6C
RGB: (109,60,108)

Color info

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

RGB color model

#6D3C6C color RGB value is (109,60,108).

  • red value is 109;
  • green value is 60;
  • blue value is 108.
RGB:
(109,60,108)
(43%,24%,42%)

RGB channels and saturation

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

109
60
108

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

Portions of RGB colors in percentages

R + G + B =
109 + 60 + 108 = 277 (100%)
R 109 of 277 ~ 39.35%
G 60 of 277 ~ 21.66%
B 108 of 277 ~ 38.99%

%39.35
%21.66
%38.99

CMYK color model

#6D3C6C color CMYK value is (0,45,1,57).

  • cyan value is 0.00%
  • magenta value is 44.95%
  • yellow value is 0.92%
  • key color value is 57.25%
CMYK:
(0,45,1,57)
C0M45Y1K57 
(0%,45%,1%,57%)
(0.00/0.45/0.01/0.57)	

CMYK percentages

%0
%44.95
%0.92
%57.25

Codes

Color #6D3C6C in popluar color models

6D3C6C
RGB10960108
HSL301°28.99%33.14%
HSB/HSV301°44.95%42.75%
CMYK0.00%44.95%0.92%
57.25%

Color #6D3C6C in popluar number systems.

HEX6D3C6C
Decimal10960108
Binary11011011111001101100
Octal15574154

Shades and tints

Shades of #6D3C6C

#6D3C6C
(109,60,108)
#643763
(100,55,99)
#5B325A
(91,50,90)
#522D51
(82,45,81)
#492848
(73,40,72)
#40233F
(64,35,63)
#371E36
(55,30,54)
#2E192D
(46,25,45)
#251424
(37,20,36)
#1C0F1B
(28,15,27)
#130A12
(19,10,18)
#000000
(0,0,0)

Tints of #6D3C6C

#6D3C6C
(109,60,108)
#7A4D79
(122,77,121)
#875E86
(135,94,134)
#946F93
(148,111,147)
#A180A0
(161,128,160)
#AE91AD
(174,145,173)
#BBA2BA
(187,162,186)
#C8B3C7
(200,179,199)
#D5C4D4
(213,196,212)
#E2D5E1
(226,213,225)
#EFE6EE
(239,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D3C6C; }

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

This text font color is #6D3C6C.


Background Color

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

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

This div background color is #6D3C6C.


Border color

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

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

This div border color is #6D3C6C.


Opacity

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

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

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

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

This text has shadow with #6D3C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3C6C on black background.


Color preview on white background

This text has color #6D3C6C on white background.



Black color preview on #6D3C6C background

This text has black color on #6D3C6C background.


White color preview on #6D3C6C background

This text has white color on #6D3C6C background.