COLOR #6C7869

HEX: #6C7869 RGB: (108,120,105)

Color info

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

RGB color model

#6C7869 color RGB value is (108,120,105).

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

RGB channels and saturation

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

108
120
105

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

Portions of RGB colors in percentages

R + G + B = 108 + 120 + 105 = 333 (100%)
R 108 of 333 ~ 32.43%
G 120 of 333 ~ 36.04%
B 105 of 333 ~ 31.53'%

%32.43
%36.04
%31.53

CMYK color model

#6C7869 color CMYK value is (10,0,13,53).

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

CMYK: (10,0,13,53)
C10M0Y13K53 (10%, 0%, 13%, 53%)
(0.10 / 0.00 / 0.13 / 0.53)

CMYK percentages

%10
%0
%12.5
%52.94

Codes

Color #6C7869 in popluar color models

6C 78 69
RGB 108 120 105
HSL 108° 6.67% 44.12%
HSB/HSV 108° 12.50% 47.06%
CMYK 10.00% 0.00% 12.50%
52.94%

Color #6C7869 in popluar number systems.

HEX 6C 78 69
Decimal 108 120 105
Binary 1101100 1111000 1101001
Octal 154 170 151

Shades and tints

Shades of #6C7869

#6C7869
(108,120,105)
#636E60
(99,110,96)
#5A6457
(90,100,87)
#515A4E
(81,90,78)
#485045
(72,80,69)
#3F463C
(63,70,60)
#363C33
(54,60,51)
#2D322A
(45,50,42)
#242821
(36,40,33)
#1B1E18
(27,30,24)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #6C7869

#6C7869
(108,120,105)
#798476
(121,132,118)
#869083
(134,144,131)
#939C90
(147,156,144)
#A0A89D
(160,168,157)
#ADB4AA
(173,180,170)
#BAC0B7
(186,192,183)
#C7CCC4
(199,204,196)
#D4D8D1
(212,216,209)
#E1E4DE
(225,228,222)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7869; }

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

This text font color is #6C7869.

Background Color

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

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

This div background color is #6C7869.

Border color

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

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

This div border color is #6C7869.

Opacity

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

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

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

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

This text has shadow with #6C7869 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C7869.

Preview

Color preview on black background

This text has color #6C7869 on black background.


Color preview on white background

This text has color #6C7869 on white background.


Black color preview on #6C7869 background

This text has black color on #6C7869 background.


White color preview on #6C7869 background

This text has white color on #6C7869 background.


Related colors

Complementary color

Complementary color for #hex is #938796.


I love getcolorcode.com

Triadic colors

1 #696C78 and #78696C with #6C7869 are triadic colors.

2 #69786C and #786C69 with #6C7869 are triadic colors.