COLOR #6F5585

HEX: #6F5585
RGB: (111,85,133)

Color info

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

RGB color model

#6F5585 color RGB value is (111,85,133).

  • red value is 111;
  • green value is 85;
  • blue value is 133.
RGB:
(111,85,133)
(44%,33%,52%)

RGB channels and saturation

R 111 of 255 = 44%
G 85 of 255 = 33%
B 133 of 255 = 52%

111
85
133

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

Portions of RGB colors in percentages

R + G + B =
111 + 85 + 133 = 329 (100%)
R 111 of 329 ~ 33.74%
G 85 of 329 ~ 25.84%
B 133 of 329 ~ 40.43%

%33.74
%25.84
%40.43

CMYK color model

#6F5585 color CMYK value is (17,36,0,48).

  • cyan value is 16.54%
  • magenta value is 36.09%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(17,36,0,48)
C17M36Y0K48 
(17%,36%,0%,48%)
(0.17/0.36/0.00/0.48)	

CMYK percentages

%16.54
%36.09
%0
%47.84

Codes

Color #6F5585 in popluar color models

6F5585
RGB11185133
HSL273°22.02%42.75%
HSB/HSV273°36.09%52.16%
CMYK16.54%36.09%0.00%
47.84%

Color #6F5585 in popluar number systems.

HEX6F5585
Decimal11185133
Binary1101111101010110000101
Octal157125205

Shades and tints

Shades of #6F5585

#6F5585
(111,85,133)
#654E79
(101,78,121)
#5B476D
(91,71,109)
#514061
(81,64,97)
#473955
(71,57,85)
#3D3249
(61,50,73)
#332B3D
(51,43,61)
#292431
(41,36,49)
#1F1D25
(31,29,37)
#151619
(21,22,25)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #6F5585

#6F5585
(111,85,133)
#7C6490
(124,100,144)
#89739B
(137,115,155)
#9682A6
(150,130,166)
#A391B1
(163,145,177)
#B0A0BC
(176,160,188)
#BDAFC7
(189,175,199)
#CABED2
(202,190,210)
#D7CDDD
(215,205,221)
#E4DCE8
(228,220,232)
#F1EBF3
(241,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5585 color. Also use rgb(111,85,133) instead hex code.

Text Font Color

.myTextColor { color: #6F5585; }

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

This text font color is #6F5585.


Background Color

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

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

This div background color is #6F5585.


Border color

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

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

This div border color is #6F5585.


Opacity

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

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

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

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

This text has shadow with #6F5585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5585 on black background.


Color preview on white background

This text has color #6F5585 on white background.



Black color preview on #6F5585 background

This text has black color on #6F5585 background.


White color preview on #6F5585 background

This text has white color on #6F5585 background.