COLOR #6F5E8F

HEX: #6F5E8F RGB: (111,94,143)

Color info

#6F5E8F contains red, green and blue colors in about the same proportion. Web safe color of #6F5E8F is #666699 (or #669).

RGB color model

#6F5E8F color RGB value is (111,94,143).

RGB: (111,94,143) (44%, 37%, 56%)

RGB channels and saturation

R 111 of 255 = 44%
G 94 of 255 = 37%
B 143 of 255 = 56%

111
94
143

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

Portions of RGB colors in percentages

R + G + B = 111 + 94 + 143 = 348 (100%)
R 111 of 348 ~ 31.9%
G 94 of 348 ~ 27.01%
B 143 of 348 ~ 41.09'%

%31.9
%27.01
%41.09

CMYK color model

#6F5E8F color CMYK value is (22,34,0,44).

  • cyan value is 22.38%
  • magenta value is 34.27%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK: (22,34,0,44) C22M34Y0K44 (22%,34%,0%,44%) (0.22/0.34/0.00/0.44) 

CMYK percentages

%22.38
%34.27
%0
%43.92

Codes

Color #6F5E8F in popluar color models

6F 5E 8F
RGB 111 94 143
HSL 261° 20.68% 46.47%
HSB/HSV 261° 34.27% 56.08%
CMYK 22.38% 34.27% 0.00%
43.92%

Color #6F5E8F in popluar number systems.

HEX 6F 5E 8F
Decimal 111 94 143
Binary 1101111 1011110 10001111
Octal 157 136 217

Shades and tints

Shades of #6F5E8F

#6F5E8F
(111,94,143)
#655682
(101,86,130)
#5B4E75
(91,78,117)
#514668
(81,70,104)
#473E5B
(71,62,91)
#3D364E
(61,54,78)
#332E41
(51,46,65)
#292634
(41,38,52)
#1F1E27
(31,30,39)
#15161A
(21,22,26)
#0B0E0D
(11,14,13)
#000000
(0,0,0)

Tints of #6F5E8F

#6F5E8F
(111,94,143)
#7C6C99
(124,108,153)
#897AA3
(137,122,163)
#9688AD
(150,136,173)
#A396B7
(163,150,183)
#B0A4C1
(176,164,193)
#BDB2CB
(189,178,203)
#CAC0D5
(202,192,213)
#D7CEDF
(215,206,223)
#E4DCE9
(228,220,233)
#F1EAF3
(241,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5E8F color. Also use rgb(111,94,143) instead hex code.

Text Font Color

.myTextColor { color: #6F5E8F; }

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

This text font color is #6F5E8F.

Background Color

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

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

This div background color is #6F5E8F.

Border color

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

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

This div border color is #6F5E8F.

Opacity

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

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

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

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

This text has shadow with #6F5E8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F5E8F.

Preview

Color preview on black background

This text has color #6F5E8F on black background.


Color preview on white background

This text has color #6F5E8F on white background.


Black color preview on #6F5E8F background

This text has black color on #6F5E8F background.


White color preview on #6F5E8F background

This text has white color on #6F5E8F background.


Related colors

Complementary color

Complementary color for #hex is #90A170.


I love getcolorcode.com

Triadic colors

1 #8F6F5E and #5E8F6F with #6F5E8F are triadic colors.

2 #8F5E6F and #5E6F8F with #6F5E8F are triadic colors.