COLOR #6F5665

HEX: #6F5665
RGB: (111,86,101)

Color info

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

RGB color model

#6F5665 color RGB value is (111,86,101).

  • red value is 111;
  • green value is 86;
  • blue value is 101.
RGB:
(111,86,101)
(44%,34%,40%)

RGB channels and saturation

R 111 of 255 = 44%
G 86 of 255 = 34%
B 101 of 255 = 40%

111
86
101

R + G + B ~ 39%. #6F5665 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 86 + 101 = 298 (100%)
R 111 of 298 ~ 37.25%
G 86 of 298 ~ 28.86%
B 101 of 298 ~ 33.89%

%37.25
%28.86
%33.89

CMYK color model

#6F5665 color CMYK value is (0,23,9,56).

  • cyan value is 0.00%
  • magenta value is 22.52%
  • yellow value is 9.01%
  • key color value is 56.47%
CMYK:
(0,23,9,56)
C0M23Y9K56 
(0%,23%,9%,56%)
(0.00/0.23/0.09/0.56)	

CMYK percentages

%0
%22.52
%9.01
%56.47

Codes

Color #6F5665 in popluar color models

6F5665
RGB11186101
HSL324°12.69%38.63%
HSB/HSV324°22.52%43.53%
CMYK0.00%22.52%9.01%
56.47%

Color #6F5665 in popluar number systems.

HEX6F5665
Decimal11186101
Binary110111110101101100101
Octal157126145

Shades and tints

Shades of #6F5665

#6F5665
(111,86,101)
#654F5C
(101,79,92)
#5B4853
(91,72,83)
#51414A
(81,65,74)
#473A41
(71,58,65)
#3D3338
(61,51,56)
#332C2F
(51,44,47)
#292526
(41,37,38)
#1F1E1D
(31,30,29)
#151714
(21,23,20)
#0B100B
(11,16,11)
#000000
(0,0,0)

Tints of #6F5665

#6F5665
(111,86,101)
#7C6573
(124,101,115)
#897481
(137,116,129)
#96838F
(150,131,143)
#A3929D
(163,146,157)
#B0A1AB
(176,161,171)
#BDB0B9
(189,176,185)
#CABFC7
(202,191,199)
#D7CED5
(215,206,213)
#E4DDE3
(228,221,227)
#F1ECF1
(241,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5665 color. Also use rgb(111,86,101) instead hex code.

Text Font Color

.myTextColor { color: #6F5665; }

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

This text font color is #6F5665.


Background Color

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

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

This div background color is #6F5665.


Border color

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

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

This div border color is #6F5665.


Opacity

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

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

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

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

This text has shadow with #6F5665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5665 on black background.


Color preview on white background

This text has color #6F5665 on white background.



Black color preview on #6F5665 background

This text has black color on #6F5665 background.


White color preview on #6F5665 background

This text has white color on #6F5665 background.