COLOR #6ADBDD

HEX: #6ADBDD RGB: (106,219,221)

Color info

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

RGB color model

#6ADBDD color RGB value is (106,219,221).

RGB: (106,219,221) (42%, 86%, 87%)

RGB channels and saturation

R 106 of 255 = 42%
G 219 of 255 = 86%
B 221 of 255 = 87%

106
219
221

R + G + B ~ 72%. #6ADBDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 106 + 219 + 221 = 546 (100%)
R 106 of 546 ~ 19.41%
G 219 of 546 ~ 40.11%
B 221 of 546 ~ 40.48'%

%19.41
%40.11
%40.48

CMYK color model

#6ADBDD color CMYK value is (52,1,0,13).

  • cyan value is 52.04%
  • magenta value is 0.90%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (52,1,0,13) C52M1Y0K13 (52%,1%,0%,13%) (0.52/0.01/0.00/0.13) 

CMYK percentages

%52.04
%0.9
%0
%13.33

Codes

Color #6ADBDD in popluar color models

6A DB DD
RGB 106 219 221
HSL 181° 62.84% 64.12%
HSB/HSV 181° 52.04% 86.67%
CMYK 52.04% 0.90% 0.00%
13.33%

Color #6ADBDD in popluar number systems.

HEX 6A DB DD
Decimal 106 219 221
Binary 1101010 11011011 11011101
Octal 152 333 335

Shades and tints

Shades of #6ADBDD

#6ADBDD
(106,219,221)
#61C8C9
(97,200,201)
#58B5B5
(88,181,181)
#4FA2A1
(79,162,161)
#468F8D
(70,143,141)
#3D7C79
(61,124,121)
#346965
(52,105,101)
#2B5651
(43,86,81)
#22433D
(34,67,61)
#193029
(25,48,41)
#101D15
(16,29,21)
#000000
(0,0,0)

Tints of #6ADBDD

#6ADBDD
(106,219,221)
#77DEE0
(119,222,224)
#84E1E3
(132,225,227)
#91E4E6
(145,228,230)
#9EE7E9
(158,231,233)
#ABEAEC
(171,234,236)
#B8EDEF
(184,237,239)
#C5F0F2
(197,240,242)
#D2F3F5
(210,243,245)
#DFF6F8
(223,246,248)
#ECF9FB
(236,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ADBDD color. Also use rgb(106,219,221) instead hex code.

Text Font Color

.myTextColor { color: #6ADBDD; }

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

This text font color is #6ADBDD.

Background Color

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

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

This div background color is #6ADBDD.

Border color

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

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

This div border color is #6ADBDD.

Opacity

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

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

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

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

This text has shadow with #6ADBDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6ADBDD.

Preview

Color preview on black background

This text has color #6ADBDD on black background.


Color preview on white background

This text has color #6ADBDD on white background.


Black color preview on #6ADBDD background

This text has black color on #6ADBDD background.


White color preview on #6ADBDD background

This text has white color on #6ADBDD background.


Related colors

Complementary color

Complementary color for #hex is #952422.


I love getcolorcode.com

Triadic colors

1 #DD6ADB and #DBDD6A with #6ADBDD are triadic colors.

2 #DDDB6A and #DB6ADD with #6ADBDD are triadic colors.