COLOR #6CB49F

HEX: #6CB49F RGB: (108,180,159)

Color info

#6CB49F contains mainly green and blue colors. Web safe color of #6CB49F is #66CC99 (or #6C9).

RGB color model

#6CB49F color RGB value is (108,180,159).

RGB: (108,180,159) (42%, 71%, 62%)

RGB channels and saturation

R 108 of 255 = 42%
G 180 of 255 = 71%
B 159 of 255 = 62%

108
180
159

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

Portions of RGB colors in percentages

R + G + B = 108 + 180 + 159 = 447 (100%)
R 108 of 447 ~ 24.16%
G 180 of 447 ~ 40.27%
B 159 of 447 ~ 35.57'%

%24.16
%40.27
%35.57

CMYK color model

#6CB49F color CMYK value is (40,0,12,29).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 11.67%
  • key color value is 29.41%
CMYK: (40,0,12,29) C40M0Y12K29 (40%,0%,12%,29%) (0.40/0.00/0.12/0.29) 

CMYK percentages

%40
%0
%11.67
%29.41

Codes

Color #6CB49F in popluar color models

6C B4 9F
RGB 108 180 159
HSL 163° 32.43% 56.47%
HSB/HSV 163° 40.00% 70.59%
CMYK 40.00% 0.00% 11.67%
29.41%

Color #6CB49F in popluar number systems.

HEX 6C B4 9F
Decimal 108 180 159
Binary 1101100 10110100 10011111
Octal 154 264 237

Shades and tints

Shades of #6CB49F

#6CB49F
(108,180,159)
#63A491
(99,164,145)
#5A9483
(90,148,131)
#518475
(81,132,117)
#487467
(72,116,103)
#3F6459
(63,100,89)
#36544B
(54,84,75)
#2D443D
(45,68,61)
#24342F
(36,52,47)
#1B2421
(27,36,33)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #6CB49F

#6CB49F
(108,180,159)
#79BAA7
(121,186,167)
#86C0AF
(134,192,175)
#93C6B7
(147,198,183)
#A0CCBF
(160,204,191)
#ADD2C7
(173,210,199)
#BAD8CF
(186,216,207)
#C7DED7
(199,222,215)
#D4E4DF
(212,228,223)
#E1EAE7
(225,234,231)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CB49F color. Also use rgb(108,180,159) instead hex code.

Text Font Color

.myTextColor { color: #6CB49F; }

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

This text font color is #6CB49F.

Background Color

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

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

This div background color is #6CB49F.

Border color

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

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

This div border color is #6CB49F.

Opacity

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

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

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

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

This text has shadow with #6CB49F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CB49F.

Preview

Color preview on black background

This text has color #6CB49F on black background.


Color preview on white background

This text has color #6CB49F on white background.


Black color preview on #6CB49F background

This text has black color on #6CB49F background.


White color preview on #6CB49F background

This text has white color on #6CB49F background.


Related colors

Complementary color

Complementary color for #hex is #934B60.


I love getcolorcode.com

Triadic colors

1 #9F6CB4 and #B49F6C with #6CB49F are triadic colors.

2 #9FB46C and #B46C9F with #6CB49F are triadic colors.