COLOR #6F4E93

HEX: #6F4E93
RGB: (111,78,147)

Color info

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

RGB color model

#6F4E93 color RGB value is (111,78,147).

  • red value is 111;
  • green value is 78;
  • blue value is 147.
RGB:
(111,78,147)
(44%,31%,58%)

RGB channels and saturation

R 111 of 255 = 44%
G 78 of 255 = 31%
B 147 of 255 = 58%

111
78
147

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

Portions of RGB colors in percentages

R + G + B =
111 + 78 + 147 = 336 (100%)
R 111 of 336 ~ 33.04%
G 78 of 336 ~ 23.21%
B 147 of 336 ~ 43.75%

%33.04
%23.21
%43.75

CMYK color model

#6F4E93 color CMYK value is (24,47,0,42).

  • cyan value is 24.49%
  • magenta value is 46.94%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(24,47,0,42)
C24M47Y0K42 
(24%,47%,0%,42%)
(0.24/0.47/0.00/0.42)	

CMYK percentages

%24.49
%46.94
%0
%42.35

Codes

Color #6F4E93 in popluar color models

6F4E93
RGB11178147
HSL269°30.67%44.12%
HSB/HSV269°46.94%57.65%
CMYK24.49%46.94%0.00%
42.35%

Color #6F4E93 in popluar number systems.

HEX6F4E93
Decimal11178147
Binary1101111100111010010011
Octal157116223

Shades and tints

Shades of #6F4E93

#6F4E93
(111,78,147)
#654786
(101,71,134)
#5B4079
(91,64,121)
#51396C
(81,57,108)
#47325F
(71,50,95)
#3D2B52
(61,43,82)
#332445
(51,36,69)
#291D38
(41,29,56)
#1F162B
(31,22,43)
#150F1E
(21,15,30)
#0B0811
(11,8,17)
#000000
(0,0,0)

Tints of #6F4E93

#6F4E93
(111,78,147)
#7C5E9C
(124,94,156)
#896EA5
(137,110,165)
#967EAE
(150,126,174)
#A38EB7
(163,142,183)
#B09EC0
(176,158,192)
#BDAEC9
(189,174,201)
#CABED2
(202,190,210)
#D7CEDB
(215,206,219)
#E4DEE4
(228,222,228)
#F1EEED
(241,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F4E93; }

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

This text font color is #6F4E93.


Background Color

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

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

This div background color is #6F4E93.


Border color

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

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

This div border color is #6F4E93.


Opacity

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

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

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

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

This text has shadow with #6F4E93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4E93 on black background.


Color preview on white background

This text has color #6F4E93 on white background.



Black color preview on #6F4E93 background

This text has black color on #6F4E93 background.


White color preview on #6F4E93 background

This text has white color on #6F4E93 background.