COLOR #6D4666

HEX: #6D4666
RGB: (109,70,102)

Color info

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

RGB color model

#6D4666 color RGB value is (109,70,102).

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

RGB channels and saturation

R 109 of 255 = 43%
G 70 of 255 = 27%
B 102 of 255 = 40%

109
70
102

R + G + B ~ 37%. #6D4666 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 70 + 102 = 281 (100%)
R 109 of 281 ~ 38.79%
G 70 of 281 ~ 24.91%
B 102 of 281 ~ 36.3%

%38.79
%24.91
%36.3

CMYK color model

#6D4666 color CMYK value is (0,36,6,57).

  • cyan value is 0.00%
  • magenta value is 35.78%
  • yellow value is 6.42%
  • key color value is 57.25%
CMYK:
(0,36,6,57)
C0M36Y6K57 
(0%,36%,6%,57%)
(0.00/0.36/0.06/0.57)	

CMYK percentages

%0
%35.78
%6.42
%57.25

Codes

Color #6D4666 in popluar color models

6D4666
RGB10970102
HSL311°21.79%35.10%
HSB/HSV311°35.78%42.75%
CMYK0.00%35.78%6.42%
57.25%

Color #6D4666 in popluar number systems.

HEX6D4666
Decimal10970102
Binary110110110001101100110
Octal155106146

Shades and tints

Shades of #6D4666

#6D4666
(109,70,102)
#64405D
(100,64,93)
#5B3A54
(91,58,84)
#52344B
(82,52,75)
#492E42
(73,46,66)
#402839
(64,40,57)
#372230
(55,34,48)
#2E1C27
(46,28,39)
#25161E
(37,22,30)
#1C1015
(28,16,21)
#130A0C
(19,10,12)
#000000
(0,0,0)

Tints of #6D4666

#6D4666
(109,70,102)
#7A5673
(122,86,115)
#876680
(135,102,128)
#94768D
(148,118,141)
#A1869A
(161,134,154)
#AE96A7
(174,150,167)
#BBA6B4
(187,166,180)
#C8B6C1
(200,182,193)
#D5C6CE
(213,198,206)
#E2D6DB
(226,214,219)
#EFE6E8
(239,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D4666; }

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

This text font color is #6D4666.


Background Color

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

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

This div background color is #6D4666.


Border color

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

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

This div border color is #6D4666.


Opacity

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

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

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

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

This text has shadow with #6D4666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4666 on black background.


Color preview on white background

This text has color #6D4666 on white background.



Black color preview on #6D4666 background

This text has black color on #6D4666 background.


White color preview on #6D4666 background

This text has white color on #6D4666 background.