COLOR #6C4878

HEX: #6C4878
RGB: (108,72,120)

Color info

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

RGB color model

#6C4878 color RGB value is (108,72,120).

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

RGB channels and saturation

R 108 of 255 = 42%
G 72 of 255 = 28%
B 120 of 255 = 47%

108
72
120

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

Portions of RGB colors in percentages

R + G + B =
108 + 72 + 120 = 300 (100%)
R 108 of 300 ~ 36%
G 72 of 300 ~ 24%
B 120 of 300 ~ 40%

%36
%24
%40

CMYK color model

#6C4878 color CMYK value is (10,40,0,53).

  • cyan value is 10.00%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(10,40,0,53)
C10M40Y0K53 
(10%,40%,0%,53%)
(0.10/0.40/0.00/0.53)	

CMYK percentages

%10
%40
%0
%52.94

Codes

Color #6C4878 in popluar color models

6C4878
RGB10872120
HSL285°25.00%37.65%
HSB/HSV285°40.00%47.06%
CMYK10.00%40.00%0.00%
52.94%

Color #6C4878 in popluar number systems.

HEX6C4878
Decimal10872120
Binary110110010010001111000
Octal154110170

Shades and tints

Shades of #6C4878

#6C4878
(108,72,120)
#63426E
(99,66,110)
#5A3C64
(90,60,100)
#51365A
(81,54,90)
#483050
(72,48,80)
#3F2A46
(63,42,70)
#36243C
(54,36,60)
#2D1E32
(45,30,50)
#241828
(36,24,40)
#1B121E
(27,18,30)
#120C14
(18,12,20)
#000000
(0,0,0)

Tints of #6C4878

#6C4878
(108,72,120)
#795884
(121,88,132)
#866890
(134,104,144)
#93789C
(147,120,156)
#A088A8
(160,136,168)
#AD98B4
(173,152,180)
#BAA8C0
(186,168,192)
#C7B8CC
(199,184,204)
#D4C8D8
(212,200,216)
#E1D8E4
(225,216,228)
#EEE8F0
(238,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C4878; }

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

This text font color is #6C4878.


Background Color

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

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

This div background color is #6C4878.


Border color

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

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

This div border color is #6C4878.


Opacity

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

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

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

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

This text has shadow with #6C4878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4878 on black background.


Color preview on white background

This text has color #6C4878 on white background.



Black color preview on #6C4878 background

This text has black color on #6C4878 background.


White color preview on #6C4878 background

This text has white color on #6C4878 background.