COLOR #6DD1BB

HEX: #6DD1BB RGB: (109,209,187)

Color info

#6DD1BB contains mainly green and blue colors. Web safe color of #6DD1BB is #66CCCC (or #6CC).

RGB color model

#6DD1BB color RGB value is (109,209,187).

RGB: (109,209,187) (43%, 82%, 73%)

RGB channels and saturation

R 109 of 255 = 43%
G 209 of 255 = 82%
B 187 of 255 = 73%

109
209
187

R + G + B ~ 66%. #6DD1BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 109 + 209 + 187 = 505 (100%)
R 109 of 505 ~ 21.58%
G 209 of 505 ~ 41.39%
B 187 of 505 ~ 37.03'%

%21.58
%41.39
%37.03

CMYK color model

#6DD1BB color CMYK value is (48,0,11,18).

  • cyan value is 47.85%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 18.04%

CMYK: (48,0,11,18)
C48M0Y11K18 (48%, 0%, 11%, 18%)
(0.48 / 0.00 / 0.11 / 0.18)

CMYK percentages

%47.85
%0
%10.53
%18.04

Codes

Color #6DD1BB in popluar color models

6D D1 BB
RGB 109 209 187
HSL 167° 52.08% 62.35%
HSB/HSV 167° 47.85% 81.96%
CMYK 47.85% 0.00% 10.53%
18.04%

Color #6DD1BB in popluar number systems.

HEX 6D D1 BB
Decimal 109 209 187
Binary 1101101 11010001 10111011
Octal 155 321 273

Shades and tints

Shades of #6DD1BB

#6DD1BB
(109,209,187)
#64BEAA
(100,190,170)
#5BAB99
(91,171,153)
#529888
(82,152,136)
#498577
(73,133,119)
#407266
(64,114,102)
#375F55
(55,95,85)
#2E4C44
(46,76,68)
#253933
(37,57,51)
#1C2622
(28,38,34)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #6DD1BB

#6DD1BB
(109,209,187)
#7AD5C1
(122,213,193)
#87D9C7
(135,217,199)
#94DDCD
(148,221,205)
#A1E1D3
(161,225,211)
#AEE5D9
(174,229,217)
#BBE9DF
(187,233,223)
#C8EDE5
(200,237,229)
#D5F1EB
(213,241,235)
#E2F5F1
(226,245,241)
#EFF9F7
(239,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DD1BB color. Also use rgb(109,209,187) instead hex code.

Text Font Color

.myTextColor { color: #6DD1BB; }

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

This text font color is #6DD1BB.

Background Color

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

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

This div background color is #6DD1BB.

Border color

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

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

This div border color is #6DD1BB.

Opacity

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

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

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

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

This text has shadow with #6DD1BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DD1BB.

Preview

Color preview on black background

This text has color #6DD1BB on black background.


Color preview on white background

This text has color #6DD1BB on white background.


Black color preview on #6DD1BB background

This text has black color on #6DD1BB background.


White color preview on #6DD1BB background

This text has white color on #6DD1BB background.


Related colors

Complementary color

Complementary color for #hex is #922E44.


I love getcolorcode.com

Triadic colors

1 #BB6DD1 and #D1BB6D with #6DD1BB are triadic colors.

2 #BBD16D and #D16DBB with #6DD1BB are triadic colors.