COLOR #6AD6DF

HEX: #6AD6DF
RGB: (106,214,223)

Color info

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

RGB color model

#6AD6DF color RGB value is (106,214,223).

  • red value is 106;
  • green value is 214;
  • blue value is 223.
RGB:
(106,214,223)
(42%,84%,87%)

RGB channels and saturation

R 106 of 255 = 42%
G 214 of 255 = 84%
B 223 of 255 = 87%

106
214
223

R + G + B ~ 71%. #6AD6DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 214 + 223 = 543 (100%)
R 106 of 543 ~ 19.52%
G 214 of 543 ~ 39.41%
B 223 of 543 ~ 41.07%

%19.52
%39.41
%41.07

CMYK color model

#6AD6DF color CMYK value is (52,4,0,13).

  • cyan value is 52.47%
  • magenta value is 4.04%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(52,4,0,13)
C52M4Y0K13 
(52%,4%,0%,13%)
(0.52/0.04/0.00/0.13)	

CMYK percentages

%52.47
%4.04
%0
%12.55

Codes

Color #6AD6DF in popluar color models

6AD6DF
RGB106214223
HSL185°64.64%64.51%
HSB/HSV185°52.47%87.45%
CMYK52.47%4.04%0.00%
12.55%

Color #6AD6DF in popluar number systems.

HEX6AD6DF
Decimal106214223
Binary11010101101011011011111
Octal152326337

Shades and tints

Shades of #6AD6DF

#6AD6DF
(106,214,223)
#61C3CB
(97,195,203)
#58B0B7
(88,176,183)
#4F9DA3
(79,157,163)
#468A8F
(70,138,143)
#3D777B
(61,119,123)
#346467
(52,100,103)
#2B5153
(43,81,83)
#223E3F
(34,62,63)
#192B2B
(25,43,43)
#101817
(16,24,23)
#000000
(0,0,0)

Tints of #6AD6DF

#6AD6DF
(106,214,223)
#77D9E1
(119,217,225)
#84DCE3
(132,220,227)
#91DFE5
(145,223,229)
#9EE2E7
(158,226,231)
#ABE5E9
(171,229,233)
#B8E8EB
(184,232,235)
#C5EBED
(197,235,237)
#D2EEEF
(210,238,239)
#DFF1F1
(223,241,241)
#ECF4F3
(236,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AD6DF color. Also use rgb(106,214,223) instead hex code.

Text Font Color

.myTextColor { color: #6AD6DF; }

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

This text font color is #6AD6DF.


Background Color

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

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

This div background color is #6AD6DF.


Border color

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

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

This div border color is #6AD6DF.


Opacity

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

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

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

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

This text has shadow with #6AD6DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AD6DF on black background.


Color preview on white background

This text has color #6AD6DF on white background.



Black color preview on #6AD6DF background

This text has black color on #6AD6DF background.


White color preview on #6AD6DF background

This text has white color on #6AD6DF background.