COLOR #6F5E80

HEX: #6F5E80
RGB: (111,94,128)

Color info

#6F5E80 contains red, green and blue colors in about the same proportion. Web safe color of #6F5E80 is #666666 (or #666).

RGB color model

#6F5E80 color RGB value is (111,94,128).

  • red value is 111;
  • green value is 94;
  • blue value is 128.
RGB:
(111,94,128)
(44%,37%,50%)

RGB channels and saturation

R 111 of 255 = 44%
G 94 of 255 = 37%
B 128 of 255 = 50%

111
94
128

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

Portions of RGB colors in percentages

R + G + B =
111 + 94 + 128 = 333 (100%)
R 111 of 333 ~ 33.33%
G 94 of 333 ~ 28.23%
B 128 of 333 ~ 38.44%

%33.33
%28.23
%38.44

CMYK color model

#6F5E80 color CMYK value is (13,27,0,50).

  • cyan value is 13.28%
  • magenta value is 26.56%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(13,27,0,50)
C13M27Y0K50 
(13%,27%,0%,50%)
(0.13/0.27/0.00/0.50)	

CMYK percentages

%13.28
%26.56
%0
%49.8

Codes

Color #6F5E80 in popluar color models

6F5E80
RGB11194128
HSL270°15.32%43.53%
HSB/HSV270°26.56%50.20%
CMYK13.28%26.56%0.00%
49.80%

Color #6F5E80 in popluar number systems.

HEX6F5E80
Decimal11194128
Binary1101111101111010000000
Octal157136200

Shades and tints

Shades of #6F5E80

#6F5E80
(111,94,128)
#655675
(101,86,117)
#5B4E6A
(91,78,106)
#51465F
(81,70,95)
#473E54
(71,62,84)
#3D3649
(61,54,73)
#332E3E
(51,46,62)
#292633
(41,38,51)
#1F1E28
(31,30,40)
#15161D
(21,22,29)
#0B0E12
(11,14,18)
#000000
(0,0,0)

Tints of #6F5E80

#6F5E80
(111,94,128)
#7C6C8B
(124,108,139)
#897A96
(137,122,150)
#9688A1
(150,136,161)
#A396AC
(163,150,172)
#B0A4B7
(176,164,183)
#BDB2C2
(189,178,194)
#CAC0CD
(202,192,205)
#D7CED8
(215,206,216)
#E4DCE3
(228,220,227)
#F1EAEE
(241,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5E80 color. Also use rgb(111,94,128) instead hex code.

Text Font Color

.myTextColor { color: #6F5E80; }

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

This text font color is #6F5E80.


Background Color

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

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

This div background color is #6F5E80.


Border color

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

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

This div border color is #6F5E80.


Opacity

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

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

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

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

This text has shadow with #6F5E80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5E80 on black background.


Color preview on white background

This text has color #6F5E80 on white background.



Black color preview on #6F5E80 background

This text has black color on #6F5E80 background.


White color preview on #6F5E80 background

This text has white color on #6F5E80 background.