COLOR #6C8780

HEX: #6C8780 RGB: (108,135,128)

Color info

#6C8780 contains red, green and blue colors in about the same proportion. Web safe color of #6C8780 is #669966 (or #696).

RGB color model

#6C8780 color RGB value is (108,135,128).

RGB: (108,135,128) (42%, 53%, 50%)

RGB channels and saturation

R 108 of 255 = 42%
G 135 of 255 = 53%
B 128 of 255 = 50%

108
135
128

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

Portions of RGB colors in percentages

R + G + B = 108 + 135 + 128 = 371 (100%)
R 108 of 371 ~ 29.11%
G 135 of 371 ~ 36.39%
B 128 of 371 ~ 34.5'%

%29.11
%36.39
%34.5

CMYK color model

#6C8780 color CMYK value is (20,0,5,47).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 5.19%
  • key color value is 47.06%

CMYK: (20,0,5,47)
C20M0Y5K47 (20%, 0%, 5%, 47%)
(0.20 / 0.00 / 0.05 / 0.47)

CMYK percentages

%20
%0
%5.19
%47.06

Codes

Color #6C8780 in popluar color models

6C 87 80
RGB 108 135 128
HSL 164° 11.11% 47.65%
HSB/HSV 164° 20.00% 52.94%
CMYK 20.00% 0.00% 5.19%
47.06%

Color #6C8780 in popluar number systems.

HEX 6C 87 80
Decimal 108 135 128
Binary 1101100 10000111 10000000
Octal 154 207 200

Shades and tints

Shades of #6C8780

#6C8780
(108,135,128)
#637B75
(99,123,117)
#5A6F6A
(90,111,106)
#51635F
(81,99,95)
#485754
(72,87,84)
#3F4B49
(63,75,73)
#363F3E
(54,63,62)
#2D3333
(45,51,51)
#242728
(36,39,40)
#1B1B1D
(27,27,29)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #6C8780

#6C8780
(108,135,128)
#79918B
(121,145,139)
#869B96
(134,155,150)
#93A5A1
(147,165,161)
#A0AFAC
(160,175,172)
#ADB9B7
(173,185,183)
#BAC3C2
(186,195,194)
#C7CDCD
(199,205,205)
#D4D7D8
(212,215,216)
#E1E1E3
(225,225,227)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8780 color. Also use rgb(108,135,128) instead hex code.

Text Font Color

.myTextColor { color: #6C8780; }

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

This text font color is #6C8780.

Background Color

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

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

This div background color is #6C8780.

Border color

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

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

This div border color is #6C8780.

Opacity

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

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

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

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

This text has shadow with #6C8780 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C8780.

Preview

Color preview on black background

This text has color #6C8780 on black background.


Color preview on white background

This text has color #6C8780 on white background.


Black color preview on #6C8780 background

This text has black color on #6C8780 background.


White color preview on #6C8780 background

This text has white color on #6C8780 background.


Related colors

Complementary color

Complementary color for #hex is #93787F.


I love getcolorcode.com

Triadic colors

1 #806C87 and #87806C with #6C8780 are triadic colors.

2 #80876C and #876C80 with #6C8780 are triadic colors.