COLOR #6CA2AA

HEX: #6CA2AA RGB: (108,162,170)

Color info

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

RGB color model

#6CA2AA color RGB value is (108,162,170).

RGB: (108,162,170) (42%, 64%, 67%)

RGB channels and saturation

R 108 of 255 = 42%
G 162 of 255 = 64%
B 170 of 255 = 67%

108
162
170

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

Portions of RGB colors in percentages

R + G + B = 108 + 162 + 170 = 440 (100%)
R 108 of 440 ~ 24.55%
G 162 of 440 ~ 36.82%
B 170 of 440 ~ 38.64'%

%24.55
%36.82
%38.64

CMYK color model

#6CA2AA color CMYK value is (36,5,0,33).

  • cyan value is 36.47%
  • magenta value is 4.71%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (36,5,0,33)
C36M5Y0K33 (36%, 5%, 0%, 33%)
(0.36 / 0.05 / 0.00 / 0.33)

CMYK percentages

%36.47
%4.71
%0
%33.33

Codes

Color #6CA2AA in popluar color models

6C A2 AA
RGB 108 162 170
HSL 188° 26.72% 54.51%
HSB/HSV 188° 36.47% 66.67%
CMYK 36.47% 4.71% 0.00%
33.33%

Color #6CA2AA in popluar number systems.

HEX 6C A2 AA
Decimal 108 162 170
Binary 1101100 10100010 10101010
Octal 154 242 252

Shades and tints

Shades of #6CA2AA

#6CA2AA
(108,162,170)
#63949B
(99,148,155)
#5A868C
(90,134,140)
#51787D
(81,120,125)
#486A6E
(72,106,110)
#3F5C5F
(63,92,95)
#364E50
(54,78,80)
#2D4041
(45,64,65)
#243232
(36,50,50)
#1B2423
(27,36,35)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #6CA2AA

#6CA2AA
(108,162,170)
#79AAB1
(121,170,177)
#86B2B8
(134,178,184)
#93BABF
(147,186,191)
#A0C2C6
(160,194,198)
#ADCACD
(173,202,205)
#BAD2D4
(186,210,212)
#C7DADB
(199,218,219)
#D4E2E2
(212,226,226)
#E1EAE9
(225,234,233)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CA2AA; }

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

This text font color is #6CA2AA.

Background Color

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

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

This div background color is #6CA2AA.

Border color

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

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

This div border color is #6CA2AA.

Opacity

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

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

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

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

This text has shadow with #6CA2AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CA2AA.

Preview

Color preview on black background

This text has color #6CA2AA on black background.


Color preview on white background

This text has color #6CA2AA on white background.


Black color preview on #6CA2AA background

This text has black color on #6CA2AA background.


White color preview on #6CA2AA background

This text has white color on #6CA2AA background.


Related colors

Complementary color

Complementary color for #hex is #935D55.


I love getcolorcode.com

Triadic colors

1 #AA6CA2 and #A2AA6C with #6CA2AA are triadic colors.

2 #AAA26C and #A26CAA with #6CA2AA are triadic colors.