COLOR #6F5D89

HEX: #6F5D89
RGB: (111,93,137)

Color info

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

RGB color model

#6F5D89 color RGB value is (111,93,137).

  • red value is 111;
  • green value is 93;
  • blue value is 137.
RGB:
(111,93,137)
(44%,36%,54%)

RGB channels and saturation

R 111 of 255 = 44%
G 93 of 255 = 36%
B 137 of 255 = 54%

111
93
137

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

Portions of RGB colors in percentages

R + G + B =
111 + 93 + 137 = 341 (100%)
R 111 of 341 ~ 32.55%
G 93 of 341 ~ 27.27%
B 137 of 341 ~ 40.18%

%32.55
%27.27
%40.18

CMYK color model

#6F5D89 color CMYK value is (19,32,0,46).

  • cyan value is 18.98%
  • magenta value is 32.12%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(19,32,0,46)
C19M32Y0K46 
(19%,32%,0%,46%)
(0.19/0.32/0.00/0.46)	

CMYK percentages

%18.98
%32.12
%0
%46.27

Codes

Color #6F5D89 in popluar color models

6F5D89
RGB11193137
HSL265°19.13%45.10%
HSB/HSV265°32.12%53.73%
CMYK18.98%32.12%0.00%
46.27%

Color #6F5D89 in popluar number systems.

HEX6F5D89
Decimal11193137
Binary1101111101110110001001
Octal157135211

Shades and tints

Shades of #6F5D89

#6F5D89
(111,93,137)
#65557D
(101,85,125)
#5B4D71
(91,77,113)
#514565
(81,69,101)
#473D59
(71,61,89)
#3D354D
(61,53,77)
#332D41
(51,45,65)
#292535
(41,37,53)
#1F1D29
(31,29,41)
#15151D
(21,21,29)
#0B0D11
(11,13,17)
#000000
(0,0,0)

Tints of #6F5D89

#6F5D89
(111,93,137)
#7C6B93
(124,107,147)
#89799D
(137,121,157)
#9687A7
(150,135,167)
#A395B1
(163,149,177)
#B0A3BB
(176,163,187)
#BDB1C5
(189,177,197)
#CABFCF
(202,191,207)
#D7CDD9
(215,205,217)
#E4DBE3
(228,219,227)
#F1E9ED
(241,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5D89; }

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

This text font color is #6F5D89.


Background Color

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

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

This div background color is #6F5D89.


Border color

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

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

This div border color is #6F5D89.


Opacity

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

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

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

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

This text has shadow with #6F5D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5D89 on black background.


Color preview on white background

This text has color #6F5D89 on white background.



Black color preview on #6F5D89 background

This text has black color on #6F5D89 background.


White color preview on #6F5D89 background

This text has white color on #6F5D89 background.