COLOR #6F3776

HEX: #6F3776
RGB: (111,55,118)

Color info

#6F3776 contains mainly red and blue colors. Web safe color of #6F3776 is #663366 (or #636).

RGB color model

#6F3776 color RGB value is (111,55,118).

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

RGB channels and saturation

R 111 of 255 = 44%
G 55 of 255 = 22%
B 118 of 255 = 46%

111
55
118

R + G + B ~ 37%. #6F3776 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 55 + 118 = 284 (100%)
R 111 of 284 ~ 39.08%
G 55 of 284 ~ 19.37%
B 118 of 284 ~ 41.55%

%39.08
%19.37
%41.55

CMYK color model

#6F3776 color CMYK value is (6,53,0,54).

  • cyan value is 5.93%
  • magenta value is 53.39%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(6,53,0,54)
C6M53Y0K54 
(6%,53%,0%,54%)
(0.06/0.53/0.00/0.54)	

CMYK percentages

%5.93
%53.39
%0
%53.73

Codes

Color #6F3776 in popluar color models

6F3776
RGB11155118
HSL293°36.42%33.92%
HSB/HSV293°53.39%46.27%
CMYK5.93%53.39%0.00%
53.73%

Color #6F3776 in popluar number systems.

HEX6F3776
Decimal11155118
Binary11011111101111110110
Octal15767166

Shades and tints

Shades of #6F3776

#6F3776
(111,55,118)
#65326C
(101,50,108)
#5B2D62
(91,45,98)
#512858
(81,40,88)
#47234E
(71,35,78)
#3D1E44
(61,30,68)
#33193A
(51,25,58)
#291430
(41,20,48)
#1F0F26
(31,15,38)
#150A1C
(21,10,28)
#0B0512
(11,5,18)
#000000
(0,0,0)

Tints of #6F3776

#6F3776
(111,55,118)
#7C4982
(124,73,130)
#895B8E
(137,91,142)
#966D9A
(150,109,154)
#A37FA6
(163,127,166)
#B091B2
(176,145,178)
#BDA3BE
(189,163,190)
#CAB5CA
(202,181,202)
#D7C7D6
(215,199,214)
#E4D9E2
(228,217,226)
#F1EBEE
(241,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F3776; }

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

This text font color is #6F3776.


Background Color

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

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

This div background color is #6F3776.


Border color

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

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

This div border color is #6F3776.


Opacity

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

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

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

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

This text has shadow with #6F3776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3776 on black background.


Color preview on white background

This text has color #6F3776 on white background.



Black color preview on #6F3776 background

This text has black color on #6F3776 background.


White color preview on #6F3776 background

This text has white color on #6F3776 background.