COLOR #6CAA9B

HEX: #6CAA9B RGB: (108,170,155)

Color info

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

RGB color model

#6CAA9B color RGB value is (108,170,155).

RGB: (108,170,155) (42%, 67%, 61%)

RGB channels and saturation

R 108 of 255 = 42%
G 170 of 255 = 67%
B 155 of 255 = 61%

108
170
155

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

Portions of RGB colors in percentages

R + G + B = 108 + 170 + 155 = 433 (100%)
R 108 of 433 ~ 24.94%
G 170 of 433 ~ 39.26%
B 155 of 433 ~ 35.8'%

%24.94
%39.26
%35.8

CMYK color model

#6CAA9B color CMYK value is (36,0,9,33).

  • cyan value is 36.47%
  • magenta value is 0.00%
  • yellow value is 8.82%
  • key color value is 33.33%
CMYK: (36,0,9,33) C36M0Y9K33 (36%,0%,9%,33%) (0.36/0.00/0.09/0.33) 

CMYK percentages

%36.47
%0
%8.82
%33.33

Codes

Color #6CAA9B in popluar color models

6C AA 9B
RGB 108 170 155
HSL 165° 26.72% 54.51%
HSB/HSV 165° 36.47% 66.67%
CMYK 36.47% 0.00% 8.82%
33.33%

Color #6CAA9B in popluar number systems.

HEX 6C AA 9B
Decimal 108 170 155
Binary 1101100 10101010 10011011
Octal 154 252 233

Shades and tints

Shades of #6CAA9B

#6CAA9B
(108,170,155)
#639B8D
(99,155,141)
#5A8C7F
(90,140,127)
#517D71
(81,125,113)
#486E63
(72,110,99)
#3F5F55
(63,95,85)
#365047
(54,80,71)
#2D4139
(45,65,57)
#24322B
(36,50,43)
#1B231D
(27,35,29)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #6CAA9B

#6CAA9B
(108,170,155)
#79B1A4
(121,177,164)
#86B8AD
(134,184,173)
#93BFB6
(147,191,182)
#A0C6BF
(160,198,191)
#ADCDC8
(173,205,200)
#BAD4D1
(186,212,209)
#C7DBDA
(199,219,218)
#D4E2E3
(212,226,227)
#E1E9EC
(225,233,236)
#EEF0F5
(238,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CAA9B color. Also use rgb(108,170,155) instead hex code.

Text Font Color

.myTextColor { color: #6CAA9B; }

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

This text font color is #6CAA9B.

Background Color

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

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

This div background color is #6CAA9B.

Border color

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

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

This div border color is #6CAA9B.

Opacity

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

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

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

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

This text has shadow with #6CAA9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CAA9B.

Preview

Color preview on black background

This text has color #6CAA9B on black background.


Color preview on white background

This text has color #6CAA9B on white background.


Black color preview on #6CAA9B background

This text has black color on #6CAA9B background.


White color preview on #6CAA9B background

This text has white color on #6CAA9B background.


Related colors

Complementary color

Complementary color for #hex is #935564.


I love getcolorcode.com

Triadic colors

1 #9B6CAA and #AA9B6C with #6CAA9B are triadic colors.

2 #9BAA6C and #AA6C9B with #6CAA9B are triadic colors.