COLOR #6C8F84

HEX: #6C8F84
RGB: (108,143,132)

Color info

#6C8F84 contains red, green and blue colors in about the same proportion. Web safe color of #6C8F84 is #669999 (or #699).

RGB color model

#6C8F84 color RGB value is (108,143,132).

  • red value is 108;
  • green value is 143;
  • blue value is 132.
RGB:
(108,143,132)
(42%,56%,52%)

RGB channels and saturation

R 108 of 255 = 42%
G 143 of 255 = 56%
B 132 of 255 = 52%

108
143
132

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

Portions of RGB colors in percentages

R + G + B =
108 + 143 + 132 = 383 (100%)
R 108 of 383 ~ 28.2%
G 143 of 383 ~ 37.34%
B 132 of 383 ~ 34.46%

%28.2
%37.34
%34.46

CMYK color model

#6C8F84 color CMYK value is (24,0,8,44).

  • cyan value is 24.48%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 43.92%
CMYK:
(24,0,8,44)
C24M0Y8K44 
(24%,0%,8%,44%)
(0.24/0.00/0.08/0.44)	

CMYK percentages

%24.48
%0
%7.69
%43.92

Codes

Color #6C8F84 in popluar color models

6C8F84
RGB108143132
HSL161°13.94%49.22%
HSB/HSV161°24.48%56.08%
CMYK24.48%0.00%7.69%
43.92%

Color #6C8F84 in popluar number systems.

HEX6C8F84
Decimal108143132
Binary11011001000111110000100
Octal154217204

Shades and tints

Shades of #6C8F84

#6C8F84
(108,143,132)
#638278
(99,130,120)
#5A756C
(90,117,108)
#516860
(81,104,96)
#485B54
(72,91,84)
#3F4E48
(63,78,72)
#36413C
(54,65,60)
#2D3430
(45,52,48)
#242724
(36,39,36)
#1B1A18
(27,26,24)
#120D0C
(18,13,12)
#000000
(0,0,0)

Tints of #6C8F84

#6C8F84
(108,143,132)
#79998F
(121,153,143)
#86A39A
(134,163,154)
#93ADA5
(147,173,165)
#A0B7B0
(160,183,176)
#ADC1BB
(173,193,187)
#BACBC6
(186,203,198)
#C7D5D1
(199,213,209)
#D4DFDC
(212,223,220)
#E1E9E7
(225,233,231)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8F84 color. Also use rgb(108,143,132) instead hex code.

Text Font Color

.myTextColor { color: #6C8F84; }

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

This text font color is #6C8F84.


Background Color

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

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

This div background color is #6C8F84.


Border color

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

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

This div border color is #6C8F84.


Opacity

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

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

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

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

This text has shadow with #6C8F84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8F84 on black background.


Color preview on white background

This text has color #6C8F84 on white background.



Black color preview on #6C8F84 background

This text has black color on #6C8F84 background.


White color preview on #6C8F84 background

This text has white color on #6C8F84 background.