COLOR #6F5061

HEX: #6F5061
RGB: (111,80,97)

Color info

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

RGB color model

#6F5061 color RGB value is (111,80,97).

  • red value is 111;
  • green value is 80;
  • blue value is 97.
RGB:
(111,80,97)
(44%,31%,38%)

RGB channels and saturation

R 111 of 255 = 44%
G 80 of 255 = 31%
B 97 of 255 = 38%

111
80
97

R + G + B ~ 38%. #6F5061 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 80 + 97 = 288 (100%)
R 111 of 288 ~ 38.54%
G 80 of 288 ~ 27.78%
B 97 of 288 ~ 33.68%

%38.54
%27.78
%33.68

CMYK color model

#6F5061 color CMYK value is (0,28,13,56).

  • cyan value is 0.00%
  • magenta value is 27.93%
  • yellow value is 12.61%
  • key color value is 56.47%
CMYK:
(0,28,13,56)
C0M28Y13K56 
(0%,28%,13%,56%)
(0.00/0.28/0.13/0.56)	

CMYK percentages

%0
%27.93
%12.61
%56.47

Codes

Color #6F5061 in popluar color models

6F5061
RGB1118097
HSL327°16.23%37.45%
HSB/HSV327°27.93%43.53%
CMYK0.00%27.93%12.61%
56.47%

Color #6F5061 in popluar number systems.

HEX6F5061
Decimal1118097
Binary110111110100001100001
Octal157120141

Shades and tints

Shades of #6F5061

#6F5061
(111,80,97)
#654959
(101,73,89)
#5B4251
(91,66,81)
#513B49
(81,59,73)
#473441
(71,52,65)
#3D2D39
(61,45,57)
#332631
(51,38,49)
#291F29
(41,31,41)
#1F1821
(31,24,33)
#151119
(21,17,25)
#0B0A11
(11,10,17)
#000000
(0,0,0)

Tints of #6F5061

#6F5061
(111,80,97)
#7C5F6F
(124,95,111)
#896E7D
(137,110,125)
#967D8B
(150,125,139)
#A38C99
(163,140,153)
#B09BA7
(176,155,167)
#BDAAB5
(189,170,181)
#CAB9C3
(202,185,195)
#D7C8D1
(215,200,209)
#E4D7DF
(228,215,223)
#F1E6ED
(241,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5061 color. Also use rgb(111,80,97) instead hex code.

Text Font Color

.myTextColor { color: #6F5061; }

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

This text font color is #6F5061.


Background Color

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

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

This div background color is #6F5061.


Border color

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

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

This div border color is #6F5061.


Opacity

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

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

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

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

This text has shadow with #6F5061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5061 on black background.


Color preview on white background

This text has color #6F5061 on white background.



Black color preview on #6F5061 background

This text has black color on #6F5061 background.


White color preview on #6F5061 background

This text has white color on #6F5061 background.