COLOR #6A8AA9

HEX: #6A8AA9
RGB: (106,138,169)

Color info

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

RGB color model

#6A8AA9 color RGB value is (106,138,169).

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

RGB channels and saturation

R 106 of 255 = 42%
G 138 of 255 = 54%
B 169 of 255 = 66%

106
138
169

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

Portions of RGB colors in percentages

R + G + B =
106 + 138 + 169 = 413 (100%)
R 106 of 413 ~ 25.67%
G 138 of 413 ~ 33.41%
B 169 of 413 ~ 40.92%

%25.67
%33.41
%40.92

CMYK color model

#6A8AA9 color CMYK value is (37,18,0,34).

  • cyan value is 37.28%
  • magenta value is 18.34%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(37,18,0,34)
C37M18Y0K34 
(37%,18%,0%,34%)
(0.37/0.18/0.00/0.34)	

CMYK percentages

%37.28
%18.34
%0
%33.73

Codes

Color #6A8AA9 in popluar color models

6A8AA9
RGB106138169
HSL210°26.81%53.92%
HSB/HSV210°37.28%66.27%
CMYK37.28%18.34%0.00%
33.73%

Color #6A8AA9 in popluar number systems.

HEX6A8AA9
Decimal106138169
Binary11010101000101010101001
Octal152212251

Shades and tints

Shades of #6A8AA9

#6A8AA9
(106,138,169)
#617E9A
(97,126,154)
#58728B
(88,114,139)
#4F667C
(79,102,124)
#465A6D
(70,90,109)
#3D4E5E
(61,78,94)
#34424F
(52,66,79)
#2B3640
(43,54,64)
#222A31
(34,42,49)
#191E22
(25,30,34)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #6A8AA9

#6A8AA9
(106,138,169)
#7794B0
(119,148,176)
#849EB7
(132,158,183)
#91A8BE
(145,168,190)
#9EB2C5
(158,178,197)
#ABBCCC
(171,188,204)
#B8C6D3
(184,198,211)
#C5D0DA
(197,208,218)
#D2DAE1
(210,218,225)
#DFE4E8
(223,228,232)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A8AA9; }

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

This text font color is #6A8AA9.


Background Color

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

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

This div background color is #6A8AA9.


Border color

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

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

This div border color is #6A8AA9.


Opacity

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

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

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

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

This text has shadow with #6A8AA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8AA9 on black background.


Color preview on white background

This text has color #6A8AA9 on white background.



Black color preview on #6A8AA9 background

This text has black color on #6A8AA9 background.


White color preview on #6A8AA9 background

This text has white color on #6A8AA9 background.