COLOR #6F5587

HEX: #6F5587
RGB: (111,85,135)

Color info

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

RGB color model

#6F5587 color RGB value is (111,85,135).

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

RGB channels and saturation

R 111 of 255 = 44%
G 85 of 255 = 33%
B 135 of 255 = 53%

111
85
135

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

Portions of RGB colors in percentages

R + G + B =
111 + 85 + 135 = 331 (100%)
R 111 of 331 ~ 33.53%
G 85 of 331 ~ 25.68%
B 135 of 331 ~ 40.79%

%33.53
%25.68
%40.79

CMYK color model

#6F5587 color CMYK value is (18,37,0,47).

  • cyan value is 17.78%
  • magenta value is 37.04%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(18,37,0,47)
C18M37Y0K47 
(18%,37%,0%,47%)
(0.18/0.37/0.00/0.47)	

CMYK percentages

%17.78
%37.04
%0
%47.06

Codes

Color #6F5587 in popluar color models

6F5587
RGB11185135
HSL271°22.73%43.14%
HSB/HSV271°37.04%52.94%
CMYK17.78%37.04%0.00%
47.06%

Color #6F5587 in popluar number systems.

HEX6F5587
Decimal11185135
Binary1101111101010110000111
Octal157125207

Shades and tints

Shades of #6F5587

#6F5587
(111,85,135)
#654E7B
(101,78,123)
#5B476F
(91,71,111)
#514063
(81,64,99)
#473957
(71,57,87)
#3D324B
(61,50,75)
#332B3F
(51,43,63)
#292433
(41,36,51)
#1F1D27
(31,29,39)
#15161B
(21,22,27)
#0B0F0F
(11,15,15)
#000000
(0,0,0)

Tints of #6F5587

#6F5587
(111,85,135)
#7C6491
(124,100,145)
#89739B
(137,115,155)
#9682A5
(150,130,165)
#A391AF
(163,145,175)
#B0A0B9
(176,160,185)
#BDAFC3
(189,175,195)
#CABECD
(202,190,205)
#D7CDD7
(215,205,215)
#E4DCE1
(228,220,225)
#F1EBEB
(241,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5587; }

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

This text font color is #6F5587.


Background Color

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

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

This div background color is #6F5587.


Border color

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

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

This div border color is #6F5587.


Opacity

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

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

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

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

This text has shadow with #6F5587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5587 on black background.


Color preview on white background

This text has color #6F5587 on white background.



Black color preview on #6F5587 background

This text has black color on #6F5587 background.


White color preview on #6F5587 background

This text has white color on #6F5587 background.