COLOR #6D4C66

HEX: #6D4C66
RGB: (109,76,102)

Color info

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

RGB color model

#6D4C66 color RGB value is (109,76,102).

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

RGB channels and saturation

R 109 of 255 = 43%
G 76 of 255 = 30%
B 102 of 255 = 40%

109
76
102

R + G + B ~ 38%. #6D4C66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 76 + 102 = 287 (100%)
R 109 of 287 ~ 37.98%
G 76 of 287 ~ 26.48%
B 102 of 287 ~ 35.54%

%37.98
%26.48
%35.54

CMYK color model

#6D4C66 color CMYK value is (0,30,6,57).

  • cyan value is 0.00%
  • magenta value is 30.28%
  • yellow value is 6.42%
  • key color value is 57.25%
CMYK:
(0,30,6,57)
C0M30Y6K57 
(0%,30%,6%,57%)
(0.00/0.30/0.06/0.57)	

CMYK percentages

%0
%30.28
%6.42
%57.25

Codes

Color #6D4C66 in popluar color models

6D4C66
RGB10976102
HSL313°17.84%36.27%
HSB/HSV313°30.28%42.75%
CMYK0.00%30.28%6.42%
57.25%

Color #6D4C66 in popluar number systems.

HEX6D4C66
Decimal10976102
Binary110110110011001100110
Octal155114146

Shades and tints

Shades of #6D4C66

#6D4C66
(109,76,102)
#64465D
(100,70,93)
#5B4054
(91,64,84)
#523A4B
(82,58,75)
#493442
(73,52,66)
#402E39
(64,46,57)
#372830
(55,40,48)
#2E2227
(46,34,39)
#251C1E
(37,28,30)
#1C1615
(28,22,21)
#13100C
(19,16,12)
#000000
(0,0,0)

Tints of #6D4C66

#6D4C66
(109,76,102)
#7A5C73
(122,92,115)
#876C80
(135,108,128)
#947C8D
(148,124,141)
#A18C9A
(161,140,154)
#AE9CA7
(174,156,167)
#BBACB4
(187,172,180)
#C8BCC1
(200,188,193)
#D5CCCE
(213,204,206)
#E2DCDB
(226,220,219)
#EFECE8
(239,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D4C66; }

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

This text font color is #6D4C66.


Background Color

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

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

This div background color is #6D4C66.


Border color

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

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

This div border color is #6D4C66.


Opacity

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

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

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

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

This text has shadow with #6D4C66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4C66 on black background.


Color preview on white background

This text has color #6D4C66 on white background.



Black color preview on #6D4C66 background

This text has black color on #6D4C66 background.


White color preview on #6D4C66 background

This text has white color on #6D4C66 background.