COLOR #6DC6C2

HEX: #6DC6C2 RGB: (109,198,194)

Color info

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

RGB color model

#6DC6C2 color RGB value is (109,198,194).

RGB: (109,198,194) (43%, 78%, 76%)

RGB channels and saturation

R 109 of 255 = 43%
G 198 of 255 = 78%
B 194 of 255 = 76%

109
198
194

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

Portions of RGB colors in percentages

R + G + B = 109 + 198 + 194 = 501 (100%)
R 109 of 501 ~ 21.76%
G 198 of 501 ~ 39.52%
B 194 of 501 ~ 38.72'%

%21.76
%39.52
%38.72

CMYK color model

#6DC6C2 color CMYK value is (45,0,2,22).

  • cyan value is 44.95%
  • magenta value is 0.00%
  • yellow value is 2.02%
  • key color value is 22.35%

CMYK: (45,0,2,22)
C45M0Y2K22 (45%, 0%, 2%, 22%)
(0.45 / 0.00 / 0.02 / 0.22)

CMYK percentages

%44.95
%0
%2.02
%22.35

Codes

Color #6DC6C2 in popluar color models

6D C6 C2
RGB 109 198 194
HSL 177° 43.84% 60.20%
HSB/HSV 177° 44.95% 77.65%
CMYK 44.95% 0.00% 2.02%
22.35%

Color #6DC6C2 in popluar number systems.

HEX 6D C6 C2
Decimal 109 198 194
Binary 1101101 11000110 11000010
Octal 155 306 302

Shades and tints

Shades of #6DC6C2

#6DC6C2
(109,198,194)
#64B4B1
(100,180,177)
#5BA2A0
(91,162,160)
#52908F
(82,144,143)
#497E7E
(73,126,126)
#406C6D
(64,108,109)
#375A5C
(55,90,92)
#2E484B
(46,72,75)
#25363A
(37,54,58)
#1C2429
(28,36,41)
#131218
(19,18,24)
#000000
(0,0,0)

Tints of #6DC6C2

#6DC6C2
(109,198,194)
#7ACBC7
(122,203,199)
#87D0CC
(135,208,204)
#94D5D1
(148,213,209)
#A1DAD6
(161,218,214)
#AEDFDB
(174,223,219)
#BBE4E0
(187,228,224)
#C8E9E5
(200,233,229)
#D5EEEA
(213,238,234)
#E2F3EF
(226,243,239)
#EFF8F4
(239,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DC6C2; }

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

This text font color is #6DC6C2.

Background Color

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

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

This div background color is #6DC6C2.

Border color

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

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

This div border color is #6DC6C2.

Opacity

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

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

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

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

This text has shadow with #6DC6C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DC6C2.

Preview

Color preview on black background

This text has color #6DC6C2 on black background.


Color preview on white background

This text has color #6DC6C2 on white background.


Black color preview on #6DC6C2 background

This text has black color on #6DC6C2 background.


White color preview on #6DC6C2 background

This text has white color on #6DC6C2 background.


Related colors

Complementary color

Complementary color for #hex is #92393D.


I love getcolorcode.com

Triadic colors

1 #C26DC6 and #C6C26D with #6DC6C2 are triadic colors.

2 #C2C66D and #C66DC2 with #6DC6C2 are triadic colors.