COLOR #6CB190

HEX: #6CB190
RGB: (108,177,144)

Color info

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

RGB color model

#6CB190 color RGB value is (108,177,144).

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

RGB channels and saturation

R 108 of 255 = 42%
G 177 of 255 = 69%
B 144 of 255 = 56%

108
177
144

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

Portions of RGB colors in percentages

R + G + B =
108 + 177 + 144 = 429 (100%)
R 108 of 429 ~ 25.17%
G 177 of 429 ~ 41.26%
B 144 of 429 ~ 33.57%

%25.17
%41.26
%33.57

CMYK color model

#6CB190 color CMYK value is (39,0,19,31).

  • cyan value is 38.98%
  • magenta value is 0.00%
  • yellow value is 18.64%
  • key color value is 30.59%
CMYK:
(39,0,19,31)
C39M0Y19K31 
(39%,0%,19%,31%)
(0.39/0.00/0.19/0.31)	

CMYK percentages

%38.98
%0
%18.64
%30.59

Codes

Color #6CB190 in popluar color models

6CB190
RGB108177144
HSL151°30.67%55.88%
HSB/HSV151°38.98%69.41%
CMYK38.98%0.00%18.64%
30.59%

Color #6CB190 in popluar number systems.

HEX6CB190
Decimal108177144
Binary11011001011000110010000
Octal154261220

Shades and tints

Shades of #6CB190

#6CB190
(108,177,144)
#63A183
(99,161,131)
#5A9176
(90,145,118)
#518169
(81,129,105)
#48715C
(72,113,92)
#3F614F
(63,97,79)
#365142
(54,81,66)
#2D4135
(45,65,53)
#243128
(36,49,40)
#1B211B
(27,33,27)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #6CB190

#6CB190
(108,177,144)
#79B89A
(121,184,154)
#86BFA4
(134,191,164)
#93C6AE
(147,198,174)
#A0CDB8
(160,205,184)
#ADD4C2
(173,212,194)
#BADBCC
(186,219,204)
#C7E2D6
(199,226,214)
#D4E9E0
(212,233,224)
#E1F0EA
(225,240,234)
#EEF7F4
(238,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CB190; }

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

This text font color is #6CB190.


Background Color

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

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

This div background color is #6CB190.


Border color

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

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

This div border color is #6CB190.


Opacity

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

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

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

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

This text has shadow with #6CB190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CB190 on black background.


Color preview on white background

This text has color #6CB190 on white background.



Black color preview on #6CB190 background

This text has black color on #6CB190 background.


White color preview on #6CB190 background

This text has white color on #6CB190 background.