COLOR #6F5C7F

HEX: #6F5C7F RGB: (111,92,127)

Color info

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

RGB color model

#6F5C7F color RGB value is (111,92,127).

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

RGB channels and saturation

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

111
92
127

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

Portions of RGB colors in percentages

R + G + B = 111 + 92 + 127 = 330 (100%)
R 111 of 330 ~ 33.64%
G 92 of 330 ~ 27.88%
B 127 of 330 ~ 38.48'%

%33.64
%27.88
%38.48

CMYK color model

#6F5C7F color CMYK value is (13,28,0,50).

  • cyan value is 12.60%
  • magenta value is 27.56%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK: (13,28,0,50) C13M28Y0K50 (13%,28%,0%,50%) (0.13/0.28/0.00/0.50) 

CMYK percentages

%12.6
%27.56
%0
%50.2

Codes

Color #6F5C7F in popluar color models

6F 5C 7F
RGB 111 92 127
HSL 273° 15.98% 42.94%
HSB/HSV 273° 27.56% 49.80%
CMYK 12.60% 27.56% 0.00%
50.20%

Color #6F5C7F in popluar number systems.

HEX 6F 5C 7F
Decimal 111 92 127
Binary 1101111 1011100 1111111
Octal 157 134 177

Shades and tints

Shades of #6F5C7F

#6F5C7F
(111,92,127)
#655474
(101,84,116)
#5B4C69
(91,76,105)
#51445E
(81,68,94)
#473C53
(71,60,83)
#3D3448
(61,52,72)
#332C3D
(51,44,61)
#292432
(41,36,50)
#1F1C27
(31,28,39)
#15141C
(21,20,28)
#0B0C11
(11,12,17)
#000000
(0,0,0)

Tints of #6F5C7F

#6F5C7F
(111,92,127)
#7C6A8A
(124,106,138)
#897895
(137,120,149)
#9686A0
(150,134,160)
#A394AB
(163,148,171)
#B0A2B6
(176,162,182)
#BDB0C1
(189,176,193)
#CABECC
(202,190,204)
#D7CCD7
(215,204,215)
#E4DAE2
(228,218,226)
#F1E8ED
(241,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5C7F; }

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

This text font color is #6F5C7F.

Background Color

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

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

This div background color is #6F5C7F.

Border color

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

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

This div border color is #6F5C7F.

Opacity

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

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

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

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

This text has shadow with #6F5C7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F5C7F.

Preview

Color preview on black background

This text has color #6F5C7F on black background.


Color preview on white background

This text has color #6F5C7F on white background.


Black color preview on #6F5C7F background

This text has black color on #6F5C7F background.


White color preview on #6F5C7F background

This text has white color on #6F5C7F background.


Related colors

Complementary color

Complementary color for #hex is #90A380.


I love getcolorcode.com

Triadic colors

1 #7F6F5C and #5C7F6F with #6F5C7F are triadic colors.

2 #7F5C6F and #5C6F7F with #6F5C7F are triadic colors.