COLOR #6CA69D

HEX: #6CA69D
RGB: (108,166,157)

Color info

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

RGB color model

#6CA69D color RGB value is (108,166,157).

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

RGB channels and saturation

R 108 of 255 = 42%
G 166 of 255 = 65%
B 157 of 255 = 62%

108
166
157

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

Portions of RGB colors in percentages

R + G + B =
108 + 166 + 157 = 431 (100%)
R 108 of 431 ~ 25.06%
G 166 of 431 ~ 38.52%
B 157 of 431 ~ 36.43%

%25.06
%38.52
%36.43

CMYK color model

#6CA69D color CMYK value is (35,0,5,35).

  • cyan value is 34.94%
  • magenta value is 0.00%
  • yellow value is 5.42%
  • key color value is 34.90%
CMYK:
(35,0,5,35)
C35M0Y5K35 
(35%,0%,5%,35%)
(0.35/0.00/0.05/0.35)	

CMYK percentages

%34.94
%0
%5.42
%34.9

Codes

Color #6CA69D in popluar color models

6CA69D
RGB108166157
HSL171°24.58%53.73%
HSB/HSV171°34.94%65.10%
CMYK34.94%0.00%5.42%
34.90%

Color #6CA69D in popluar number systems.

HEX6CA69D
Decimal108166157
Binary11011001010011010011101
Octal154246235

Shades and tints

Shades of #6CA69D

#6CA69D
(108,166,157)
#63978F
(99,151,143)
#5A8881
(90,136,129)
#517973
(81,121,115)
#486A65
(72,106,101)
#3F5B57
(63,91,87)
#364C49
(54,76,73)
#2D3D3B
(45,61,59)
#242E2D
(36,46,45)
#1B1F1F
(27,31,31)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #6CA69D

#6CA69D
(108,166,157)
#79AEA5
(121,174,165)
#86B6AD
(134,182,173)
#93BEB5
(147,190,181)
#A0C6BD
(160,198,189)
#ADCEC5
(173,206,197)
#BAD6CD
(186,214,205)
#C7DED5
(199,222,213)
#D4E6DD
(212,230,221)
#E1EEE5
(225,238,229)
#EEF6ED
(238,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CA69D; }

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

This text font color is #6CA69D.


Background Color

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

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

This div background color is #6CA69D.


Border color

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

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

This div border color is #6CA69D.


Opacity

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

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

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

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

This text has shadow with #6CA69D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA69D on black background.


Color preview on white background

This text has color #6CA69D on white background.



Black color preview on #6CA69D background

This text has black color on #6CA69D background.


White color preview on #6CA69D background

This text has white color on #6CA69D background.