COLOR #6AABB2

HEX: #6AABB2
RGB: (106,171,178)

Color info

#6AABB2 contains mainly green and blue colors. Web safe color of #6AABB2 is #669999 (or #699).

RGB color model

#6AABB2 color RGB value is (106,171,178).

  • red value is 106;
  • green value is 171;
  • blue value is 178.
RGB:
(106,171,178)
(42%,67%,70%)

RGB channels and saturation

R 106 of 255 = 42%
G 171 of 255 = 67%
B 178 of 255 = 70%

106
171
178

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

Portions of RGB colors in percentages

R + G + B =
106 + 171 + 178 = 455 (100%)
R 106 of 455 ~ 23.3%
G 171 of 455 ~ 37.58%
B 178 of 455 ~ 39.12%

%23.3
%37.58
%39.12

CMYK color model

#6AABB2 color CMYK value is (40,4,0,30).

  • cyan value is 40.45%
  • magenta value is 3.93%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(40,4,0,30)
C40M4Y0K30 
(40%,4%,0%,30%)
(0.40/0.04/0.00/0.30)	

CMYK percentages

%40.45
%3.93
%0
%30.2

Codes

Color #6AABB2 in popluar color models

6AABB2
RGB106171178
HSL186°31.86%55.69%
HSB/HSV186°40.45%69.80%
CMYK40.45%3.93%0.00%
30.20%

Color #6AABB2 in popluar number systems.

HEX6AABB2
Decimal106171178
Binary11010101010101110110010
Octal152253262

Shades and tints

Shades of #6AABB2

#6AABB2
(106,171,178)
#619CA2
(97,156,162)
#588D92
(88,141,146)
#4F7E82
(79,126,130)
#466F72
(70,111,114)
#3D6062
(61,96,98)
#345152
(52,81,82)
#2B4242
(43,66,66)
#223332
(34,51,50)
#192422
(25,36,34)
#101512
(16,21,18)
#000000
(0,0,0)

Tints of #6AABB2

#6AABB2
(106,171,178)
#77B2B9
(119,178,185)
#84B9C0
(132,185,192)
#91C0C7
(145,192,199)
#9EC7CE
(158,199,206)
#ABCED5
(171,206,213)
#B8D5DC
(184,213,220)
#C5DCE3
(197,220,227)
#D2E3EA
(210,227,234)
#DFEAF1
(223,234,241)
#ECF1F8
(236,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AABB2 color. Also use rgb(106,171,178) instead hex code.

Text Font Color

.myTextColor { color: #6AABB2; }

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

This text font color is #6AABB2.


Background Color

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

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

This div background color is #6AABB2.


Border color

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

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

This div border color is #6AABB2.


Opacity

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

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

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

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

This text has shadow with #6AABB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AABB2 on black background.


Color preview on white background

This text has color #6AABB2 on white background.



Black color preview on #6AABB2 background

This text has black color on #6AABB2 background.


White color preview on #6AABB2 background

This text has white color on #6AABB2 background.