COLOR #6F556D

HEX: #6F556D RGB: (111,85,109)

Color info

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

RGB color model

#6F556D color RGB value is (111,85,109).

RGB: (111,85,109) (44%, 33%, 43%)

RGB channels and saturation

R 111 of 255 = 44%
G 85 of 255 = 33%
B 109 of 255 = 43%

111
85
109

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

Portions of RGB colors in percentages

R + G + B = 111 + 85 + 109 = 305 (100%)
R 111 of 305 ~ 36.39%
G 85 of 305 ~ 27.87%
B 109 of 305 ~ 35.74'%

%36.39
%27.87
%35.74

CMYK color model

#6F556D color CMYK value is (0,23,2,56).

  • cyan value is 0.00%
  • magenta value is 23.42%
  • yellow value is 1.80%
  • key color value is 56.47%

CMYK: (0,23,2,56)
C0M23Y2K56 (0%, 23%, 2%, 56%)
(0.00 / 0.23 / 0.02 / 0.56)

CMYK percentages

%0
%23.42
%1.8
%56.47

Codes

Color #6F556D in popluar color models

6F 55 6D
RGB 111 85 109
HSL 305° 13.27% 38.43%
HSB/HSV 305° 23.42% 43.53%
CMYK 0.00% 23.42% 1.80%
56.47%

Color #6F556D in popluar number systems.

HEX 6F 55 6D
Decimal 111 85 109
Binary 1101111 1010101 1101101
Octal 157 125 155

Shades and tints

Shades of #6F556D

#6F556D
(111,85,109)
#654E64
(101,78,100)
#5B475B
(91,71,91)
#514052
(81,64,82)
#473949
(71,57,73)
#3D3240
(61,50,64)
#332B37
(51,43,55)
#29242E
(41,36,46)
#1F1D25
(31,29,37)
#15161C
(21,22,28)
#0B0F13
(11,15,19)
#000000
(0,0,0)

Tints of #6F556D

#6F556D
(111,85,109)
#7C647A
(124,100,122)
#897387
(137,115,135)
#968294
(150,130,148)
#A391A1
(163,145,161)
#B0A0AE
(176,160,174)
#BDAFBB
(189,175,187)
#CABEC8
(202,190,200)
#D7CDD5
(215,205,213)
#E4DCE2
(228,220,226)
#F1EBEF
(241,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F556D color. Also use rgb(111,85,109) instead hex code.

Text Font Color

.myTextColor { color: #6F556D; }

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

This text font color is #6F556D.

Background Color

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

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

This div background color is #6F556D.

Border color

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

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

This div border color is #6F556D.

Opacity

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

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

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

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

This text has shadow with #6F556D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F556D.

Preview

Color preview on black background

This text has color #6F556D on black background.


Color preview on white background

This text has color #6F556D on white background.


Black color preview on #6F556D background

This text has black color on #6F556D background.


White color preview on #6F556D background

This text has white color on #6F556D background.


Related colors

Complementary color

Complementary color for #hex is #90AA92.


I love getcolorcode.com

Triadic colors

1 #6D6F55 and #556D6F with #6F556D are triadic colors.

2 #6D556F and #556F6D with #6F556D are triadic colors.