COLOR #6F3C79

HEX: #6F3C79
RGB: (111,60,121)

Color info

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

RGB color model

#6F3C79 color RGB value is (111,60,121).

  • red value is 111;
  • green value is 60;
  • blue value is 121.
RGB:
(111,60,121)
(44%,24%,47%)

RGB channels and saturation

R 111 of 255 = 44%
G 60 of 255 = 24%
B 121 of 255 = 47%

111
60
121

R + G + B ~ 38%. #6F3C79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 60 + 121 = 292 (100%)
R 111 of 292 ~ 38.01%
G 60 of 292 ~ 20.55%
B 121 of 292 ~ 41.44%

%38.01
%20.55
%41.44

CMYK color model

#6F3C79 color CMYK value is (8,50,0,53).

  • cyan value is 8.26%
  • magenta value is 50.41%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(8,50,0,53)
C8M50Y0K53 
(8%,50%,0%,53%)
(0.08/0.50/0.00/0.53)	

CMYK percentages

%8.26
%50.41
%0
%52.55

Codes

Color #6F3C79 in popluar color models

6F3C79
RGB11160121
HSL290°33.70%35.49%
HSB/HSV290°50.41%47.45%
CMYK8.26%50.41%0.00%
52.55%

Color #6F3C79 in popluar number systems.

HEX6F3C79
Decimal11160121
Binary11011111111001111001
Octal15774171

Shades and tints

Shades of #6F3C79

#6F3C79
(111,60,121)
#65376E
(101,55,110)
#5B3263
(91,50,99)
#512D58
(81,45,88)
#47284D
(71,40,77)
#3D2342
(61,35,66)
#331E37
(51,30,55)
#29192C
(41,25,44)
#1F1421
(31,20,33)
#150F16
(21,15,22)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #6F3C79

#6F3C79
(111,60,121)
#7C4D85
(124,77,133)
#895E91
(137,94,145)
#966F9D
(150,111,157)
#A380A9
(163,128,169)
#B091B5
(176,145,181)
#BDA2C1
(189,162,193)
#CAB3CD
(202,179,205)
#D7C4D9
(215,196,217)
#E4D5E5
(228,213,229)
#F1E6F1
(241,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F3C79 color. Also use rgb(111,60,121) instead hex code.

Text Font Color

.myTextColor { color: #6F3C79; }

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

This text font color is #6F3C79.


Background Color

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

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

This div background color is #6F3C79.


Border color

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

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

This div border color is #6F3C79.


Opacity

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

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

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

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

This text has shadow with #6F3C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3C79 on black background.


Color preview on white background

This text has color #6F3C79 on white background.



Black color preview on #6F3C79 background

This text has black color on #6F3C79 background.


White color preview on #6F3C79 background

This text has white color on #6F3C79 background.