COLOR #6CA9AF

HEX: #6CA9AF RGB: (108,169,175)

Color info

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

RGB color model

#6CA9AF color RGB value is (108,169,175).

RGB: (108,169,175) (42%, 66%, 69%)

RGB channels and saturation

R 108 of 255 = 42%
G 169 of 255 = 66%
B 175 of 255 = 69%

108
169
175

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

Portions of RGB colors in percentages

R + G + B = 108 + 169 + 175 = 452 (100%)
R 108 of 452 ~ 23.89%
G 169 of 452 ~ 37.39%
B 175 of 452 ~ 38.72'%

%23.89
%37.39
%38.72

CMYK color model

#6CA9AF color CMYK value is (38,3,0,31).

  • cyan value is 38.29%
  • magenta value is 3.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK: (38,3,0,31) C38M3Y0K31 (38%,3%,0%,31%) (0.38/0.03/0.00/0.31) 

CMYK percentages

%38.29
%3.43
%0
%31.37

Codes

Color #6CA9AF in popluar color models

6C A9 AF
RGB 108 169 175
HSL 185° 29.52% 55.49%
HSB/HSV 185° 38.29% 68.63%
CMYK 38.29% 3.43% 0.00%
31.37%

Color #6CA9AF in popluar number systems.

HEX 6C A9 AF
Decimal 108 169 175
Binary 1101100 10101001 10101111
Octal 154 251 257

Shades and tints

Shades of #6CA9AF

#6CA9AF
(108,169,175)
#639AA0
(99,154,160)
#5A8B91
(90,139,145)
#517C82
(81,124,130)
#486D73
(72,109,115)
#3F5E64
(63,94,100)
#364F55
(54,79,85)
#2D4046
(45,64,70)
#243137
(36,49,55)
#1B2228
(27,34,40)
#121319
(18,19,25)
#000000
(0,0,0)

Tints of #6CA9AF

#6CA9AF
(108,169,175)
#79B0B6
(121,176,182)
#86B7BD
(134,183,189)
#93BEC4
(147,190,196)
#A0C5CB
(160,197,203)
#ADCCD2
(173,204,210)
#BAD3D9
(186,211,217)
#C7DAE0
(199,218,224)
#D4E1E7
(212,225,231)
#E1E8EE
(225,232,238)
#EEEFF5
(238,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CA9AF; }

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

This text font color is #6CA9AF.

Background Color

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

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

This div background color is #6CA9AF.

Border color

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

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

This div border color is #6CA9AF.

Opacity

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

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

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

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

This text has shadow with #6CA9AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CA9AF.

Preview

Color preview on black background

This text has color #6CA9AF on black background.


Color preview on white background

This text has color #6CA9AF on white background.


Black color preview on #6CA9AF background

This text has black color on #6CA9AF background.


White color preview on #6CA9AF background

This text has white color on #6CA9AF background.


Related colors

Complementary color

Complementary color for #hex is #935650.


I love getcolorcode.com

Triadic colors

1 #AF6CA9 and #A9AF6C with #6CA9AF are triadic colors.

2 #AFA96C and #A96CAF with #6CA9AF are triadic colors.