COLOR #6CA79F

HEX: #6CA79F RGB: (108,167,159)

Color info

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

RGB color model

#6CA79F color RGB value is (108,167,159).

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

RGB channels and saturation

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

108
167
159

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

Portions of RGB colors in percentages

R + G + B = 108 + 167 + 159 = 434 (100%)
R 108 of 434 ~ 24.88%
G 167 of 434 ~ 38.48%
B 159 of 434 ~ 36.64'%

%24.88
%38.48
%36.64

CMYK color model

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

  • cyan value is 35.33%
  • magenta value is 0.00%
  • yellow value is 4.79%
  • key color value is 34.51%

CMYK: (35,0,5,35)
C35M0Y5K35 (35%, 0%, 5%, 35%)
(0.35 / 0.00 / 0.05 / 0.35)

CMYK percentages

%35.33
%0
%4.79
%34.51

Codes

Color #6CA79F in popluar color models

6C A7 9F
RGB 108 167 159
HSL 172° 25.11% 53.92%
HSB/HSV 172° 35.33% 65.49%
CMYK 35.33% 0.00% 4.79%
34.51%

Color #6CA79F in popluar number systems.

HEX 6C A7 9F
Decimal 108 167 159
Binary 1101100 10100111 10011111
Octal 154 247 237

Shades and tints

Shades of #6CA79F

#6CA79F
(108,167,159)
#639891
(99,152,145)
#5A8983
(90,137,131)
#517A75
(81,122,117)
#486B67
(72,107,103)
#3F5C59
(63,92,89)
#364D4B
(54,77,75)
#2D3E3D
(45,62,61)
#242F2F
(36,47,47)
#1B2021
(27,32,33)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #6CA79F

#6CA79F
(108,167,159)
#79AFA7
(121,175,167)
#86B7AF
(134,183,175)
#93BFB7
(147,191,183)
#A0C7BF
(160,199,191)
#ADCFC7
(173,207,199)
#BAD7CF
(186,215,207)
#C7DFD7
(199,223,215)
#D4E7DF
(212,231,223)
#E1EFE7
(225,239,231)
#EEF7EF
(238,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CA79F; }

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

This text font color is #6CA79F.

Background Color

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

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

This div background color is #6CA79F.

Border color

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

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

This div border color is #6CA79F.

Opacity

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

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

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

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

This text has shadow with #6CA79F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CA79F.

Preview

Color preview on black background

This text has color #6CA79F on black background.


Color preview on white background

This text has color #6CA79F on white background.


Black color preview on #6CA79F background

This text has black color on #6CA79F background.


White color preview on #6CA79F background

This text has white color on #6CA79F background.


Related colors

Complementary color

Complementary color for #hex is #935860.


I love getcolorcode.com

Triadic colors

1 #9F6CA7 and #A79F6C with #6CA79F are triadic colors.

2 #9FA76C and #A76C9F with #6CA79F are triadic colors.