COLOR #6DC6CD

HEX: #6DC6CD RGB: (109,198,205)

Color info

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

RGB color model

#6DC6CD color RGB value is (109,198,205).

RGB: (109,198,205) (43%, 78%, 80%)

RGB channels and saturation

R 109 of 255 = 43%
G 198 of 255 = 78%
B 205 of 255 = 80%

109
198
205

R + G + B ~ 67%. #6DC6CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 109 + 198 + 205 = 512 (100%)
R 109 of 512 ~ 21.29%
G 198 of 512 ~ 38.67%
B 205 of 512 ~ 40.04'%

%21.29
%38.67
%40.04

CMYK color model

#6DC6CD color CMYK value is (47,3,0,20).

  • cyan value is 46.83%
  • magenta value is 3.41%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (47,3,0,20)
C47M3Y0K20 (47%, 3%, 0%, 20%)
(0.47 / 0.03 / 0.00 / 0.20)

CMYK percentages

%46.83
%3.41
%0
%19.61

Codes

Color #6DC6CD in popluar color models

6D C6 CD
RGB 109 198 205
HSL 184° 48.98% 61.57%
HSB/HSV 184° 46.83% 80.39%
CMYK 46.83% 3.41% 0.00%
19.61%

Color #6DC6CD in popluar number systems.

HEX 6D C6 CD
Decimal 109 198 205
Binary 1101101 11000110 11001101
Octal 155 306 315

Shades and tints

Shades of #6DC6CD

#6DC6CD
(109,198,205)
#64B4BB
(100,180,187)
#5BA2A9
(91,162,169)
#529097
(82,144,151)
#497E85
(73,126,133)
#406C73
(64,108,115)
#375A61
(55,90,97)
#2E484F
(46,72,79)
#25363D
(37,54,61)
#1C242B
(28,36,43)
#131219
(19,18,25)
#000000
(0,0,0)

Tints of #6DC6CD

#6DC6CD
(109,198,205)
#7ACBD1
(122,203,209)
#87D0D5
(135,208,213)
#94D5D9
(148,213,217)
#A1DADD
(161,218,221)
#AEDFE1
(174,223,225)
#BBE4E5
(187,228,229)
#C8E9E9
(200,233,233)
#D5EEED
(213,238,237)
#E2F3F1
(226,243,241)
#EFF8F5
(239,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DC6CD color. Also use rgb(109,198,205) instead hex code.

Text Font Color

.myTextColor { color: #6DC6CD; }

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

This text font color is #6DC6CD.

Background Color

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

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

This div background color is #6DC6CD.

Border color

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

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

This div border color is #6DC6CD.

Opacity

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

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

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

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

This text has shadow with #6DC6CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DC6CD.

Preview

Color preview on black background

This text has color #6DC6CD on black background.


Color preview on white background

This text has color #6DC6CD on white background.


Black color preview on #6DC6CD background

This text has black color on #6DC6CD background.


White color preview on #6DC6CD background

This text has white color on #6DC6CD background.


Related colors

Complementary color

Complementary color for #hex is #923932.


I love getcolorcode.com

Triadic colors

1 #CD6DC6 and #C6CD6D with #6DC6CD are triadic colors.

2 #CDC66D and #C66DCD with #6DC6CD are triadic colors.