COLOR #6C4C78

HEX: #6C4C78
RGB: (108,76,120)

Color info

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

RGB color model

#6C4C78 color RGB value is (108,76,120).

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

RGB channels and saturation

R 108 of 255 = 42%
G 76 of 255 = 30%
B 120 of 255 = 47%

108
76
120

R + G + B ~ 40%. #6C4C78 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
108 + 76 + 120 = 304 (100%)
R 108 of 304 ~ 35.53%
G 76 of 304 ~ 25%
B 120 of 304 ~ 39.47%

%35.53
%25
%39.47

CMYK color model

#6C4C78 color CMYK value is (10,37,0,53).

  • cyan value is 10.00%
  • magenta value is 36.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(10,37,0,53)
C10M37Y0K53 
(10%,37%,0%,53%)
(0.10/0.37/0.00/0.53)	

CMYK percentages

%10
%36.67
%0
%52.94

Codes

Color #6C4C78 in popluar color models

6C4C78
RGB10876120
HSL284°22.45%38.43%
HSB/HSV284°36.67%47.06%
CMYK10.00%36.67%0.00%
52.94%

Color #6C4C78 in popluar number systems.

HEX6C4C78
Decimal10876120
Binary110110010011001111000
Octal154114170

Shades and tints

Shades of #6C4C78

#6C4C78
(108,76,120)
#63466E
(99,70,110)
#5A4064
(90,64,100)
#513A5A
(81,58,90)
#483450
(72,52,80)
#3F2E46
(63,46,70)
#36283C
(54,40,60)
#2D2232
(45,34,50)
#241C28
(36,28,40)
#1B161E
(27,22,30)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #6C4C78

#6C4C78
(108,76,120)
#795C84
(121,92,132)
#866C90
(134,108,144)
#937C9C
(147,124,156)
#A08CA8
(160,140,168)
#AD9CB4
(173,156,180)
#BAACC0
(186,172,192)
#C7BCCC
(199,188,204)
#D4CCD8
(212,204,216)
#E1DCE4
(225,220,228)
#EEECF0
(238,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C4C78; }

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

This text font color is #6C4C78.


Background Color

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

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

This div background color is #6C4C78.


Border color

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

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

This div border color is #6C4C78.


Opacity

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

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

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

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

This text has shadow with #6C4C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4C78 on black background.


Color preview on white background

This text has color #6C4C78 on white background.



Black color preview on #6C4C78 background

This text has black color on #6C4C78 background.


White color preview on #6C4C78 background

This text has white color on #6C4C78 background.