COLOR #6E4F8E

HEX: #6E4F8E
RGB: (110,79,142)

Color info

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

RGB color model

#6E4F8E color RGB value is (110,79,142).

  • red value is 110;
  • green value is 79;
  • blue value is 142.
RGB:
(110,79,142)
(43%,31%,56%)

RGB channels and saturation

R 110 of 255 = 43%
G 79 of 255 = 31%
B 142 of 255 = 56%

110
79
142

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

Portions of RGB colors in percentages

R + G + B =
110 + 79 + 142 = 331 (100%)
R 110 of 331 ~ 33.23%
G 79 of 331 ~ 23.87%
B 142 of 331 ~ 42.9%

%33.23
%23.87
%42.9

CMYK color model

#6E4F8E color CMYK value is (23,44,0,44).

  • cyan value is 22.54%
  • magenta value is 44.37%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(23,44,0,44)
C23M44Y0K44 
(23%,44%,0%,44%)
(0.23/0.44/0.00/0.44)	

CMYK percentages

%22.54
%44.37
%0
%44.31

Codes

Color #6E4F8E in popluar color models

6E4F8E
RGB11079142
HSL270°28.51%43.33%
HSB/HSV270°44.37%55.69%
CMYK22.54%44.37%0.00%
44.31%

Color #6E4F8E in popluar number systems.

HEX6E4F8E
Decimal11079142
Binary1101110100111110001110
Octal156117216

Shades and tints

Shades of #6E4F8E

#6E4F8E
(110,79,142)
#644882
(100,72,130)
#5A4176
(90,65,118)
#503A6A
(80,58,106)
#46335E
(70,51,94)
#3C2C52
(60,44,82)
#322546
(50,37,70)
#281E3A
(40,30,58)
#1E172E
(30,23,46)
#141022
(20,16,34)
#0A0916
(10,9,22)
#000000
(0,0,0)

Tints of #6E4F8E

#6E4F8E
(110,79,142)
#7B5F98
(123,95,152)
#886FA2
(136,111,162)
#957FAC
(149,127,172)
#A28FB6
(162,143,182)
#AF9FC0
(175,159,192)
#BCAFCA
(188,175,202)
#C9BFD4
(201,191,212)
#D6CFDE
(214,207,222)
#E3DFE8
(227,223,232)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4F8E color. Also use rgb(110,79,142) instead hex code.

Text Font Color

.myTextColor { color: #6E4F8E; }

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

This text font color is #6E4F8E.


Background Color

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

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

This div background color is #6E4F8E.


Border color

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

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

This div border color is #6E4F8E.


Opacity

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

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

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

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

This text has shadow with #6E4F8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4F8E on black background.


Color preview on white background

This text has color #6E4F8E on white background.



Black color preview on #6E4F8E background

This text has black color on #6E4F8E background.


White color preview on #6E4F8E background

This text has white color on #6E4F8E background.