COLOR #6DC5DB

HEX: #6DC5DB RGB: (109,197,219)

Color info

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

RGB color model

#6DC5DB color RGB value is (109,197,219).

RGB: (109,197,219) (43%, 77%, 86%)

RGB channels and saturation

R 109 of 255 = 43%
G 197 of 255 = 77%
B 219 of 255 = 86%

109
197
219

R + G + B ~ 69%. #6DC5DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 109 + 197 + 219 = 525 (100%)
R 109 of 525 ~ 20.76%
G 197 of 525 ~ 37.52%
B 219 of 525 ~ 41.71'%

%20.76
%37.52
%41.71

CMYK color model

#6DC5DB color CMYK value is (50,10,0,14).

  • cyan value is 50.23%
  • magenta value is 10.05%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (50,10,0,14) C50M10Y0K14 (50%,10%,0%,14%) (0.50/0.10/0.00/0.14) 

CMYK percentages

%50.23
%10.05
%0
%14.12

Codes

Color #6DC5DB in popluar color models

6D C5 DB
RGB 109 197 219
HSL 192° 60.44% 64.31%
HSB/HSV 192° 50.23% 85.88%
CMYK 50.23% 10.05% 0.00%
14.12%

Color #6DC5DB in popluar number systems.

HEX 6D C5 DB
Decimal 109 197 219
Binary 1101101 11000101 11011011
Octal 155 305 333

Shades and tints

Shades of #6DC5DB

#6DC5DB
(109,197,219)
#64B4C8
(100,180,200)
#5BA3B5
(91,163,181)
#5292A2
(82,146,162)
#49818F
(73,129,143)
#40707C
(64,112,124)
#375F69
(55,95,105)
#2E4E56
(46,78,86)
#253D43
(37,61,67)
#1C2C30
(28,44,48)
#131B1D
(19,27,29)
#000000
(0,0,0)

Tints of #6DC5DB

#6DC5DB
(109,197,219)
#7ACADE
(122,202,222)
#87CFE1
(135,207,225)
#94D4E4
(148,212,228)
#A1D9E7
(161,217,231)
#AEDEEA
(174,222,234)
#BBE3ED
(187,227,237)
#C8E8F0
(200,232,240)
#D5EDF3
(213,237,243)
#E2F2F6
(226,242,246)
#EFF7F9
(239,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DC5DB color. Also use rgb(109,197,219) instead hex code.

Text Font Color

.myTextColor { color: #6DC5DB; }

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

This text font color is #6DC5DB.

Background Color

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

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

This div background color is #6DC5DB.

Border color

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

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

This div border color is #6DC5DB.

Opacity

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

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

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

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

This text has shadow with #6DC5DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DC5DB.

Preview

Color preview on black background

This text has color #6DC5DB on black background.


Color preview on white background

This text has color #6DC5DB on white background.


Black color preview on #6DC5DB background

This text has black color on #6DC5DB background.


White color preview on #6DC5DB background

This text has white color on #6DC5DB background.


Related colors

Complementary color

Complementary color for #hex is #923A24.


I love getcolorcode.com

Triadic colors

1 #DB6DC5 and #C5DB6D with #6DC5DB are triadic colors.

2 #DBC56D and #C56DDB with #6DC5DB are triadic colors.