COLOR #6CB19E

HEX: #6CB19E
RGB: (108,177,158)

Color info

#6CB19E contains mainly green and blue colors. Web safe color of #6CB19E is #669999 (or #699).

RGB color model

#6CB19E color RGB value is (108,177,158).

  • red value is 108;
  • green value is 177;
  • blue value is 158.
RGB:
(108,177,158)
(42%,69%,62%)

RGB channels and saturation

R 108 of 255 = 42%
G 177 of 255 = 69%
B 158 of 255 = 62%

108
177
158

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

Portions of RGB colors in percentages

R + G + B =
108 + 177 + 158 = 443 (100%)
R 108 of 443 ~ 24.38%
G 177 of 443 ~ 39.95%
B 158 of 443 ~ 35.67%

%24.38
%39.95
%35.67

CMYK color model

#6CB19E color CMYK value is (39,0,11,31).

  • cyan value is 38.98%
  • magenta value is 0.00%
  • yellow value is 10.73%
  • key color value is 30.59%
CMYK:
(39,0,11,31)
C39M0Y11K31 
(39%,0%,11%,31%)
(0.39/0.00/0.11/0.31)	

CMYK percentages

%38.98
%0
%10.73
%30.59

Codes

Color #6CB19E in popluar color models

6CB19E
RGB108177158
HSL163°30.67%55.88%
HSB/HSV163°38.98%69.41%
CMYK38.98%0.00%10.73%
30.59%

Color #6CB19E in popluar number systems.

HEX6CB19E
Decimal108177158
Binary11011001011000110011110
Octal154261236

Shades and tints

Shades of #6CB19E

#6CB19E
(108,177,158)
#63A190
(99,161,144)
#5A9182
(90,145,130)
#518174
(81,129,116)
#487166
(72,113,102)
#3F6158
(63,97,88)
#36514A
(54,81,74)
#2D413C
(45,65,60)
#24312E
(36,49,46)
#1B2120
(27,33,32)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #6CB19E

#6CB19E
(108,177,158)
#79B8A6
(121,184,166)
#86BFAE
(134,191,174)
#93C6B6
(147,198,182)
#A0CDBE
(160,205,190)
#ADD4C6
(173,212,198)
#BADBCE
(186,219,206)
#C7E2D6
(199,226,214)
#D4E9DE
(212,233,222)
#E1F0E6
(225,240,230)
#EEF7EE
(238,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CB19E color. Also use rgb(108,177,158) instead hex code.

Text Font Color

.myTextColor { color: #6CB19E; }

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

This text font color is #6CB19E.


Background Color

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

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

This div background color is #6CB19E.


Border color

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

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

This div border color is #6CB19E.


Opacity

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

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

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

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

This text has shadow with #6CB19E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CB19E on black background.


Color preview on white background

This text has color #6CB19E on white background.



Black color preview on #6CB19E background

This text has black color on #6CB19E background.


White color preview on #6CB19E background

This text has white color on #6CB19E background.