COLOR #6B7869

HEX: #6B7869 RGB: (107,120,105)

Color info

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

RGB color model

#6B7869 color RGB value is (107,120,105).

RGB: (107,120,105) (42%, 47%, 41%)

RGB channels and saturation

R 107 of 255 = 42%
G 120 of 255 = 47%
B 105 of 255 = 41%

107
120
105

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

Portions of RGB colors in percentages

R + G + B = 107 + 120 + 105 = 332 (100%)
R 107 of 332 ~ 32.23%
G 120 of 332 ~ 36.14%
B 105 of 332 ~ 31.63'%

%32.23
%36.14
%31.63

CMYK color model

#6B7869 color CMYK value is (11,0,13,53).

  • cyan value is 10.83%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 52.94%

CMYK: (11,0,13,53)
C11M0Y13K53 (11%, 0%, 13%, 53%)
(0.11 / 0.00 / 0.13 / 0.53)

CMYK percentages

%10.83
%0
%12.5
%52.94

Codes

Color #6B7869 in popluar color models

6B 78 69
RGB 107 120 105
HSL 112° 6.67% 44.12%
HSB/HSV 112° 12.50% 47.06%
CMYK 10.83% 0.00% 12.50%
52.94%

Color #6B7869 in popluar number systems.

HEX 6B 78 69
Decimal 107 120 105
Binary 1101011 1111000 1101001
Octal 153 170 151

Shades and tints

Shades of #6B7869

#6B7869
(107,120,105)
#626E60
(98,110,96)
#596457
(89,100,87)
#505A4E
(80,90,78)
#475045
(71,80,69)
#3E463C
(62,70,60)
#353C33
(53,60,51)
#2C322A
(44,50,42)
#232821
(35,40,33)
#1A1E18
(26,30,24)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #6B7869

#6B7869
(107,120,105)
#788476
(120,132,118)
#859083
(133,144,131)
#929C90
(146,156,144)
#9FA89D
(159,168,157)
#ACB4AA
(172,180,170)
#B9C0B7
(185,192,183)
#C6CCC4
(198,204,196)
#D3D8D1
(211,216,209)
#E0E4DE
(224,228,222)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7869 color. Also use rgb(107,120,105) instead hex code.

Text Font Color

.myTextColor { color: #6B7869; }

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

This text font color is #6B7869.

Background Color

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

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

This div background color is #6B7869.

Border color

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

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

This div border color is #6B7869.

Opacity

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

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

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

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

This text has shadow with #6B7869 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B7869.

Preview

Color preview on black background

This text has color #6B7869 on black background.


Color preview on white background

This text has color #6B7869 on white background.


Black color preview on #6B7869 background

This text has black color on #6B7869 background.


White color preview on #6B7869 background

This text has white color on #6B7869 background.


Related colors

Complementary color

Complementary color for #hex is #948796.


I love getcolorcode.com

Triadic colors

1 #696B78 and #78696B with #6B7869 are triadic colors.

2 #69786B and #786B69 with #6B7869 are triadic colors.