COLOR #6D3C66

HEX: #6D3C66
RGB: (109,60,102)

Color info

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

RGB color model

#6D3C66 color RGB value is (109,60,102).

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

RGB channels and saturation

R 109 of 255 = 43%
G 60 of 255 = 24%
B 102 of 255 = 40%

109
60
102

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

Portions of RGB colors in percentages

R + G + B =
109 + 60 + 102 = 271 (100%)
R 109 of 271 ~ 40.22%
G 60 of 271 ~ 22.14%
B 102 of 271 ~ 37.64%

%40.22
%22.14
%37.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 44.95%
  • yellow value is 6.42%
  • key color value is 57.25%
CMYK:
(0,45,6,57)
C0M45Y6K57 
(0%,45%,6%,57%)
(0.00/0.45/0.06/0.57)	

CMYK percentages

%0
%44.95
%6.42
%57.25

Codes

Color #6D3C66 in popluar color models

6D3C66
RGB10960102
HSL309°28.99%33.14%
HSB/HSV309°44.95%42.75%
CMYK0.00%44.95%6.42%
57.25%

Color #6D3C66 in popluar number systems.

HEX6D3C66
Decimal10960102
Binary11011011111001100110
Octal15574146

Shades and tints

Shades of #6D3C66

#6D3C66
(109,60,102)
#64375D
(100,55,93)
#5B3254
(91,50,84)
#522D4B
(82,45,75)
#492842
(73,40,66)
#402339
(64,35,57)
#371E30
(55,30,48)
#2E1927
(46,25,39)
#25141E
(37,20,30)
#1C0F15
(28,15,21)
#130A0C
(19,10,12)
#000000
(0,0,0)

Tints of #6D3C66

#6D3C66
(109,60,102)
#7A4D73
(122,77,115)
#875E80
(135,94,128)
#946F8D
(148,111,141)
#A1809A
(161,128,154)
#AE91A7
(174,145,167)
#BBA2B4
(187,162,180)
#C8B3C1
(200,179,193)
#D5C4CE
(213,196,206)
#E2D5DB
(226,213,219)
#EFE6E8
(239,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D3C66; }

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

This text font color is #6D3C66.


Background Color

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

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

This div background color is #6D3C66.


Border color

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

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

This div border color is #6D3C66.


Opacity

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

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

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

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

This text has shadow with #6D3C66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3C66 on black background.


Color preview on white background

This text has color #6D3C66 on white background.



Black color preview on #6D3C66 background

This text has black color on #6D3C66 background.


White color preview on #6D3C66 background

This text has white color on #6D3C66 background.