COLOR #6F4776

HEX: #6F4776
RGB: (111,71,118)

Color info

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

RGB color model

#6F4776 color RGB value is (111,71,118).

  • red value is 111;
  • green value is 71;
  • blue value is 118.
RGB:
(111,71,118)
(44%,28%,46%)

RGB channels and saturation

R 111 of 255 = 44%
G 71 of 255 = 28%
B 118 of 255 = 46%

111
71
118

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

Portions of RGB colors in percentages

R + G + B =
111 + 71 + 118 = 300 (100%)
R 111 of 300 ~ 37%
G 71 of 300 ~ 23.67%
B 118 of 300 ~ 39.33%

%37
%23.67
%39.33

CMYK color model

#6F4776 color CMYK value is (6,40,0,54).

  • cyan value is 5.93%
  • magenta value is 39.83%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(6,40,0,54)
C6M40Y0K54 
(6%,40%,0%,54%)
(0.06/0.40/0.00/0.54)	

CMYK percentages

%5.93
%39.83
%0
%53.73

Codes

Color #6F4776 in popluar color models

6F4776
RGB11171118
HSL291°24.87%37.06%
HSB/HSV291°39.83%46.27%
CMYK5.93%39.83%0.00%
53.73%

Color #6F4776 in popluar number systems.

HEX6F4776
Decimal11171118
Binary110111110001111110110
Octal157107166

Shades and tints

Shades of #6F4776

#6F4776
(111,71,118)
#65416C
(101,65,108)
#5B3B62
(91,59,98)
#513558
(81,53,88)
#472F4E
(71,47,78)
#3D2944
(61,41,68)
#33233A
(51,35,58)
#291D30
(41,29,48)
#1F1726
(31,23,38)
#15111C
(21,17,28)
#0B0B12
(11,11,18)
#000000
(0,0,0)

Tints of #6F4776

#6F4776
(111,71,118)
#7C5782
(124,87,130)
#89678E
(137,103,142)
#96779A
(150,119,154)
#A387A6
(163,135,166)
#B097B2
(176,151,178)
#BDA7BE
(189,167,190)
#CAB7CA
(202,183,202)
#D7C7D6
(215,199,214)
#E4D7E2
(228,215,226)
#F1E7EE
(241,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F4776 color. Also use rgb(111,71,118) instead hex code.

Text Font Color

.myTextColor { color: #6F4776; }

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

This text font color is #6F4776.


Background Color

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

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

This div background color is #6F4776.


Border color

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

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

This div border color is #6F4776.


Opacity

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

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

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

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

This text has shadow with #6F4776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4776 on black background.


Color preview on white background

This text has color #6F4776 on white background.



Black color preview on #6F4776 background

This text has black color on #6F4776 background.


White color preview on #6F4776 background

This text has white color on #6F4776 background.