COLOR #6E5F7F

HEX: #6E5F7F RGB: (110,95,127)

Color info

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

RGB color model

#6E5F7F color RGB value is (110,95,127).

RGB: (110,95,127) (43%, 37%, 50%)

RGB channels and saturation

R 110 of 255 = 43%
G 95 of 255 = 37%
B 127 of 255 = 50%

110
95
127

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

Portions of RGB colors in percentages

R + G + B = 110 + 95 + 127 = 332 (100%)
R 110 of 332 ~ 33.13%
G 95 of 332 ~ 28.61%
B 127 of 332 ~ 38.25'%

%33.13
%28.61
%38.25

CMYK color model

#6E5F7F color CMYK value is (13,25,0,50).

  • cyan value is 13.39%
  • magenta value is 25.20%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (13,25,0,50)
C13M25Y0K50 (13%, 25%, 0%, 50%)
(0.13 / 0.25 / 0.00 / 0.50)

CMYK percentages

%13.39
%25.2
%0
%50.2

Codes

Color #6E5F7F in popluar color models

6E 5F 7F
RGB 110 95 127
HSL 268° 14.41% 43.53%
HSB/HSV 268° 25.20% 49.80%
CMYK 13.39% 25.20% 0.00%
50.20%

Color #6E5F7F in popluar number systems.

HEX 6E 5F 7F
Decimal 110 95 127
Binary 1101110 1011111 1111111
Octal 156 137 177

Shades and tints

Shades of #6E5F7F

#6E5F7F
(110,95,127)
#645774
(100,87,116)
#5A4F69
(90,79,105)
#50475E
(80,71,94)
#463F53
(70,63,83)
#3C3748
(60,55,72)
#322F3D
(50,47,61)
#282732
(40,39,50)
#1E1F27
(30,31,39)
#14171C
(20,23,28)
#0A0F11
(10,15,17)
#000000
(0,0,0)

Tints of #6E5F7F

#6E5F7F
(110,95,127)
#7B6D8A
(123,109,138)
#887B95
(136,123,149)
#9589A0
(149,137,160)
#A297AB
(162,151,171)
#AFA5B6
(175,165,182)
#BCB3C1
(188,179,193)
#C9C1CC
(201,193,204)
#D6CFD7
(214,207,215)
#E3DDE2
(227,221,226)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5F7F; }

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

This text font color is #6E5F7F.

Background Color

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

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

This div background color is #6E5F7F.

Border color

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

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

This div border color is #6E5F7F.

Opacity

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

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

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

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

This text has shadow with #6E5F7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E5F7F.

Preview

Color preview on black background

This text has color #6E5F7F on black background.


Color preview on white background

This text has color #6E5F7F on white background.


Black color preview on #6E5F7F background

This text has black color on #6E5F7F background.


White color preview on #6E5F7F background

This text has white color on #6E5F7F background.


Related colors

Complementary color

Complementary color for #hex is #91A080.


I love getcolorcode.com

Triadic colors

1 #7F6E5F and #5F7F6E with #6E5F7F are triadic colors.

2 #7F5F6E and #5F6E7F with #6E5F7F are triadic colors.