COLOR #6F5D7F

HEX: #6F5D7F RGB: (111,93,127)

Color info

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

RGB color model

#6F5D7F color RGB value is (111,93,127).

RGB: (111,93,127) (44%, 36%, 50%)

RGB channels and saturation

R 111 of 255 = 44%
G 93 of 255 = 36%
B 127 of 255 = 50%

111
93
127

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

Portions of RGB colors in percentages

R + G + B = 111 + 93 + 127 = 331 (100%)
R 111 of 331 ~ 33.53%
G 93 of 331 ~ 28.1%
B 127 of 331 ~ 38.37'%

%33.53
%28.1
%38.37

CMYK color model

#6F5D7F color CMYK value is (13,27,0,50).

  • cyan value is 12.60%
  • magenta value is 26.77%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (13,27,0,50)
C13M27Y0K50 (13%, 27%, 0%, 50%)
(0.13 / 0.27 / 0.00 / 0.50)

CMYK percentages

%12.6
%26.77
%0
%50.2

Codes

Color #6F5D7F in popluar color models

6F 5D 7F
RGB 111 93 127
HSL 272° 15.45% 43.14%
HSB/HSV 272° 26.77% 49.80%
CMYK 12.60% 26.77% 0.00%
50.20%

Color #6F5D7F in popluar number systems.

HEX 6F 5D 7F
Decimal 111 93 127
Binary 1101111 1011101 1111111
Octal 157 135 177

Shades and tints

Shades of #6F5D7F

#6F5D7F
(111,93,127)
#655574
(101,85,116)
#5B4D69
(91,77,105)
#51455E
(81,69,94)
#473D53
(71,61,83)
#3D3548
(61,53,72)
#332D3D
(51,45,61)
#292532
(41,37,50)
#1F1D27
(31,29,39)
#15151C
(21,21,28)
#0B0D11
(11,13,17)
#000000
(0,0,0)

Tints of #6F5D7F

#6F5D7F
(111,93,127)
#7C6B8A
(124,107,138)
#897995
(137,121,149)
#9687A0
(150,135,160)
#A395AB
(163,149,171)
#B0A3B6
(176,163,182)
#BDB1C1
(189,177,193)
#CABFCC
(202,191,204)
#D7CDD7
(215,205,215)
#E4DBE2
(228,219,226)
#F1E9ED
(241,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5D7F color. Also use rgb(111,93,127) instead hex code.

Text Font Color

.myTextColor { color: #6F5D7F; }

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

This text font color is #6F5D7F.

Background Color

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

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

This div background color is #6F5D7F.

Border color

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

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

This div border color is #6F5D7F.

Opacity

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

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

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

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

This text has shadow with #6F5D7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F5D7F.

Preview

Color preview on black background

This text has color #6F5D7F on black background.


Color preview on white background

This text has color #6F5D7F on white background.


Black color preview on #6F5D7F background

This text has black color on #6F5D7F background.


White color preview on #6F5D7F background

This text has white color on #6F5D7F background.


Related colors

Complementary color

Complementary color for #hex is #90A280.


I love getcolorcode.com

Triadic colors

1 #7F6F5D and #5D7F6F with #6F5D7F are triadic colors.

2 #7F5D6F and #5D6F7F with #6F5D7F are triadic colors.