COLOR #6AADB8

HEX: #6AADB8
RGB: (106,173,184)

Color info

#6AADB8 contains mainly green and blue colors. Web safe color of #6AADB8 is #6699CC (or #69C).

RGB color model

#6AADB8 color RGB value is (106,173,184).

  • red value is 106;
  • green value is 173;
  • blue value is 184.
RGB:
(106,173,184)
(42%,68%,72%)

RGB channels and saturation

R 106 of 255 = 42%
G 173 of 255 = 68%
B 184 of 255 = 72%

106
173
184

R + G + B ~ 61%. #6AADB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 173 + 184 = 463 (100%)
R 106 of 463 ~ 22.89%
G 173 of 463 ~ 37.37%
B 184 of 463 ~ 39.74%

%22.89
%37.37
%39.74

CMYK color model

#6AADB8 color CMYK value is (42,6,0,28).

  • cyan value is 42.39%
  • magenta value is 5.98%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(42,6,0,28)
C42M6Y0K28 
(42%,6%,0%,28%)
(0.42/0.06/0.00/0.28)	

CMYK percentages

%42.39
%5.98
%0
%27.84

Codes

Color #6AADB8 in popluar color models

6AADB8
RGB106173184
HSL188°35.45%56.86%
HSB/HSV188°42.39%72.16%
CMYK42.39%5.98%0.00%
27.84%

Color #6AADB8 in popluar number systems.

HEX6AADB8
Decimal106173184
Binary11010101010110110111000
Octal152255270

Shades and tints

Shades of #6AADB8

#6AADB8
(106,173,184)
#619EA8
(97,158,168)
#588F98
(88,143,152)
#4F8088
(79,128,136)
#467178
(70,113,120)
#3D6268
(61,98,104)
#345358
(52,83,88)
#2B4448
(43,68,72)
#223538
(34,53,56)
#192628
(25,38,40)
#101718
(16,23,24)
#000000
(0,0,0)

Tints of #6AADB8

#6AADB8
(106,173,184)
#77B4BE
(119,180,190)
#84BBC4
(132,187,196)
#91C2CA
(145,194,202)
#9EC9D0
(158,201,208)
#ABD0D6
(171,208,214)
#B8D7DC
(184,215,220)
#C5DEE2
(197,222,226)
#D2E5E8
(210,229,232)
#DFECEE
(223,236,238)
#ECF3F4
(236,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AADB8 color. Also use rgb(106,173,184) instead hex code.

Text Font Color

.myTextColor { color: #6AADB8; }

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

This text font color is #6AADB8.


Background Color

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

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

This div background color is #6AADB8.


Border color

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

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

This div border color is #6AADB8.


Opacity

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

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

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

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

This text has shadow with #6AADB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AADB8 on black background.


Color preview on white background

This text has color #6AADB8 on white background.



Black color preview on #6AADB8 background

This text has black color on #6AADB8 background.


White color preview on #6AADB8 background

This text has white color on #6AADB8 background.