COLOR #6F596A

HEX: #6F596A
RGB: (111,89,106)

Color info

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

RGB color model

#6F596A color RGB value is (111,89,106).

  • red value is 111;
  • green value is 89;
  • blue value is 106.
RGB:
(111,89,106)
(44%,35%,42%)

RGB channels and saturation

R 111 of 255 = 44%
G 89 of 255 = 35%
B 106 of 255 = 42%

111
89
106

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

Portions of RGB colors in percentages

R + G + B =
111 + 89 + 106 = 306 (100%)
R 111 of 306 ~ 36.27%
G 89 of 306 ~ 29.08%
B 106 of 306 ~ 34.64%

%36.27
%29.08
%34.64

CMYK color model

#6F596A color CMYK value is (0,20,5,56).

  • cyan value is 0.00%
  • magenta value is 19.82%
  • yellow value is 4.50%
  • key color value is 56.47%
CMYK:
(0,20,5,56)
C0M20Y5K56 
(0%,20%,5%,56%)
(0.00/0.20/0.05/0.56)	

CMYK percentages

%0
%19.82
%4.5
%56.47

Codes

Color #6F596A in popluar color models

6F596A
RGB11189106
HSL314°11.00%39.22%
HSB/HSV314°19.82%43.53%
CMYK0.00%19.82%4.50%
56.47%

Color #6F596A in popluar number systems.

HEX6F596A
Decimal11189106
Binary110111110110011101010
Octal157131152

Shades and tints

Shades of #6F596A

#6F596A
(111,89,106)
#655161
(101,81,97)
#5B4958
(91,73,88)
#51414F
(81,65,79)
#473946
(71,57,70)
#3D313D
(61,49,61)
#332934
(51,41,52)
#29212B
(41,33,43)
#1F1922
(31,25,34)
#151119
(21,17,25)
#0B0910
(11,9,16)
#000000
(0,0,0)

Tints of #6F596A

#6F596A
(111,89,106)
#7C6877
(124,104,119)
#897784
(137,119,132)
#968691
(150,134,145)
#A3959E
(163,149,158)
#B0A4AB
(176,164,171)
#BDB3B8
(189,179,184)
#CAC2C5
(202,194,197)
#D7D1D2
(215,209,210)
#E4E0DF
(228,224,223)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F596A color. Also use rgb(111,89,106) instead hex code.

Text Font Color

.myTextColor { color: #6F596A; }

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

This text font color is #6F596A.


Background Color

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

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

This div background color is #6F596A.


Border color

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

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

This div border color is #6F596A.


Opacity

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

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

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

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

This text has shadow with #6F596A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F596A on black background.


Color preview on white background

This text has color #6F596A on white background.



Black color preview on #6F596A background

This text has black color on #6F596A background.


White color preview on #6F596A background

This text has white color on #6F596A background.