COLOR #6F516C

HEX: #6F516C
RGB: (111,81,108)

Color info

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

RGB color model

#6F516C color RGB value is (111,81,108).

  • red value is 111;
  • green value is 81;
  • blue value is 108.
RGB:
(111,81,108)
(44%,32%,42%)

RGB channels and saturation

R 111 of 255 = 44%
G 81 of 255 = 32%
B 108 of 255 = 42%

111
81
108

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

Portions of RGB colors in percentages

R + G + B =
111 + 81 + 108 = 300 (100%)
R 111 of 300 ~ 37%
G 81 of 300 ~ 27%
B 108 of 300 ~ 36%

%37
%27
%36

CMYK color model

#6F516C color CMYK value is (0,27,3,56).

  • cyan value is 0.00%
  • magenta value is 27.03%
  • yellow value is 2.70%
  • key color value is 56.47%
CMYK:
(0,27,3,56)
C0M27Y3K56 
(0%,27%,3%,56%)
(0.00/0.27/0.03/0.56)	

CMYK percentages

%0
%27.03
%2.7
%56.47

Codes

Color #6F516C in popluar color models

6F516C
RGB11181108
HSL306°15.63%37.65%
HSB/HSV306°27.03%43.53%
CMYK0.00%27.03%2.70%
56.47%

Color #6F516C in popluar number systems.

HEX6F516C
Decimal11181108
Binary110111110100011101100
Octal157121154

Shades and tints

Shades of #6F516C

#6F516C
(111,81,108)
#654A63
(101,74,99)
#5B435A
(91,67,90)
#513C51
(81,60,81)
#473548
(71,53,72)
#3D2E3F
(61,46,63)
#332736
(51,39,54)
#29202D
(41,32,45)
#1F1924
(31,25,36)
#15121B
(21,18,27)
#0B0B12
(11,11,18)
#000000
(0,0,0)

Tints of #6F516C

#6F516C
(111,81,108)
#7C6079
(124,96,121)
#896F86
(137,111,134)
#967E93
(150,126,147)
#A38DA0
(163,141,160)
#B09CAD
(176,156,173)
#BDABBA
(189,171,186)
#CABAC7
(202,186,199)
#D7C9D4
(215,201,212)
#E4D8E1
(228,216,225)
#F1E7EE
(241,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F516C color. Also use rgb(111,81,108) instead hex code.

Text Font Color

.myTextColor { color: #6F516C; }

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

This text font color is #6F516C.


Background Color

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

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

This div background color is #6F516C.


Border color

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

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

This div border color is #6F516C.


Opacity

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

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

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

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

This text has shadow with #6F516C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F516C on black background.


Color preview on white background

This text has color #6F516C on white background.



Black color preview on #6F516C background

This text has black color on #6F516C background.


White color preview on #6F516C background

This text has white color on #6F516C background.