COLOR #6F3979

HEX: #6F3979 RGB: (111,57,121)

Color info

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

RGB color model

#6F3979 color RGB value is (111,57,121).

RGB: (111,57,121) (44%, 22%, 47%)

RGB channels and saturation

R 111 of 255 = 44%
G 57 of 255 = 22%
B 121 of 255 = 47%

111
57
121

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

Portions of RGB colors in percentages

R + G + B = 111 + 57 + 121 = 289 (100%)
R 111 of 289 ~ 38.41%
G 57 of 289 ~ 19.72%
B 121 of 289 ~ 41.87'%

%38.41
%19.72
%41.87

CMYK color model

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

  • cyan value is 8.26%
  • magenta value is 52.89%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK: (8,53,0,53) C8M53Y0K53 (8%,53%,0%,53%) (0.08/0.53/0.00/0.53) 

CMYK percentages

%8.26
%52.89
%0
%52.55

Codes

Color #6F3979 in popluar color models

6F 39 79
RGB 111 57 121
HSL 291° 35.96% 34.90%
HSB/HSV 291° 52.89% 47.45%
CMYK 8.26% 52.89% 0.00%
52.55%

Color #6F3979 in popluar number systems.

HEX 6F 39 79
Decimal 111 57 121
Binary 1101111 111001 1111001
Octal 157 71 171

Shades and tints

Shades of #6F3979

#6F3979
(111,57,121)
#65346E
(101,52,110)
#5B2F63
(91,47,99)
#512A58
(81,42,88)
#47254D
(71,37,77)
#3D2042
(61,32,66)
#331B37
(51,27,55)
#29162C
(41,22,44)
#1F1121
(31,17,33)
#150C16
(21,12,22)
#0B070B
(11,7,11)
#000000
(0,0,0)

Tints of #6F3979

#6F3979
(111,57,121)
#7C4B85
(124,75,133)
#895D91
(137,93,145)
#966F9D
(150,111,157)
#A381A9
(163,129,169)
#B093B5
(176,147,181)
#BDA5C1
(189,165,193)
#CAB7CD
(202,183,205)
#D7C9D9
(215,201,217)
#E4DBE5
(228,219,229)
#F1EDF1
(241,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F3979; }

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

This text font color is #6F3979.

Background Color

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

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

This div background color is #6F3979.

Border color

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

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

This div border color is #6F3979.

Opacity

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

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

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

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

This text has shadow with #6F3979 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F3979.

Preview

Color preview on black background

This text has color #6F3979 on black background.


Color preview on white background

This text has color #6F3979 on white background.


Black color preview on #6F3979 background

This text has black color on #6F3979 background.


White color preview on #6F3979 background

This text has white color on #6F3979 background.


Related colors

Complementary color

Complementary color for #hex is #90C686.


I love getcolorcode.com

Triadic colors

1 #796F39 and #39796F with #6F3979 are triadic colors.

2 #79396F and #396F79 with #6F3979 are triadic colors.