COLOR #6DB4C6

HEX: #6DB4C6 RGB: (109,180,198)

Color info

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

RGB color model

#6DB4C6 color RGB value is (109,180,198).

RGB: (109,180,198) (43%, 71%, 78%)

RGB channels and saturation

R 109 of 255 = 43%
G 180 of 255 = 71%
B 198 of 255 = 78%

109
180
198

R + G + B ~ 64%. #6DB4C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 109 + 180 + 198 = 487 (100%)
R 109 of 487 ~ 22.38%
G 180 of 487 ~ 36.96%
B 198 of 487 ~ 40.66'%

%22.38
%36.96
%40.66

CMYK color model

#6DB4C6 color CMYK value is (45,9,0,22).

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

CMYK: (45,9,0,22)
C45M9Y0K22 (45%, 9%, 0%, 22%)
(0.45 / 0.09 / 0.00 / 0.22)

CMYK percentages

%44.95
%9.09
%0
%22.35

Codes

Color #6DB4C6 in popluar color models

6D B4 C6
RGB 109 180 198
HSL 192° 43.84% 60.20%
HSB/HSV 192° 44.95% 77.65%
CMYK 44.95% 9.09% 0.00%
22.35%

Color #6DB4C6 in popluar number systems.

HEX 6D B4 C6
Decimal 109 180 198
Binary 1101101 10110100 11000110
Octal 155 264 306

Shades and tints

Shades of #6DB4C6

#6DB4C6
(109,180,198)
#64A4B4
(100,164,180)
#5B94A2
(91,148,162)
#528490
(82,132,144)
#49747E
(73,116,126)
#40646C
(64,100,108)
#37545A
(55,84,90)
#2E4448
(46,68,72)
#253436
(37,52,54)
#1C2424
(28,36,36)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #6DB4C6

#6DB4C6
(109,180,198)
#7ABACB
(122,186,203)
#87C0D0
(135,192,208)
#94C6D5
(148,198,213)
#A1CCDA
(161,204,218)
#AED2DF
(174,210,223)
#BBD8E4
(187,216,228)
#C8DEE9
(200,222,233)
#D5E4EE
(213,228,238)
#E2EAF3
(226,234,243)
#EFF0F8
(239,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DB4C6; }

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

This text font color is #6DB4C6.

Background Color

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

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

This div background color is #6DB4C6.

Border color

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

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

This div border color is #6DB4C6.

Opacity

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

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

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

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

This text has shadow with #6DB4C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DB4C6.

Preview

Color preview on black background

This text has color #6DB4C6 on black background.


Color preview on white background

This text has color #6DB4C6 on white background.


Black color preview on #6DB4C6 background

This text has black color on #6DB4C6 background.


White color preview on #6DB4C6 background

This text has white color on #6DB4C6 background.


Related colors

Complementary color

Complementary color for #hex is #924B39.


I love getcolorcode.com

Triadic colors

1 #C66DB4 and #B4C66D with #6DB4C6 are triadic colors.

2 #C6B46D and #B46DC6 with #6DB4C6 are triadic colors.