COLOR #6F4D78

HEX: #6F4D78
RGB: (111,77,120)

Color info

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

RGB color model

#6F4D78 color RGB value is (111,77,120).

  • red value is 111;
  • green value is 77;
  • blue value is 120.
RGB:
(111,77,120)
(44%,30%,47%)

RGB channels and saturation

R 111 of 255 = 44%
G 77 of 255 = 30%
B 120 of 255 = 47%

111
77
120

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

Portions of RGB colors in percentages

R + G + B =
111 + 77 + 120 = 308 (100%)
R 111 of 308 ~ 36.04%
G 77 of 308 ~ 25%
B 120 of 308 ~ 38.96%

%36.04
%25
%38.96

CMYK color model

#6F4D78 color CMYK value is (8,36,0,53).

  • cyan value is 7.50%
  • magenta value is 35.83%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(8,36,0,53)
C8M36Y0K53 
(8%,36%,0%,53%)
(0.08/0.36/0.00/0.53)	

CMYK percentages

%7.5
%35.83
%0
%52.94

Codes

Color #6F4D78 in popluar color models

6F4D78
RGB11177120
HSL287°21.83%38.63%
HSB/HSV287°35.83%47.06%
CMYK7.50%35.83%0.00%
52.94%

Color #6F4D78 in popluar number systems.

HEX6F4D78
Decimal11177120
Binary110111110011011111000
Octal157115170

Shades and tints

Shades of #6F4D78

#6F4D78
(111,77,120)
#65466E
(101,70,110)
#5B3F64
(91,63,100)
#51385A
(81,56,90)
#473150
(71,49,80)
#3D2A46
(61,42,70)
#33233C
(51,35,60)
#291C32
(41,28,50)
#1F1528
(31,21,40)
#150E1E
(21,14,30)
#0B0714
(11,7,20)
#000000
(0,0,0)

Tints of #6F4D78

#6F4D78
(111,77,120)
#7C5D84
(124,93,132)
#896D90
(137,109,144)
#967D9C
(150,125,156)
#A38DA8
(163,141,168)
#B09DB4
(176,157,180)
#BDADC0
(189,173,192)
#CABDCC
(202,189,204)
#D7CDD8
(215,205,216)
#E4DDE4
(228,221,228)
#F1EDF0
(241,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F4D78 color. Also use rgb(111,77,120) instead hex code.

Text Font Color

.myTextColor { color: #6F4D78; }

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

This text font color is #6F4D78.


Background Color

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

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

This div background color is #6F4D78.


Border color

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

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

This div border color is #6F4D78.


Opacity

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

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

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

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

This text has shadow with #6F4D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4D78 on black background.


Color preview on white background

This text has color #6F4D78 on white background.



Black color preview on #6F4D78 background

This text has black color on #6F4D78 background.


White color preview on #6F4D78 background

This text has white color on #6F4D78 background.