COLOR #6F556F

HEX: #6F556F RGB: (111,85,111)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

111
85
111

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

Portions of RGB colors in percentages

R + G + B = 111 + 85 + 111 = 307 (100%)
R 111 of 307 ~ 36.16%
G 85 of 307 ~ 27.69%
B 111 of 307 ~ 36.16'%

%36.16
%27.69
%36.16

CMYK color model

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

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

CMYK: (0,23,0,56)
C0M23Y0K56 (0%, 23%, 0%, 56%)
(0.00 / 0.23 / 0.00 / 0.56)

CMYK percentages

%0
%23.42
%0
%56.47

Codes

Color #6F556F in popluar color models

6F 55 6F
RGB 111 85 111
HSL 300° 13.27% 38.43%
HSB/HSV 300° 23.42% 43.53%
CMYK 0.00% 23.42% 0.00%
56.47%

Color #6F556F in popluar number systems.

HEX 6F 55 6F
Decimal 111 85 111
Binary 1101111 1010101 1101111
Octal 157 125 157

Shades and tints

Shades of #6F556F

#6F556F
(111,85,111)
#654E65
(101,78,101)
#5B475B
(91,71,91)
#514051
(81,64,81)
#473947
(71,57,71)
#3D323D
(61,50,61)
#332B33
(51,43,51)
#292429
(41,36,41)
#1F1D1F
(31,29,31)
#151615
(21,22,21)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #6F556F

#6F556F
(111,85,111)
#7C647C
(124,100,124)
#897389
(137,115,137)
#968296
(150,130,150)
#A391A3
(163,145,163)
#B0A0B0
(176,160,176)
#BDAFBD
(189,175,189)
#CABECA
(202,190,202)
#D7CDD7
(215,205,215)
#E4DCE4
(228,220,228)
#F1EBF1
(241,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F556F; }

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

This text font color is #6F556F.

Background Color

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

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

This div background color is #6F556F.

Border color

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

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

This div border color is #6F556F.

Opacity

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

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

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

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

This text has shadow with #6F556F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F556F.

Preview

Color preview on black background

This text has color #6F556F on black background.


Color preview on white background

This text has color #6F556F on white background.


Black color preview on #6F556F background

This text has black color on #6F556F background.


White color preview on #6F556F background

This text has white color on #6F556F background.


Related colors

Complementary color

Complementary color for #hex is #90AA90.


I love getcolorcode.com

Triadic colors

1 #6F6F55 and #556F6F with #6F556F are triadic colors.

2 #6F556F and #556F6F with #6F556F are triadic colors.