COLOR #6F506B

HEX: #6F506B RGB: (111,80,107)

Color info

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

RGB color model

#6F506B color RGB value is (111,80,107).

RGB: (111,80,107) (44%, 31%, 42%)

RGB channels and saturation

R 111 of 255 = 44%
G 80 of 255 = 31%
B 107 of 255 = 42%

111
80
107

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

Portions of RGB colors in percentages

R + G + B = 111 + 80 + 107 = 298 (100%)
R 111 of 298 ~ 37.25%
G 80 of 298 ~ 26.85%
B 107 of 298 ~ 35.91'%

%37.25
%26.85
%35.91

CMYK color model

#6F506B color CMYK value is (0,28,4,56).

  • cyan value is 0.00%
  • magenta value is 27.93%
  • yellow value is 3.60%
  • key color value is 56.47%

CMYK: (0,28,4,56)
C0M28Y4K56 (0%, 28%, 4%, 56%)
(0.00 / 0.28 / 0.04 / 0.56)

CMYK percentages

%0
%27.93
%3.6
%56.47

Codes

Color #6F506B in popluar color models

6F 50 6B
RGB 111 80 107
HSL 308° 16.23% 37.45%
HSB/HSV 308° 27.93% 43.53%
CMYK 0.00% 27.93% 3.60%
56.47%

Color #6F506B in popluar number systems.

HEX 6F 50 6B
Decimal 111 80 107
Binary 1101111 1010000 1101011
Octal 157 120 153

Shades and tints

Shades of #6F506B

#6F506B
(111,80,107)
#654962
(101,73,98)
#5B4259
(91,66,89)
#513B50
(81,59,80)
#473447
(71,52,71)
#3D2D3E
(61,45,62)
#332635
(51,38,53)
#291F2C
(41,31,44)
#1F1823
(31,24,35)
#15111A
(21,17,26)
#0B0A11
(11,10,17)
#000000
(0,0,0)

Tints of #6F506B

#6F506B
(111,80,107)
#7C5F78
(124,95,120)
#896E85
(137,110,133)
#967D92
(150,125,146)
#A38C9F
(163,140,159)
#B09BAC
(176,155,172)
#BDAAB9
(189,170,185)
#CAB9C6
(202,185,198)
#D7C8D3
(215,200,211)
#E4D7E0
(228,215,224)
#F1E6ED
(241,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F506B; }

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

This text font color is #6F506B.

Background Color

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

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

This div background color is #6F506B.

Border color

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

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

This div border color is #6F506B.

Opacity

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

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

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

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

This text has shadow with #6F506B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F506B.

Preview

Color preview on black background

This text has color #6F506B on black background.


Color preview on white background

This text has color #6F506B on white background.


Black color preview on #6F506B background

This text has black color on #6F506B background.


White color preview on #6F506B background

This text has white color on #6F506B background.


Related colors

Complementary color

Complementary color for #hex is #90AF94.


I love getcolorcode.com

Triadic colors

1 #6B6F50 and #506B6F with #6F506B are triadic colors.

2 #6B506F and #506F6B with #6F506B are triadic colors.