COLOR #6CA39D

HEX: #6CA39D
RGB: (108,163,157)

Color info

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

RGB color model

#6CA39D color RGB value is (108,163,157).

  • red value is 108;
  • green value is 163;
  • blue value is 157.
RGB:
(108,163,157)
(42%,64%,62%)

RGB channels and saturation

R 108 of 255 = 42%
G 163 of 255 = 64%
B 157 of 255 = 62%

108
163
157

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

Portions of RGB colors in percentages

R + G + B =
108 + 163 + 157 = 428 (100%)
R 108 of 428 ~ 25.23%
G 163 of 428 ~ 38.08%
B 157 of 428 ~ 36.68%

%25.23
%38.08
%36.68

CMYK color model

#6CA39D color CMYK value is (34,0,4,36).

  • cyan value is 33.74%
  • magenta value is 0.00%
  • yellow value is 3.68%
  • key color value is 36.08%
CMYK:
(34,0,4,36)
C34M0Y4K36 
(34%,0%,4%,36%)
(0.34/0.00/0.04/0.36)	

CMYK percentages

%33.74
%0
%3.68
%36.08

Codes

Color #6CA39D in popluar color models

6CA39D
RGB108163157
HSL173°23.01%53.14%
HSB/HSV173°33.74%63.92%
CMYK33.74%0.00%3.68%
36.08%

Color #6CA39D in popluar number systems.

HEX6CA39D
Decimal108163157
Binary11011001010001110011101
Octal154243235

Shades and tints

Shades of #6CA39D

#6CA39D
(108,163,157)
#63958F
(99,149,143)
#5A8781
(90,135,129)
#517973
(81,121,115)
#486B65
(72,107,101)
#3F5D57
(63,93,87)
#364F49
(54,79,73)
#2D413B
(45,65,59)
#24332D
(36,51,45)
#1B251F
(27,37,31)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #6CA39D

#6CA39D
(108,163,157)
#79ABA5
(121,171,165)
#86B3AD
(134,179,173)
#93BBB5
(147,187,181)
#A0C3BD
(160,195,189)
#ADCBC5
(173,203,197)
#BAD3CD
(186,211,205)
#C7DBD5
(199,219,213)
#D4E3DD
(212,227,221)
#E1EBE5
(225,235,229)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CA39D color. Also use rgb(108,163,157) instead hex code.

Text Font Color

.myTextColor { color: #6CA39D; }

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

This text font color is #6CA39D.


Background Color

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

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

This div background color is #6CA39D.


Border color

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

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

This div border color is #6CA39D.


Opacity

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

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

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

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

This text has shadow with #6CA39D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA39D on black background.


Color preview on white background

This text has color #6CA39D on white background.



Black color preview on #6CA39D background

This text has black color on #6CA39D background.


White color preview on #6CA39D background

This text has white color on #6CA39D background.