COLOR #6CAFA9

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

108
175
169

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

Portions of RGB colors in percentages

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

%23.89
%38.72
%37.39

CMYK color model

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

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

CMYK percentages

%38.29
%0
%3.43
%31.37

Codes

Color #6CAFA9 in popluar color models

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

Color #6CAFA9 in popluar number systems.

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

Shades and tints

Shades of #6CAFA9

#6CAFA9
(108,175,169)
#63A09A
(99,160,154)
#5A918B
(90,145,139)
#51827C
(81,130,124)
#48736D
(72,115,109)
#3F645E
(63,100,94)
#36554F
(54,85,79)
#2D4640
(45,70,64)
#243731
(36,55,49)
#1B2822
(27,40,34)
#121913
(18,25,19)
#000000
(0,0,0)

Tints of #6CAFA9

#6CAFA9
(108,175,169)
#79B6B0
(121,182,176)
#86BDB7
(134,189,183)
#93C4BE
(147,196,190)
#A0CBC5
(160,203,197)
#ADD2CC
(173,210,204)
#BAD9D3
(186,217,211)
#C7E0DA
(199,224,218)
#D4E7E1
(212,231,225)
#E1EEE8
(225,238,232)
#EEF5EF
(238,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CAFA9; }

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

This text font color is #6CAFA9.

Background Color

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

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

This div background color is #6CAFA9.

Border color

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

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

This div border color is #6CAFA9.

Opacity

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

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

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

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

This text has shadow with #6CAFA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CAFA9.

Preview

Color preview on black background

This text has color #6CAFA9 on black background.


Color preview on white background

This text has color #6CAFA9 on white background.


Black color preview on #6CAFA9 background

This text has black color on #6CAFA9 background.


White color preview on #6CAFA9 background

This text has white color on #6CAFA9 background.


Related colors

Complementary color

Complementary color for #hex is #935056.


I love getcolorcode.com

Triadic colors

1 #A96CAF and #AFA96C with #6CAFA9 are triadic colors.

2 #A9AF6C and #AF6CA9 with #6CAFA9 are triadic colors.