COLOR #6C978E

HEX: #6C978E RGB: (108,151,142)

Color info

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

RGB color model

#6C978E color RGB value is (108,151,142).

RGB: (108,151,142) (42%, 59%, 56%)

RGB channels and saturation

R 108 of 255 = 42%
G 151 of 255 = 59%
B 142 of 255 = 56%

108
151
142

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

Portions of RGB colors in percentages

R + G + B = 108 + 151 + 142 = 401 (100%)
R 108 of 401 ~ 26.93%
G 151 of 401 ~ 37.66%
B 142 of 401 ~ 35.41'%

%26.93
%37.66
%35.41

CMYK color model

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

  • cyan value is 28.48%
  • magenta value is 0.00%
  • yellow value is 5.96%
  • key color value is 40.78%
CMYK: (28,0,6,41) C28M0Y6K41 (28%,0%,6%,41%) (0.28/0.00/0.06/0.41) 

CMYK percentages

%28.48
%0
%5.96
%40.78

Codes

Color #6C978E in popluar color models

6C 97 8E
RGB 108 151 142
HSL 167° 17.13% 50.78%
HSB/HSV 167° 28.48% 59.22%
CMYK 28.48% 0.00% 5.96%
40.78%

Color #6C978E in popluar number systems.

HEX 6C 97 8E
Decimal 108 151 142
Binary 1101100 10010111 10001110
Octal 154 227 216

Shades and tints

Shades of #6C978E

#6C978E
(108,151,142)
#638A82
(99,138,130)
#5A7D76
(90,125,118)
#51706A
(81,112,106)
#48635E
(72,99,94)
#3F5652
(63,86,82)
#364946
(54,73,70)
#2D3C3A
(45,60,58)
#242F2E
(36,47,46)
#1B2222
(27,34,34)
#121516
(18,21,22)
#000000
(0,0,0)

Tints of #6C978E

#6C978E
(108,151,142)
#79A098
(121,160,152)
#86A9A2
(134,169,162)
#93B2AC
(147,178,172)
#A0BBB6
(160,187,182)
#ADC4C0
(173,196,192)
#BACDCA
(186,205,202)
#C7D6D4
(199,214,212)
#D4DFDE
(212,223,222)
#E1E8E8
(225,232,232)
#EEF1F2
(238,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C978E; }

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

This text font color is #6C978E.

Background Color

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

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

This div background color is #6C978E.

Border color

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

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

This div border color is #6C978E.

Opacity

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

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

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

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

This text has shadow with #6C978E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C978E.

Preview

Color preview on black background

This text has color #6C978E on black background.


Color preview on white background

This text has color #6C978E on white background.


Black color preview on #6C978E background

This text has black color on #6C978E background.


White color preview on #6C978E background

This text has white color on #6C978E background.


Related colors

Complementary color

Complementary color for #hex is #936871.


I love getcolorcode.com

Triadic colors

1 #8E6C97 and #978E6C with #6C978E are triadic colors.

2 #8E976C and #976C8E with #6C978E are triadic colors.