COLOR #6C4578

HEX: #6C4578
RGB: (108,69,120)

Color info

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

RGB color model

#6C4578 color RGB value is (108,69,120).

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

RGB channels and saturation

R 108 of 255 = 42%
G 69 of 255 = 27%
B 120 of 255 = 47%

108
69
120

R + G + B ~ 39%. #6C4578 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 69 + 120 = 297 (100%)
R 108 of 297 ~ 36.36%
G 69 of 297 ~ 23.23%
B 120 of 297 ~ 40.4%

%36.36
%23.23
%40.4

CMYK color model

#6C4578 color CMYK value is (10,43,0,53).

  • cyan value is 10.00%
  • magenta value is 42.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(10,43,0,53)
C10M43Y0K53 
(10%,43%,0%,53%)
(0.10/0.43/0.00/0.53)	

CMYK percentages

%10
%42.5
%0
%52.94

Codes

Color #6C4578 in popluar color models

6C4578
RGB10869120
HSL286°26.98%37.06%
HSB/HSV286°42.50%47.06%
CMYK10.00%42.50%0.00%
52.94%

Color #6C4578 in popluar number systems.

HEX6C4578
Decimal10869120
Binary110110010001011111000
Octal154105170

Shades and tints

Shades of #6C4578

#6C4578
(108,69,120)
#633F6E
(99,63,110)
#5A3964
(90,57,100)
#51335A
(81,51,90)
#482D50
(72,45,80)
#3F2746
(63,39,70)
#36213C
(54,33,60)
#2D1B32
(45,27,50)
#241528
(36,21,40)
#1B0F1E
(27,15,30)
#120914
(18,9,20)
#000000
(0,0,0)

Tints of #6C4578

#6C4578
(108,69,120)
#795584
(121,85,132)
#866590
(134,101,144)
#93759C
(147,117,156)
#A085A8
(160,133,168)
#AD95B4
(173,149,180)
#BAA5C0
(186,165,192)
#C7B5CC
(199,181,204)
#D4C5D8
(212,197,216)
#E1D5E4
(225,213,228)
#EEE5F0
(238,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C4578; }

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

This text font color is #6C4578.


Background Color

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

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

This div background color is #6C4578.


Border color

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

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

This div border color is #6C4578.


Opacity

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

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

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

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

This text has shadow with #6C4578 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4578 on black background.


Color preview on white background

This text has color #6C4578 on white background.



Black color preview on #6C4578 background

This text has black color on #6C4578 background.


White color preview on #6C4578 background

This text has white color on #6C4578 background.