COLOR #6C958C

HEX: #6C958C RGB: (108,149,140)

Color info

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

RGB color model

#6C958C color RGB value is (108,149,140).

RGB: (108,149,140) (42%, 58%, 55%)

RGB channels and saturation

R 108 of 255 = 42%
G 149 of 255 = 58%
B 140 of 255 = 55%

108
149
140

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

Portions of RGB colors in percentages

R + G + B = 108 + 149 + 140 = 397 (100%)
R 108 of 397 ~ 27.2%
G 149 of 397 ~ 37.53%
B 140 of 397 ~ 35.26'%

%27.2
%37.53
%35.26

CMYK color model

#6C958C color CMYK value is (28,0,6,42).

  • cyan value is 27.52%
  • magenta value is 0.00%
  • yellow value is 6.04%
  • key color value is 41.57%

CMYK: (28,0,6,42)
C28M0Y6K42 (28%, 0%, 6%, 42%)
(0.28 / 0.00 / 0.06 / 0.42)

CMYK percentages

%27.52
%0
%6.04
%41.57

Codes

Color #6C958C in popluar color models

6C 95 8C
RGB 108 149 140
HSL 167° 16.21% 50.39%
HSB/HSV 167° 27.52% 58.43%
CMYK 27.52% 0.00% 6.04%
41.57%

Color #6C958C in popluar number systems.

HEX 6C 95 8C
Decimal 108 149 140
Binary 1101100 10010101 10001100
Octal 154 225 214

Shades and tints

Shades of #6C958C

#6C958C
(108,149,140)
#638880
(99,136,128)
#5A7B74
(90,123,116)
#516E68
(81,110,104)
#48615C
(72,97,92)
#3F5450
(63,84,80)
#364744
(54,71,68)
#2D3A38
(45,58,56)
#242D2C
(36,45,44)
#1B2020
(27,32,32)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #6C958C

#6C958C
(108,149,140)
#799E96
(121,158,150)
#86A7A0
(134,167,160)
#93B0AA
(147,176,170)
#A0B9B4
(160,185,180)
#ADC2BE
(173,194,190)
#BACBC8
(186,203,200)
#C7D4D2
(199,212,210)
#D4DDDC
(212,221,220)
#E1E6E6
(225,230,230)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C958C color. Also use rgb(108,149,140) instead hex code.

Text Font Color

.myTextColor { color: #6C958C; }

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

This text font color is #6C958C.

Background Color

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

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

This div background color is #6C958C.

Border color

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

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

This div border color is #6C958C.

Opacity

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

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

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

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

This text has shadow with #6C958C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C958C.

Preview

Color preview on black background

This text has color #6C958C on black background.


Color preview on white background

This text has color #6C958C on white background.


Black color preview on #6C958C background

This text has black color on #6C958C background.


White color preview on #6C958C background

This text has white color on #6C958C background.


Related colors

Complementary color

Complementary color for #hex is #936A73.


I love getcolorcode.com

Triadic colors

1 #8C6C95 and #958C6C with #6C958C are triadic colors.

2 #8C956C and #956C8C with #6C958C are triadic colors.