COLOR #6AE9F3

HEX: #6AE9F3
RGB: (106,233,243)

Color info

#6AE9F3 contains mainly green and blue colors. Web safe color of #6AE9F3 is #66FFFF (or #6FF).

RGB color model

#6AE9F3 color RGB value is (106,233,243).

  • red value is 106;
  • green value is 233;
  • blue value is 243.
RGB:
(106,233,243)
(42%,91%,95%)

RGB channels and saturation

R 106 of 255 = 42%
G 233 of 255 = 91%
B 243 of 255 = 95%

106
233
243

R + G + B ~ 76%. #6AE9F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 233 + 243 = 582 (100%)
R 106 of 582 ~ 18.21%
G 233 of 582 ~ 40.03%
B 243 of 582 ~ 41.75%

%18.21
%40.03
%41.75

CMYK color model

#6AE9F3 color CMYK value is (56,4,0,5).

  • cyan value is 56.38%
  • magenta value is 4.12%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(56,4,0,5)
C56M4Y0K5 
(56%,4%,0%,5%)
(0.56/0.04/0.00/0.05)	

CMYK percentages

%56.38
%4.12
%0
%4.71

Codes

Color #6AE9F3 in popluar color models

6AE9F3
RGB106233243
HSL184°85.09%68.43%
HSB/HSV184°56.38%95.29%
CMYK56.38%4.12%0.00%
4.71%

Color #6AE9F3 in popluar number systems.

HEX6AE9F3
Decimal106233243
Binary11010101110100111110011
Octal152351363

Shades and tints

Shades of #6AE9F3

#6AE9F3
(106,233,243)
#61D4DD
(97,212,221)
#58BFC7
(88,191,199)
#4FAAB1
(79,170,177)
#46959B
(70,149,155)
#3D8085
(61,128,133)
#346B6F
(52,107,111)
#2B5659
(43,86,89)
#224143
(34,65,67)
#192C2D
(25,44,45)
#101717
(16,23,23)
#000000
(0,0,0)

Tints of #6AE9F3

#6AE9F3
(106,233,243)
#77EBF4
(119,235,244)
#84EDF5
(132,237,245)
#91EFF6
(145,239,246)
#9EF1F7
(158,241,247)
#ABF3F8
(171,243,248)
#B8F5F9
(184,245,249)
#C5F7FA
(197,247,250)
#D2F9FB
(210,249,251)
#DFFBFC
(223,251,252)
#ECFDFD
(236,253,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AE9F3 color. Also use rgb(106,233,243) instead hex code.

Text Font Color

.myTextColor { color: #6AE9F3; }

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

This text font color is #6AE9F3.


Background Color

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

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

This div background color is #6AE9F3.


Border color

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

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

This div border color is #6AE9F3.


Opacity

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

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

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

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

This text has shadow with #6AE9F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AE9F3 on black background.


Color preview on white background

This text has color #6AE9F3 on white background.



Black color preview on #6AE9F3 background

This text has black color on #6AE9F3 background.


White color preview on #6AE9F3 background

This text has white color on #6AE9F3 background.