COLOR #6DAFA1

HEX: #6DAFA1 RGB: (109,175,161)

Color info

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

RGB color model

#6DAFA1 color RGB value is (109,175,161).

RGB: (109,175,161) (43%, 69%, 63%)

RGB channels and saturation

R 109 of 255 = 43%
G 175 of 255 = 69%
B 161 of 255 = 63%

109
175
161

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

Portions of RGB colors in percentages

R + G + B = 109 + 175 + 161 = 445 (100%)
R 109 of 445 ~ 24.49%
G 175 of 445 ~ 39.33%
B 161 of 445 ~ 36.18'%

%24.49
%39.33
%36.18

CMYK color model

#6DAFA1 color CMYK value is (38,0,8,31).

  • cyan value is 37.71%
  • magenta value is 0.00%
  • yellow value is 8.00%
  • key color value is 31.37%

CMYK: (38,0,8,31)
C38M0Y8K31 (38%, 0%, 8%, 31%)
(0.38 / 0.00 / 0.08 / 0.31)

CMYK percentages

%37.71
%0
%8
%31.37

Codes

Color #6DAFA1 in popluar color models

6D AF A1
RGB 109 175 161
HSL 167° 29.20% 55.69%
HSB/HSV 167° 37.71% 68.63%
CMYK 37.71% 0.00% 8.00%
31.37%

Color #6DAFA1 in popluar number systems.

HEX 6D AF A1
Decimal 109 175 161
Binary 1101101 10101111 10100001
Octal 155 257 241

Shades and tints

Shades of #6DAFA1

#6DAFA1
(109,175,161)
#64A093
(100,160,147)
#5B9185
(91,145,133)
#528277
(82,130,119)
#497369
(73,115,105)
#40645B
(64,100,91)
#37554D
(55,85,77)
#2E463F
(46,70,63)
#253731
(37,55,49)
#1C2823
(28,40,35)
#131915
(19,25,21)
#000000
(0,0,0)

Tints of #6DAFA1

#6DAFA1
(109,175,161)
#7AB6A9
(122,182,169)
#87BDB1
(135,189,177)
#94C4B9
(148,196,185)
#A1CBC1
(161,203,193)
#AED2C9
(174,210,201)
#BBD9D1
(187,217,209)
#C8E0D9
(200,224,217)
#D5E7E1
(213,231,225)
#E2EEE9
(226,238,233)
#EFF5F1
(239,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DAFA1 color. Also use rgb(109,175,161) instead hex code.

Text Font Color

.myTextColor { color: #6DAFA1; }

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

This text font color is #6DAFA1.

Background Color

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

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

This div background color is #6DAFA1.

Border color

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

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

This div border color is #6DAFA1.

Opacity

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

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

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

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

This text has shadow with #6DAFA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DAFA1.

Preview

Color preview on black background

This text has color #6DAFA1 on black background.


Color preview on white background

This text has color #6DAFA1 on white background.


Black color preview on #6DAFA1 background

This text has black color on #6DAFA1 background.


White color preview on #6DAFA1 background

This text has white color on #6DAFA1 background.


Related colors

Complementary color

Complementary color for #hex is #92505E.


I love getcolorcode.com

Triadic colors

1 #A16DAF and #AFA16D with #6DAFA1 are triadic colors.

2 #A1AF6D and #AF6DA1 with #6DAFA1 are triadic colors.