COLOR #6F4E8D

HEX: #6F4E8D RGB: (111,78,141)

Color info

#6F4E8D contains mainly red and blue colors. Web safe color of #6F4E8D is #666699 (or #669).

RGB color model

#6F4E8D color RGB value is (111,78,141).

RGB: (111,78,141) (44%, 31%, 55%)

RGB channels and saturation

R 111 of 255 = 44%
G 78 of 255 = 31%
B 141 of 255 = 55%

111
78
141

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

Portions of RGB colors in percentages

R + G + B = 111 + 78 + 141 = 330 (100%)
R 111 of 330 ~ 33.64%
G 78 of 330 ~ 23.64%
B 141 of 330 ~ 42.73'%

%33.64
%23.64
%42.73

CMYK color model

#6F4E8D color CMYK value is (21,45,0,45).

  • cyan value is 21.28%
  • magenta value is 44.68%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (21,45,0,45)
C21M45Y0K45 (21%, 45%, 0%, 45%)
(0.21 / 0.45 / 0.00 / 0.45)

CMYK percentages

%21.28
%44.68
%0
%44.71

Codes

Color #6F4E8D in popluar color models

6F 4E 8D
RGB 111 78 141
HSL 271° 28.77% 42.94%
HSB/HSV 271° 44.68% 55.29%
CMYK 21.28% 44.68% 0.00%
44.71%

Color #6F4E8D in popluar number systems.

HEX 6F 4E 8D
Decimal 111 78 141
Binary 1101111 1001110 10001101
Octal 157 116 215

Shades and tints

Shades of #6F4E8D

#6F4E8D
(111,78,141)
#654781
(101,71,129)
#5B4075
(91,64,117)
#513969
(81,57,105)
#47325D
(71,50,93)
#3D2B51
(61,43,81)
#332445
(51,36,69)
#291D39
(41,29,57)
#1F162D
(31,22,45)
#150F21
(21,15,33)
#0B0815
(11,8,21)
#000000
(0,0,0)

Tints of #6F4E8D

#6F4E8D
(111,78,141)
#7C5E97
(124,94,151)
#896EA1
(137,110,161)
#967EAB
(150,126,171)
#A38EB5
(163,142,181)
#B09EBF
(176,158,191)
#BDAEC9
(189,174,201)
#CABED3
(202,190,211)
#D7CEDD
(215,206,221)
#E4DEE7
(228,222,231)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F4E8D color. Also use rgb(111,78,141) instead hex code.

Text Font Color

.myTextColor { color: #6F4E8D; }

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

This text font color is #6F4E8D.

Background Color

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

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

This div background color is #6F4E8D.

Border color

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

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

This div border color is #6F4E8D.

Opacity

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

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

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

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

This text has shadow with #6F4E8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F4E8D.

Preview

Color preview on black background

This text has color #6F4E8D on black background.


Color preview on white background

This text has color #6F4E8D on white background.


Black color preview on #6F4E8D background

This text has black color on #6F4E8D background.


White color preview on #6F4E8D background

This text has white color on #6F4E8D background.


Related colors

Complementary color

Complementary color for #hex is #90B172.


I love getcolorcode.com

Triadic colors

1 #8D6F4E and #4E8D6F with #6F4E8D are triadic colors.

2 #8D4E6F and #4E6F8D with #6F4E8D are triadic colors.