COLOR #6CB69F

HEX: #6CB69F
RGB: (108,182,159)

Color info

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

RGB color model

#6CB69F color RGB value is (108,182,159).

  • red value is 108;
  • green value is 182;
  • blue value is 159.
RGB:
(108,182,159)
(42%,71%,62%)

RGB channels and saturation

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

108
182
159

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

Portions of RGB colors in percentages

R + G + B =
108 + 182 + 159 = 449 (100%)
R 108 of 449 ~ 24.05%
G 182 of 449 ~ 40.53%
B 159 of 449 ~ 35.41%

%24.05
%40.53
%35.41

CMYK color model

#6CB69F color CMYK value is (41,0,13,29).

  • cyan value is 40.66%
  • magenta value is 0.00%
  • yellow value is 12.64%
  • key color value is 28.63%
CMYK:
(41,0,13,29)
C41M0Y13K29 
(41%,0%,13%,29%)
(0.41/0.00/0.13/0.29)	

CMYK percentages

%40.66
%0
%12.64
%28.63

Codes

Color #6CB69F in popluar color models

6CB69F
RGB108182159
HSL161°33.64%56.86%
HSB/HSV161°40.66%71.37%
CMYK40.66%0.00%12.64%
28.63%

Color #6CB69F in popluar number systems.

HEX6CB69F
Decimal108182159
Binary11011001011011010011111
Octal154266237

Shades and tints

Shades of #6CB69F

#6CB69F
(108,182,159)
#63A691
(99,166,145)
#5A9683
(90,150,131)
#518675
(81,134,117)
#487667
(72,118,103)
#3F6659
(63,102,89)
#36564B
(54,86,75)
#2D463D
(45,70,61)
#24362F
(36,54,47)
#1B2621
(27,38,33)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #6CB69F

#6CB69F
(108,182,159)
#79BCA7
(121,188,167)
#86C2AF
(134,194,175)
#93C8B7
(147,200,183)
#A0CEBF
(160,206,191)
#ADD4C7
(173,212,199)
#BADACF
(186,218,207)
#C7E0D7
(199,224,215)
#D4E6DF
(212,230,223)
#E1ECE7
(225,236,231)
#EEF2EF
(238,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CB69F; }

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

This text font color is #6CB69F.


Background Color

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

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

This div background color is #6CB69F.


Border color

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

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

This div border color is #6CB69F.


Opacity

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

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

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

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

This text has shadow with #6CB69F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CB69F on black background.


Color preview on white background

This text has color #6CB69F on white background.



Black color preview on #6CB69F background

This text has black color on #6CB69F background.


White color preview on #6CB69F background

This text has white color on #6CB69F background.