COLOR #6E5F7C

HEX: #6E5F7C
RGB: (110,95,124)

Color info

#6E5F7C contains red, green and blue colors in about the same proportion. Web safe color of #6E5F7C is #666666 (or #666).

RGB color model

#6E5F7C color RGB value is (110,95,124).

  • red value is 110;
  • green value is 95;
  • blue value is 124.
RGB:
(110,95,124)
(43%,37%,49%)

RGB channels and saturation

R 110 of 255 = 43%
G 95 of 255 = 37%
B 124 of 255 = 49%

110
95
124

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

Portions of RGB colors in percentages

R + G + B =
110 + 95 + 124 = 329 (100%)
R 110 of 329 ~ 33.43%
G 95 of 329 ~ 28.88%
B 124 of 329 ~ 37.69%

%33.43
%28.88
%37.69

CMYK color model

#6E5F7C color CMYK value is (11,23,0,51).

  • cyan value is 11.29%
  • magenta value is 23.39%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(11,23,0,51)
C11M23Y0K51 
(11%,23%,0%,51%)
(0.11/0.23/0.00/0.51)	

CMYK percentages

%11.29
%23.39
%0
%51.37

Codes

Color #6E5F7C in popluar color models

6E5F7C
RGB11095124
HSL271°13.24%42.94%
HSB/HSV271°23.39%48.63%
CMYK11.29%23.39%0.00%
51.37%

Color #6E5F7C in popluar number systems.

HEX6E5F7C
Decimal11095124
Binary110111010111111111100
Octal156137174

Shades and tints

Shades of #6E5F7C

#6E5F7C
(110,95,124)
#645771
(100,87,113)
#5A4F66
(90,79,102)
#50475B
(80,71,91)
#463F50
(70,63,80)
#3C3745
(60,55,69)
#322F3A
(50,47,58)
#28272F
(40,39,47)
#1E1F24
(30,31,36)
#141719
(20,23,25)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #6E5F7C

#6E5F7C
(110,95,124)
#7B6D87
(123,109,135)
#887B92
(136,123,146)
#95899D
(149,137,157)
#A297A8
(162,151,168)
#AFA5B3
(175,165,179)
#BCB3BE
(188,179,190)
#C9C1C9
(201,193,201)
#D6CFD4
(214,207,212)
#E3DDDF
(227,221,223)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5F7C color. Also use rgb(110,95,124) instead hex code.

Text Font Color

.myTextColor { color: #6E5F7C; }

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

This text font color is #6E5F7C.


Background Color

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

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

This div background color is #6E5F7C.


Border color

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

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

This div border color is #6E5F7C.


Opacity

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

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

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

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

This text has shadow with #6E5F7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5F7C on black background.


Color preview on white background

This text has color #6E5F7C on white background.



Black color preview on #6E5F7C background

This text has black color on #6E5F7C background.


White color preview on #6E5F7C background

This text has white color on #6E5F7C background.