COLOR #6AD1E4

HEX: #6AD1E4
RGB: (106,209,228)

Color info

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

RGB color model

#6AD1E4 color RGB value is (106,209,228).

  • red value is 106;
  • green value is 209;
  • blue value is 228.
RGB:
(106,209,228)
(42%,82%,89%)

RGB channels and saturation

R 106 of 255 = 42%
G 209 of 255 = 82%
B 228 of 255 = 89%

106
209
228

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

Portions of RGB colors in percentages

R + G + B =
106 + 209 + 228 = 543 (100%)
R 106 of 543 ~ 19.52%
G 209 of 543 ~ 38.49%
B 228 of 543 ~ 41.99%

%19.52
%38.49
%41.99

CMYK color model

#6AD1E4 color CMYK value is (54,8,0,11).

  • cyan value is 53.51%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(54,8,0,11)
C54M8Y0K11 
(54%,8%,0%,11%)
(0.54/0.08/0.00/0.11)	

CMYK percentages

%53.51
%8.33
%0
%10.59

Codes

Color #6AD1E4 in popluar color models

6AD1E4
RGB106209228
HSL189°69.32%65.49%
HSB/HSV189°53.51%89.41%
CMYK53.51%8.33%0.00%
10.59%

Color #6AD1E4 in popluar number systems.

HEX6AD1E4
Decimal106209228
Binary11010101101000111100100
Octal152321344

Shades and tints

Shades of #6AD1E4

#6AD1E4
(106,209,228)
#61BED0
(97,190,208)
#58ABBC
(88,171,188)
#4F98A8
(79,152,168)
#468594
(70,133,148)
#3D7280
(61,114,128)
#345F6C
(52,95,108)
#2B4C58
(43,76,88)
#223944
(34,57,68)
#192630
(25,38,48)
#10131C
(16,19,28)
#000000
(0,0,0)

Tints of #6AD1E4

#6AD1E4
(106,209,228)
#77D5E6
(119,213,230)
#84D9E8
(132,217,232)
#91DDEA
(145,221,234)
#9EE1EC
(158,225,236)
#ABE5EE
(171,229,238)
#B8E9F0
(184,233,240)
#C5EDF2
(197,237,242)
#D2F1F4
(210,241,244)
#DFF5F6
(223,245,246)
#ECF9F8
(236,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AD1E4 color. Also use rgb(106,209,228) instead hex code.

Text Font Color

.myTextColor { color: #6AD1E4; }

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

This text font color is #6AD1E4.


Background Color

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

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

This div background color is #6AD1E4.


Border color

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

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

This div border color is #6AD1E4.


Opacity

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

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

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

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

This text has shadow with #6AD1E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AD1E4 on black background.


Color preview on white background

This text has color #6AD1E4 on white background.



Black color preview on #6AD1E4 background

This text has black color on #6AD1E4 background.


White color preview on #6AD1E4 background

This text has white color on #6AD1E4 background.