COLOR #6CA9AD

HEX: #6CA9AD
RGB: (108,169,173)

Color info

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

RGB color model

#6CA9AD color RGB value is (108,169,173).

  • red value is 108;
  • green value is 169;
  • blue value is 173.
RGB:
(108,169,173)
(42%,66%,68%)

RGB channels and saturation

R 108 of 255 = 42%
G 169 of 255 = 66%
B 173 of 255 = 68%

108
169
173

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

Portions of RGB colors in percentages

R + G + B =
108 + 169 + 173 = 450 (100%)
R 108 of 450 ~ 24%
G 169 of 450 ~ 37.56%
B 173 of 450 ~ 38.44%

%24
%37.56
%38.44

CMYK color model

#6CA9AD color CMYK value is (38,2,0,32).

  • cyan value is 37.57%
  • magenta value is 2.31%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(38,2,0,32)
C38M2Y0K32 
(38%,2%,0%,32%)
(0.38/0.02/0.00/0.32)	

CMYK percentages

%37.57
%2.31
%0
%32.16

Codes

Color #6CA9AD in popluar color models

6CA9AD
RGB108169173
HSL184°28.38%55.10%
HSB/HSV184°37.57%67.84%
CMYK37.57%2.31%0.00%
32.16%

Color #6CA9AD in popluar number systems.

HEX6CA9AD
Decimal108169173
Binary11011001010100110101101
Octal154251255

Shades and tints

Shades of #6CA9AD

#6CA9AD
(108,169,173)
#639A9E
(99,154,158)
#5A8B8F
(90,139,143)
#517C80
(81,124,128)
#486D71
(72,109,113)
#3F5E62
(63,94,98)
#364F53
(54,79,83)
#2D4044
(45,64,68)
#243135
(36,49,53)
#1B2226
(27,34,38)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #6CA9AD

#6CA9AD
(108,169,173)
#79B0B4
(121,176,180)
#86B7BB
(134,183,187)
#93BEC2
(147,190,194)
#A0C5C9
(160,197,201)
#ADCCD0
(173,204,208)
#BAD3D7
(186,211,215)
#C7DADE
(199,218,222)
#D4E1E5
(212,225,229)
#E1E8EC
(225,232,236)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CA9AD color. Also use rgb(108,169,173) instead hex code.

Text Font Color

.myTextColor { color: #6CA9AD; }

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

This text font color is #6CA9AD.


Background Color

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

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

This div background color is #6CA9AD.


Border color

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

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

This div border color is #6CA9AD.


Opacity

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

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

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

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

This text has shadow with #6CA9AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA9AD on black background.


Color preview on white background

This text has color #6CA9AD on white background.



Black color preview on #6CA9AD background

This text has black color on #6CA9AD background.


White color preview on #6CA9AD background

This text has white color on #6CA9AD background.