COLOR #6CA59F

HEX: #6CA59F RGB: (108,165,159)

Color info

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

RGB color model

#6CA59F color RGB value is (108,165,159).

RGB: (108,165,159) (42%, 65%, 62%)

RGB channels and saturation

R 108 of 255 = 42%
G 165 of 255 = 65%
B 159 of 255 = 62%

108
165
159

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

Portions of RGB colors in percentages

R + G + B = 108 + 165 + 159 = 432 (100%)
R 108 of 432 ~ 25%
G 165 of 432 ~ 38.19%
B 159 of 432 ~ 36.81'%

%25
%38.19
%36.81

CMYK color model

#6CA59F color CMYK value is (35,0,4,35).

  • cyan value is 34.55%
  • magenta value is 0.00%
  • yellow value is 3.64%
  • key color value is 35.29%

CMYK: (35,0,4,35)
C35M0Y4K35 (35%, 0%, 4%, 35%)
(0.35 / 0.00 / 0.04 / 0.35)

CMYK percentages

%34.55
%0
%3.64
%35.29

Codes

Color #6CA59F in popluar color models

6C A5 9F
RGB 108 165 159
HSL 174° 24.05% 53.53%
HSB/HSV 174° 34.55% 64.71%
CMYK 34.55% 0.00% 3.64%
35.29%

Color #6CA59F in popluar number systems.

HEX 6C A5 9F
Decimal 108 165 159
Binary 1101100 10100101 10011111
Octal 154 245 237

Shades and tints

Shades of #6CA59F

#6CA59F
(108,165,159)
#639691
(99,150,145)
#5A8783
(90,135,131)
#517875
(81,120,117)
#486967
(72,105,103)
#3F5A59
(63,90,89)
#364B4B
(54,75,75)
#2D3C3D
(45,60,61)
#242D2F
(36,45,47)
#1B1E21
(27,30,33)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #6CA59F

#6CA59F
(108,165,159)
#79ADA7
(121,173,167)
#86B5AF
(134,181,175)
#93BDB7
(147,189,183)
#A0C5BF
(160,197,191)
#ADCDC7
(173,205,199)
#BAD5CF
(186,213,207)
#C7DDD7
(199,221,215)
#D4E5DF
(212,229,223)
#E1EDE7
(225,237,231)
#EEF5EF
(238,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CA59F; }

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

This text font color is #6CA59F.

Background Color

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

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

This div background color is #6CA59F.

Border color

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

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

This div border color is #6CA59F.

Opacity

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

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

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

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

This text has shadow with #6CA59F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CA59F.

Preview

Color preview on black background

This text has color #6CA59F on black background.


Color preview on white background

This text has color #6CA59F on white background.


Black color preview on #6CA59F background

This text has black color on #6CA59F background.


White color preview on #6CA59F background

This text has white color on #6CA59F background.


Related colors

Complementary color

Complementary color for #hex is #935A60.


I love getcolorcode.com

Triadic colors

1 #9F6CA5 and #A59F6C with #6CA59F are triadic colors.

2 #9FA56C and #A56C9F with #6CA59F are triadic colors.