COLOR #6DC6C7

HEX: #6DC6C7 RGB: (109,198,199)

Color info

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

RGB color model

#6DC6C7 color RGB value is (109,198,199).

RGB: (109,198,199) (43%, 78%, 78%)

RGB channels and saturation

R 109 of 255 = 43%
G 198 of 255 = 78%
B 199 of 255 = 78%

109
198
199

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

Portions of RGB colors in percentages

R + G + B = 109 + 198 + 199 = 506 (100%)
R 109 of 506 ~ 21.54%
G 198 of 506 ~ 39.13%
B 199 of 506 ~ 39.33'%

%21.54
%39.13
%39.33

CMYK color model

#6DC6C7 color CMYK value is (45,1,0,22).

  • cyan value is 45.23%
  • magenta value is 0.50%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (45,1,0,22)
C45M1Y0K22 (45%, 1%, 0%, 22%)
(0.45 / 0.01 / 0.00 / 0.22)

CMYK percentages

%45.23
%0.5
%0
%21.96

Codes

Color #6DC6C7 in popluar color models

6D C6 C7
RGB 109 198 199
HSL 181° 44.55% 60.39%
HSB/HSV 181° 45.23% 78.04%
CMYK 45.23% 0.50% 0.00%
21.96%

Color #6DC6C7 in popluar number systems.

HEX 6D C6 C7
Decimal 109 198 199
Binary 1101101 11000110 11000111
Octal 155 306 307

Shades and tints

Shades of #6DC6C7

#6DC6C7
(109,198,199)
#64B4B5
(100,180,181)
#5BA2A3
(91,162,163)
#529091
(82,144,145)
#497E7F
(73,126,127)
#406C6D
(64,108,109)
#375A5B
(55,90,91)
#2E4849
(46,72,73)
#253637
(37,54,55)
#1C2425
(28,36,37)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #6DC6C7

#6DC6C7
(109,198,199)
#7ACBCC
(122,203,204)
#87D0D1
(135,208,209)
#94D5D6
(148,213,214)
#A1DADB
(161,218,219)
#AEDFE0
(174,223,224)
#BBE4E5
(187,228,229)
#C8E9EA
(200,233,234)
#D5EEEF
(213,238,239)
#E2F3F4
(226,243,244)
#EFF8F9
(239,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DC6C7; }

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

This text font color is #6DC6C7.

Background Color

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

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

This div background color is #6DC6C7.

Border color

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

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

This div border color is #6DC6C7.

Opacity

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

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

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

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

This text has shadow with #6DC6C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DC6C7.

Preview

Color preview on black background

This text has color #6DC6C7 on black background.


Color preview on white background

This text has color #6DC6C7 on white background.


Black color preview on #6DC6C7 background

This text has black color on #6DC6C7 background.


White color preview on #6DC6C7 background

This text has white color on #6DC6C7 background.


Related colors

Complementary color

Complementary color for #hex is #923938.


I love getcolorcode.com

Triadic colors

1 #C76DC6 and #C6C76D with #6DC6C7 are triadic colors.

2 #C7C66D and #C66DC7 with #6DC6C7 are triadic colors.