COLOR #6F5D87

HEX: #6F5D87
RGB: (111,93,135)

Color info

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

RGB color model

#6F5D87 color RGB value is (111,93,135).

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

RGB channels and saturation

R 111 of 255 = 44%
G 93 of 255 = 36%
B 135 of 255 = 53%

111
93
135

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

Portions of RGB colors in percentages

R + G + B =
111 + 93 + 135 = 339 (100%)
R 111 of 339 ~ 32.74%
G 93 of 339 ~ 27.43%
B 135 of 339 ~ 39.82%

%32.74
%27.43
%39.82

CMYK color model

#6F5D87 color CMYK value is (18,31,0,47).

  • cyan value is 17.78%
  • magenta value is 31.11%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(18,31,0,47)
C18M31Y0K47 
(18%,31%,0%,47%)
(0.18/0.31/0.00/0.47)	

CMYK percentages

%17.78
%31.11
%0
%47.06

Codes

Color #6F5D87 in popluar color models

6F5D87
RGB11193135
HSL266°18.42%44.71%
HSB/HSV266°31.11%52.94%
CMYK17.78%31.11%0.00%
47.06%

Color #6F5D87 in popluar number systems.

HEX6F5D87
Decimal11193135
Binary1101111101110110000111
Octal157135207

Shades and tints

Shades of #6F5D87

#6F5D87
(111,93,135)
#65557B
(101,85,123)
#5B4D6F
(91,77,111)
#514563
(81,69,99)
#473D57
(71,61,87)
#3D354B
(61,53,75)
#332D3F
(51,45,63)
#292533
(41,37,51)
#1F1D27
(31,29,39)
#15151B
(21,21,27)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #6F5D87

#6F5D87
(111,93,135)
#7C6B91
(124,107,145)
#89799B
(137,121,155)
#9687A5
(150,135,165)
#A395AF
(163,149,175)
#B0A3B9
(176,163,185)
#BDB1C3
(189,177,195)
#CABFCD
(202,191,205)
#D7CDD7
(215,205,215)
#E4DBE1
(228,219,225)
#F1E9EB
(241,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5D87; }

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

This text font color is #6F5D87.


Background Color

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

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

This div background color is #6F5D87.


Border color

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

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

This div border color is #6F5D87.


Opacity

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

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

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

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

This text has shadow with #6F5D87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5D87 on black background.


Color preview on white background

This text has color #6F5D87 on white background.



Black color preview on #6F5D87 background

This text has black color on #6F5D87 background.


White color preview on #6F5D87 background

This text has white color on #6F5D87 background.