COLOR #6C4659

HEX: #6C4659
RGB: (108,70,89)

Color info

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

RGB color model

#6C4659 color RGB value is (108,70,89).

  • red value is 108;
  • green value is 70;
  • blue value is 89.
RGB:
(108,70,89)
(42%,27%,35%)

RGB channels and saturation

R 108 of 255 = 42%
G 70 of 255 = 27%
B 89 of 255 = 35%

108
70
89

R + G + B ~ 35%. #6C4659 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 70 + 89 = 267 (100%)
R 108 of 267 ~ 40.45%
G 70 of 267 ~ 26.22%
B 89 of 267 ~ 33.33%

%40.45
%26.22
%33.33

CMYK color model

#6C4659 color CMYK value is (0,35,18,58).

  • cyan value is 0.00%
  • magenta value is 35.19%
  • yellow value is 17.59%
  • key color value is 57.65%
CMYK:
(0,35,18,58)
C0M35Y18K58 
(0%,35%,18%,58%)
(0.00/0.35/0.18/0.58)	

CMYK percentages

%0
%35.19
%17.59
%57.65

Codes

Color #6C4659 in popluar color models

6C4659
RGB1087089
HSL330°21.35%34.90%
HSB/HSV330°35.19%42.35%
CMYK0.00%35.19%17.59%
57.65%

Color #6C4659 in popluar number systems.

HEX6C4659
Decimal1087089
Binary110110010001101011001
Octal154106131

Shades and tints

Shades of #6C4659

#6C4659
(108,70,89)
#634051
(99,64,81)
#5A3A49
(90,58,73)
#513441
(81,52,65)
#482E39
(72,46,57)
#3F2831
(63,40,49)
#362229
(54,34,41)
#2D1C21
(45,28,33)
#241619
(36,22,25)
#1B1011
(27,16,17)
#120A09
(18,10,9)
#000000
(0,0,0)

Tints of #6C4659

#6C4659
(108,70,89)
#795668
(121,86,104)
#866677
(134,102,119)
#937686
(147,118,134)
#A08695
(160,134,149)
#AD96A4
(173,150,164)
#BAA6B3
(186,166,179)
#C7B6C2
(199,182,194)
#D4C6D1
(212,198,209)
#E1D6E0
(225,214,224)
#EEE6EF
(238,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4659 color. Also use rgb(108,70,89) instead hex code.

Text Font Color

.myTextColor { color: #6C4659; }

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

This text font color is #6C4659.


Background Color

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

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

This div background color is #6C4659.


Border color

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

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

This div border color is #6C4659.


Opacity

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

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

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

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

This text has shadow with #6C4659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4659 on black background.


Color preview on white background

This text has color #6C4659 on white background.



Black color preview on #6C4659 background

This text has black color on #6C4659 background.


White color preview on #6C4659 background

This text has white color on #6C4659 background.