COLOR #6C4E66

HEX: #6C4E66
RGB: (108,78,102)

Color info

#6C4E66 contains red, green and blue colors in about the same proportion. Web safe color of #6C4E66 is #666666 (or #666).

RGB color model

#6C4E66 color RGB value is (108,78,102).

  • red value is 108;
  • green value is 78;
  • blue value is 102.
RGB:
(108,78,102)
(42%,31%,40%)

RGB channels and saturation

R 108 of 255 = 42%
G 78 of 255 = 31%
B 102 of 255 = 40%

108
78
102

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

Portions of RGB colors in percentages

R + G + B =
108 + 78 + 102 = 288 (100%)
R 108 of 288 ~ 37.5%
G 78 of 288 ~ 27.08%
B 102 of 288 ~ 35.42%

%37.5
%27.08
%35.42

CMYK color model

#6C4E66 color CMYK value is (0,28,6,58).

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 5.56%
  • key color value is 57.65%
CMYK:
(0,28,6,58)
C0M28Y6K58 
(0%,28%,6%,58%)
(0.00/0.28/0.06/0.58)	

CMYK percentages

%0
%27.78
%5.56
%57.65

Codes

Color #6C4E66 in popluar color models

6C4E66
RGB10878102
HSL312°16.13%36.47%
HSB/HSV312°27.78%42.35%
CMYK0.00%27.78%5.56%
57.65%

Color #6C4E66 in popluar number systems.

HEX6C4E66
Decimal10878102
Binary110110010011101100110
Octal154116146

Shades and tints

Shades of #6C4E66

#6C4E66
(108,78,102)
#63475D
(99,71,93)
#5A4054
(90,64,84)
#51394B
(81,57,75)
#483242
(72,50,66)
#3F2B39
(63,43,57)
#362430
(54,36,48)
#2D1D27
(45,29,39)
#24161E
(36,22,30)
#1B0F15
(27,15,21)
#12080C
(18,8,12)
#000000
(0,0,0)

Tints of #6C4E66

#6C4E66
(108,78,102)
#795E73
(121,94,115)
#866E80
(134,110,128)
#937E8D
(147,126,141)
#A08E9A
(160,142,154)
#AD9EA7
(173,158,167)
#BAAEB4
(186,174,180)
#C7BEC1
(199,190,193)
#D4CECE
(212,206,206)
#E1DEDB
(225,222,219)
#EEEEE8
(238,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4E66 color. Also use rgb(108,78,102) instead hex code.

Text Font Color

.myTextColor { color: #6C4E66; }

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

This text font color is #6C4E66.


Background Color

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

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

This div background color is #6C4E66.


Border color

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

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

This div border color is #6C4E66.


Opacity

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

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

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

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

This text has shadow with #6C4E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4E66 on black background.


Color preview on white background

This text has color #6C4E66 on white background.



Black color preview on #6C4E66 background

This text has black color on #6C4E66 background.


White color preview on #6C4E66 background

This text has white color on #6C4E66 background.