COLOR #6F4EC2

HEX: #6F4EC2
RGB: (111,78,194)

Color info

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

RGB color model

#6F4EC2 color RGB value is (111,78,194).

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

RGB channels and saturation

R 111 of 255 = 44%
G 78 of 255 = 31%
B 194 of 255 = 76%

111
78
194

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

Portions of RGB colors in percentages

R + G + B =
111 + 78 + 194 = 383 (100%)
R 111 of 383 ~ 28.98%
G 78 of 383 ~ 20.37%
B 194 of 383 ~ 50.65%

%28.98
%20.37
%50.65

CMYK color model

#6F4EC2 color CMYK value is (43,60,0,24).

  • cyan value is 42.78%
  • magenta value is 59.79%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(43,60,0,24)
C43M60Y0K24 
(43%,60%,0%,24%)
(0.43/0.60/0.00/0.24)	

CMYK percentages

%42.78
%59.79
%0
%23.92

Codes

Color #6F4EC2 in popluar color models

6F4EC2
RGB11178194
HSL257°48.74%53.33%
HSB/HSV257°59.79%76.08%
CMYK42.78%59.79%0.00%
23.92%

Color #6F4EC2 in popluar number systems.

HEX6F4EC2
Decimal11178194
Binary1101111100111011000010
Octal157116302

Shades and tints

Shades of #6F4EC2

#6F4EC2
(111,78,194)
#6547B1
(101,71,177)
#5B40A0
(91,64,160)
#51398F
(81,57,143)
#47327E
(71,50,126)
#3D2B6D
(61,43,109)
#33245C
(51,36,92)
#291D4B
(41,29,75)
#1F163A
(31,22,58)
#150F29
(21,15,41)
#0B0818
(11,8,24)
#000000
(0,0,0)

Tints of #6F4EC2

#6F4EC2
(111,78,194)
#7C5EC7
(124,94,199)
#896ECC
(137,110,204)
#967ED1
(150,126,209)
#A38ED6
(163,142,214)
#B09EDB
(176,158,219)
#BDAEE0
(189,174,224)
#CABEE5
(202,190,229)
#D7CEEA
(215,206,234)
#E4DEEF
(228,222,239)
#F1EEF4
(241,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F4EC2; }

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

This text font color is #6F4EC2.


Background Color

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

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

This div background color is #6F4EC2.


Border color

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

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

This div border color is #6F4EC2.


Opacity

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

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

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

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

This text has shadow with #6F4EC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4EC2 on black background.


Color preview on white background

This text has color #6F4EC2 on white background.



Black color preview on #6F4EC2 background

This text has black color on #6F4EC2 background.


White color preview on #6F4EC2 background

This text has white color on #6F4EC2 background.