COLOR #6A8AAB

HEX: #6A8AAB
RGB: (106,138,171)

Color info

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

RGB color model

#6A8AAB color RGB value is (106,138,171).

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

RGB channels and saturation

R 106 of 255 = 42%
G 138 of 255 = 54%
B 171 of 255 = 67%

106
138
171

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

Portions of RGB colors in percentages

R + G + B =
106 + 138 + 171 = 415 (100%)
R 106 of 415 ~ 25.54%
G 138 of 415 ~ 33.25%
B 171 of 415 ~ 41.2%

%25.54
%33.25
%41.2

CMYK color model

#6A8AAB color CMYK value is (38,19,0,33).

  • cyan value is 38.01%
  • magenta value is 19.30%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(38,19,0,33)
C38M19Y0K33 
(38%,19%,0%,33%)
(0.38/0.19/0.00/0.33)	

CMYK percentages

%38.01
%19.3
%0
%32.94

Codes

Color #6A8AAB in popluar color models

6A8AAB
RGB106138171
HSL210°27.90%54.31%
HSB/HSV210°38.01%67.06%
CMYK38.01%19.30%0.00%
32.94%

Color #6A8AAB in popluar number systems.

HEX6A8AAB
Decimal106138171
Binary11010101000101010101011
Octal152212253

Shades and tints

Shades of #6A8AAB

#6A8AAB
(106,138,171)
#617E9C
(97,126,156)
#58728D
(88,114,141)
#4F667E
(79,102,126)
#465A6F
(70,90,111)
#3D4E60
(61,78,96)
#344251
(52,66,81)
#2B3642
(43,54,66)
#222A33
(34,42,51)
#191E24
(25,30,36)
#101215
(16,18,21)
#000000
(0,0,0)

Tints of #6A8AAB

#6A8AAB
(106,138,171)
#7794B2
(119,148,178)
#849EB9
(132,158,185)
#91A8C0
(145,168,192)
#9EB2C7
(158,178,199)
#ABBCCE
(171,188,206)
#B8C6D5
(184,198,213)
#C5D0DC
(197,208,220)
#D2DAE3
(210,218,227)
#DFE4EA
(223,228,234)
#ECEEF1
(236,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A8AAB; }

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

This text font color is #6A8AAB.


Background Color

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

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

This div background color is #6A8AAB.


Border color

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

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

This div border color is #6A8AAB.


Opacity

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

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

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

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

This text has shadow with #6A8AAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8AAB on black background.


Color preview on white background

This text has color #6A8AAB on white background.



Black color preview on #6A8AAB background

This text has black color on #6A8AAB background.


White color preview on #6A8AAB background

This text has white color on #6A8AAB background.