COLOR #6C9788

HEX: #6C9788
RGB: (108,151,136)

Color info

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

RGB color model

#6C9788 color RGB value is (108,151,136).

  • red value is 108;
  • green value is 151;
  • blue value is 136.
RGB:
(108,151,136)
(42%,59%,53%)

RGB channels and saturation

R 108 of 255 = 42%
G 151 of 255 = 59%
B 136 of 255 = 53%

108
151
136

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

Portions of RGB colors in percentages

R + G + B =
108 + 151 + 136 = 395 (100%)
R 108 of 395 ~ 27.34%
G 151 of 395 ~ 38.23%
B 136 of 395 ~ 34.43%

%27.34
%38.23
%34.43

CMYK color model

#6C9788 color CMYK value is (28,0,10,41).

  • cyan value is 28.48%
  • magenta value is 0.00%
  • yellow value is 9.93%
  • key color value is 40.78%
CMYK:
(28,0,10,41)
C28M0Y10K41 
(28%,0%,10%,41%)
(0.28/0.00/0.10/0.41)	

CMYK percentages

%28.48
%0
%9.93
%40.78

Codes

Color #6C9788 in popluar color models

6C9788
RGB108151136
HSL159°17.13%50.78%
HSB/HSV159°28.48%59.22%
CMYK28.48%0.00%9.93%
40.78%

Color #6C9788 in popluar number systems.

HEX6C9788
Decimal108151136
Binary11011001001011110001000
Octal154227210

Shades and tints

Shades of #6C9788

#6C9788
(108,151,136)
#638A7C
(99,138,124)
#5A7D70
(90,125,112)
#517064
(81,112,100)
#486358
(72,99,88)
#3F564C
(63,86,76)
#364940
(54,73,64)
#2D3C34
(45,60,52)
#242F28
(36,47,40)
#1B221C
(27,34,28)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #6C9788

#6C9788
(108,151,136)
#79A092
(121,160,146)
#86A99C
(134,169,156)
#93B2A6
(147,178,166)
#A0BBB0
(160,187,176)
#ADC4BA
(173,196,186)
#BACDC4
(186,205,196)
#C7D6CE
(199,214,206)
#D4DFD8
(212,223,216)
#E1E8E2
(225,232,226)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C9788 color. Also use rgb(108,151,136) instead hex code.

Text Font Color

.myTextColor { color: #6C9788; }

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

This text font color is #6C9788.


Background Color

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

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

This div background color is #6C9788.


Border color

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

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

This div border color is #6C9788.


Opacity

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

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

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

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

This text has shadow with #6C9788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C9788 on black background.


Color preview on white background

This text has color #6C9788 on white background.



Black color preview on #6C9788 background

This text has black color on #6C9788 background.


White color preview on #6C9788 background

This text has white color on #6C9788 background.