COLOR #6F5D8D

HEX: #6F5D8D
RGB: (111,93,141)

Color info

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

RGB color model

#6F5D8D color RGB value is (111,93,141).

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

RGB channels and saturation

R 111 of 255 = 44%
G 93 of 255 = 36%
B 141 of 255 = 55%

111
93
141

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

Portions of RGB colors in percentages

R + G + B =
111 + 93 + 141 = 345 (100%)
R 111 of 345 ~ 32.17%
G 93 of 345 ~ 26.96%
B 141 of 345 ~ 40.87%

%32.17
%26.96
%40.87

CMYK color model

#6F5D8D color CMYK value is (21,34,0,45).

  • cyan value is 21.28%
  • magenta value is 34.04%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(21,34,0,45)
C21M34Y0K45 
(21%,34%,0%,45%)
(0.21/0.34/0.00/0.45)	

CMYK percentages

%21.28
%34.04
%0
%44.71

Codes

Color #6F5D8D in popluar color models

6F5D8D
RGB11193141
HSL263°20.51%45.88%
HSB/HSV263°34.04%55.29%
CMYK21.28%34.04%0.00%
44.71%

Color #6F5D8D in popluar number systems.

HEX6F5D8D
Decimal11193141
Binary1101111101110110001101
Octal157135215

Shades and tints

Shades of #6F5D8D

#6F5D8D
(111,93,141)
#655581
(101,85,129)
#5B4D75
(91,77,117)
#514569
(81,69,105)
#473D5D
(71,61,93)
#3D3551
(61,53,81)
#332D45
(51,45,69)
#292539
(41,37,57)
#1F1D2D
(31,29,45)
#151521
(21,21,33)
#0B0D15
(11,13,21)
#000000
(0,0,0)

Tints of #6F5D8D

#6F5D8D
(111,93,141)
#7C6B97
(124,107,151)
#8979A1
(137,121,161)
#9687AB
(150,135,171)
#A395B5
(163,149,181)
#B0A3BF
(176,163,191)
#BDB1C9
(189,177,201)
#CABFD3
(202,191,211)
#D7CDDD
(215,205,221)
#E4DBE7
(228,219,231)
#F1E9F1
(241,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5D8D; }

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

This text font color is #6F5D8D.


Background Color

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

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

This div background color is #6F5D8D.


Border color

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

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

This div border color is #6F5D8D.


Opacity

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

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

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

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

This text has shadow with #6F5D8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5D8D on black background.


Color preview on white background

This text has color #6F5D8D on white background.



Black color preview on #6F5D8D background

This text has black color on #6F5D8D background.


White color preview on #6F5D8D background

This text has white color on #6F5D8D background.