COLOR #6AD1E5

HEX: #6AD1E5
RGB: (106,209,229)

Color info

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

RGB color model

#6AD1E5 color RGB value is (106,209,229).

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

RGB channels and saturation

R 106 of 255 = 42%
G 209 of 255 = 82%
B 229 of 255 = 90%

106
209
229

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

Portions of RGB colors in percentages

R + G + B =
106 + 209 + 229 = 544 (100%)
R 106 of 544 ~ 19.49%
G 209 of 544 ~ 38.42%
B 229 of 544 ~ 42.1%

%19.49
%38.42
%42.1

CMYK color model

#6AD1E5 color CMYK value is (54,9,0,10).

  • cyan value is 53.71%
  • magenta value is 8.73%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(54,9,0,10)
C54M9Y0K10 
(54%,9%,0%,10%)
(0.54/0.09/0.00/0.10)	

CMYK percentages

%53.71
%8.73
%0
%10.2

Codes

Color #6AD1E5 in popluar color models

6AD1E5
RGB106209229
HSL190°70.29%65.69%
HSB/HSV190°53.71%89.80%
CMYK53.71%8.73%0.00%
10.20%

Color #6AD1E5 in popluar number systems.

HEX6AD1E5
Decimal106209229
Binary11010101101000111100101
Octal152321345

Shades and tints

Shades of #6AD1E5

#6AD1E5
(106,209,229)
#61BED1
(97,190,209)
#58ABBD
(88,171,189)
#4F98A9
(79,152,169)
#468595
(70,133,149)
#3D7281
(61,114,129)
#345F6D
(52,95,109)
#2B4C59
(43,76,89)
#223945
(34,57,69)
#192631
(25,38,49)
#10131D
(16,19,29)
#000000
(0,0,0)

Tints of #6AD1E5

#6AD1E5
(106,209,229)
#77D5E7
(119,213,231)
#84D9E9
(132,217,233)
#91DDEB
(145,221,235)
#9EE1ED
(158,225,237)
#ABE5EF
(171,229,239)
#B8E9F1
(184,233,241)
#C5EDF3
(197,237,243)
#D2F1F5
(210,241,245)
#DFF5F7
(223,245,247)
#ECF9F9
(236,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AD1E5; }

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

This text font color is #6AD1E5.


Background Color

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

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

This div background color is #6AD1E5.


Border color

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

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

This div border color is #6AD1E5.


Opacity

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

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

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

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

This text has shadow with #6AD1E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AD1E5 on black background.


Color preview on white background

This text has color #6AD1E5 on white background.



Black color preview on #6AD1E5 background

This text has black color on #6AD1E5 background.


White color preview on #6AD1E5 background

This text has white color on #6AD1E5 background.