COLOR #6AAAB7

HEX: #6AAAB7
RGB: (106,170,183)

Color info

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

RGB color model

#6AAAB7 color RGB value is (106,170,183).

  • red value is 106;
  • green value is 170;
  • blue value is 183.
RGB:
(106,170,183)
(42%,67%,72%)

RGB channels and saturation

R 106 of 255 = 42%
G 170 of 255 = 67%
B 183 of 255 = 72%

106
170
183

R + G + B ~ 60%. #6AAAB7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
106 + 170 + 183 = 459 (100%)
R 106 of 459 ~ 23.09%
G 170 of 459 ~ 37.04%
B 183 of 459 ~ 39.87%

%23.09
%37.04
%39.87

CMYK color model

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

  • cyan value is 42.08%
  • magenta value is 7.10%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(42,7,0,28)
C42M7Y0K28 
(42%,7%,0%,28%)
(0.42/0.07/0.00/0.28)	

CMYK percentages

%42.08
%7.1
%0
%28.24

Codes

Color #6AAAB7 in popluar color models

6AAAB7
RGB106170183
HSL190°34.84%56.67%
HSB/HSV190°42.08%71.76%
CMYK42.08%7.10%0.00%
28.24%

Color #6AAAB7 in popluar number systems.

HEX6AAAB7
Decimal106170183
Binary11010101010101010110111
Octal152252267

Shades and tints

Shades of #6AAAB7

#6AAAB7
(106,170,183)
#619BA7
(97,155,167)
#588C97
(88,140,151)
#4F7D87
(79,125,135)
#466E77
(70,110,119)
#3D5F67
(61,95,103)
#345057
(52,80,87)
#2B4147
(43,65,71)
#223237
(34,50,55)
#192327
(25,35,39)
#101417
(16,20,23)
#000000
(0,0,0)

Tints of #6AAAB7

#6AAAB7
(106,170,183)
#77B1BD
(119,177,189)
#84B8C3
(132,184,195)
#91BFC9
(145,191,201)
#9EC6CF
(158,198,207)
#ABCDD5
(171,205,213)
#B8D4DB
(184,212,219)
#C5DBE1
(197,219,225)
#D2E2E7
(210,226,231)
#DFE9ED
(223,233,237)
#ECF0F3
(236,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AAAB7 color. Also use rgb(106,170,183) instead hex code.

Text Font Color

.myTextColor { color: #6AAAB7; }

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

This text font color is #6AAAB7.


Background Color

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

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

This div background color is #6AAAB7.


Border color

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

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

This div border color is #6AAAB7.


Opacity

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

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

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

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

This text has shadow with #6AAAB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AAAB7 on black background.


Color preview on white background

This text has color #6AAAB7 on white background.



Black color preview on #6AAAB7 background

This text has black color on #6AAAB7 background.


White color preview on #6AAAB7 background

This text has white color on #6AAAB7 background.