COLOR #6EC9DB

HEX: #6EC9DB RGB: (110,201,219)

Color info

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

RGB color model

#6EC9DB color RGB value is (110,201,219).

RGB: (110,201,219) (43%, 79%, 86%)

RGB channels and saturation

R 110 of 255 = 43%
G 201 of 255 = 79%
B 219 of 255 = 86%

110
201
219

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

Portions of RGB colors in percentages

R + G + B = 110 + 201 + 219 = 530 (100%)
R 110 of 530 ~ 20.75%
G 201 of 530 ~ 37.92%
B 219 of 530 ~ 41.32'%

%20.75
%37.92
%41.32

CMYK color model

#6EC9DB color CMYK value is (50,8,0,14).

  • cyan value is 49.77%
  • magenta value is 8.22%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (50,8,0,14)
C50M8Y0K14 (50%, 8%, 0%, 14%)
(0.50 / 0.08 / 0.00 / 0.14)

CMYK percentages

%49.77
%8.22
%0
%14.12

Codes

Color #6EC9DB in popluar color models

6E C9 DB
RGB 110 201 219
HSL 190° 60.22% 64.51%
HSB/HSV 190° 49.77% 85.88%
CMYK 49.77% 8.22% 0.00%
14.12%

Color #6EC9DB in popluar number systems.

HEX 6E C9 DB
Decimal 110 201 219
Binary 1101110 11001001 11011011
Octal 156 311 333

Shades and tints

Shades of #6EC9DB

#6EC9DB
(110,201,219)
#64B7C8
(100,183,200)
#5AA5B5
(90,165,181)
#5093A2
(80,147,162)
#46818F
(70,129,143)
#3C6F7C
(60,111,124)
#325D69
(50,93,105)
#284B56
(40,75,86)
#1E3943
(30,57,67)
#142730
(20,39,48)
#0A151D
(10,21,29)
#000000
(0,0,0)

Tints of #6EC9DB

#6EC9DB
(110,201,219)
#7BCDDE
(123,205,222)
#88D1E1
(136,209,225)
#95D5E4
(149,213,228)
#A2D9E7
(162,217,231)
#AFDDEA
(175,221,234)
#BCE1ED
(188,225,237)
#C9E5F0
(201,229,240)
#D6E9F3
(214,233,243)
#E3EDF6
(227,237,246)
#F0F1F9
(240,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EC9DB color. Also use rgb(110,201,219) instead hex code.

Text Font Color

.myTextColor { color: #6EC9DB; }

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

This text font color is #6EC9DB.

Background Color

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

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

This div background color is #6EC9DB.

Border color

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

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

This div border color is #6EC9DB.

Opacity

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

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

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

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

This text has shadow with #6EC9DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EC9DB.

Preview

Color preview on black background

This text has color #6EC9DB on black background.


Color preview on white background

This text has color #6EC9DB on white background.


Black color preview on #6EC9DB background

This text has black color on #6EC9DB background.


White color preview on #6EC9DB background

This text has white color on #6EC9DB background.


Related colors

Complementary color

Complementary color for #hex is #913624.


I love getcolorcode.com

Triadic colors

1 #DB6EC9 and #C9DB6E with #6EC9DB are triadic colors.

2 #DBC96E and #C96EDB with #6EC9DB are triadic colors.