COLOR #6C4576

HEX: #6C4576
RGB: (108,69,118)

Color info

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

RGB color model

#6C4576 color RGB value is (108,69,118).

  • red value is 108;
  • green value is 69;
  • blue value is 118.
RGB:
(108,69,118)
(42%,27%,46%)

RGB channels and saturation

R 108 of 255 = 42%
G 69 of 255 = 27%
B 118 of 255 = 46%

108
69
118

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

Portions of RGB colors in percentages

R + G + B =
108 + 69 + 118 = 295 (100%)
R 108 of 295 ~ 36.61%
G 69 of 295 ~ 23.39%
B 118 of 295 ~ 40%

%36.61
%23.39
%40

CMYK color model

#6C4576 color CMYK value is (8,42,0,54).

  • cyan value is 8.47%
  • magenta value is 41.53%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(8,42,0,54)
C8M42Y0K54 
(8%,42%,0%,54%)
(0.08/0.42/0.00/0.54)	

CMYK percentages

%8.47
%41.53
%0
%53.73

Codes

Color #6C4576 in popluar color models

6C4576
RGB10869118
HSL288°26.20%36.67%
HSB/HSV288°41.53%46.27%
CMYK8.47%41.53%0.00%
53.73%

Color #6C4576 in popluar number systems.

HEX6C4576
Decimal10869118
Binary110110010001011110110
Octal154105166

Shades and tints

Shades of #6C4576

#6C4576
(108,69,118)
#633F6C
(99,63,108)
#5A3962
(90,57,98)
#513358
(81,51,88)
#482D4E
(72,45,78)
#3F2744
(63,39,68)
#36213A
(54,33,58)
#2D1B30
(45,27,48)
#241526
(36,21,38)
#1B0F1C
(27,15,28)
#120912
(18,9,18)
#000000
(0,0,0)

Tints of #6C4576

#6C4576
(108,69,118)
#795582
(121,85,130)
#86658E
(134,101,142)
#93759A
(147,117,154)
#A085A6
(160,133,166)
#AD95B2
(173,149,178)
#BAA5BE
(186,165,190)
#C7B5CA
(199,181,202)
#D4C5D6
(212,197,214)
#E1D5E2
(225,213,226)
#EEE5EE
(238,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4576 color. Also use rgb(108,69,118) instead hex code.

Text Font Color

.myTextColor { color: #6C4576; }

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

This text font color is #6C4576.


Background Color

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

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

This div background color is #6C4576.


Border color

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

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

This div border color is #6C4576.


Opacity

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

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

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

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

This text has shadow with #6C4576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4576 on black background.


Color preview on white background

This text has color #6C4576 on white background.



Black color preview on #6C4576 background

This text has black color on #6C4576 background.


White color preview on #6C4576 background

This text has white color on #6C4576 background.