COLOR #6F4EBB

HEX: #6F4EBB
RGB: (111,78,187)

Color info

#6F4EBB contains mainly blue color. Web safe color of #6F4EBB is #6666CC (or #66C).

RGB color model

#6F4EBB color RGB value is (111,78,187).

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

RGB channels and saturation

R 111 of 255 = 44%
G 78 of 255 = 31%
B 187 of 255 = 73%

111
78
187

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

Portions of RGB colors in percentages

R + G + B =
111 + 78 + 187 = 376 (100%)
R 111 of 376 ~ 29.52%
G 78 of 376 ~ 20.74%
B 187 of 376 ~ 49.73%

%29.52
%20.74
%49.73

CMYK color model

#6F4EBB color CMYK value is (41,58,0,27).

  • cyan value is 40.64%
  • magenta value is 58.29%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(41,58,0,27)
C41M58Y0K27 
(41%,58%,0%,27%)
(0.41/0.58/0.00/0.27)	

CMYK percentages

%40.64
%58.29
%0
%26.67

Codes

Color #6F4EBB in popluar color models

6F4EBB
RGB11178187
HSL258°44.49%51.96%
HSB/HSV258°58.29%73.33%
CMYK40.64%58.29%0.00%
26.67%

Color #6F4EBB in popluar number systems.

HEX6F4EBB
Decimal11178187
Binary1101111100111010111011
Octal157116273

Shades and tints

Shades of #6F4EBB

#6F4EBB
(111,78,187)
#6547AA
(101,71,170)
#5B4099
(91,64,153)
#513988
(81,57,136)
#473277
(71,50,119)
#3D2B66
(61,43,102)
#332455
(51,36,85)
#291D44
(41,29,68)
#1F1633
(31,22,51)
#150F22
(21,15,34)
#0B0811
(11,8,17)
#000000
(0,0,0)

Tints of #6F4EBB

#6F4EBB
(111,78,187)
#7C5EC1
(124,94,193)
#896EC7
(137,110,199)
#967ECD
(150,126,205)
#A38ED3
(163,142,211)
#B09ED9
(176,158,217)
#BDAEDF
(189,174,223)
#CABEE5
(202,190,229)
#D7CEEB
(215,206,235)
#E4DEF1
(228,222,241)
#F1EEF7
(241,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F4EBB; }

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

This text font color is #6F4EBB.


Background Color

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

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

This div background color is #6F4EBB.


Border color

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

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

This div border color is #6F4EBB.


Opacity

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

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

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

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

This text has shadow with #6F4EBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4EBB on black background.


Color preview on white background

This text has color #6F4EBB on white background.



Black color preview on #6F4EBB background

This text has black color on #6F4EBB background.


White color preview on #6F4EBB background

This text has white color on #6F4EBB background.