COLOR #6A9AAC

HEX: #6A9AAC
RGB: (106,154,172)

Color info

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

RGB color model

#6A9AAC color RGB value is (106,154,172).

  • red value is 106;
  • green value is 154;
  • blue value is 172.
RGB:
(106,154,172)
(42%,60%,67%)

RGB channels and saturation

R 106 of 255 = 42%
G 154 of 255 = 60%
B 172 of 255 = 67%

106
154
172

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

Portions of RGB colors in percentages

R + G + B =
106 + 154 + 172 = 432 (100%)
R 106 of 432 ~ 24.54%
G 154 of 432 ~ 35.65%
B 172 of 432 ~ 39.81%

%24.54
%35.65
%39.81

CMYK color model

#6A9AAC color CMYK value is (38,10,0,33).

  • cyan value is 38.37%
  • magenta value is 10.47%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(38,10,0,33)
C38M10Y0K33 
(38%,10%,0%,33%)
(0.38/0.10/0.00/0.33)	

CMYK percentages

%38.37
%10.47
%0
%32.55

Codes

Color #6A9AAC in popluar color models

6A9AAC
RGB106154172
HSL196°28.45%54.51%
HSB/HSV196°38.37%67.45%
CMYK38.37%10.47%0.00%
32.55%

Color #6A9AAC in popluar number systems.

HEX6A9AAC
Decimal106154172
Binary11010101001101010101100
Octal152232254

Shades and tints

Shades of #6A9AAC

#6A9AAC
(106,154,172)
#618C9D
(97,140,157)
#587E8E
(88,126,142)
#4F707F
(79,112,127)
#466270
(70,98,112)
#3D5461
(61,84,97)
#344652
(52,70,82)
#2B3843
(43,56,67)
#222A34
(34,42,52)
#191C25
(25,28,37)
#100E16
(16,14,22)
#000000
(0,0,0)

Tints of #6A9AAC

#6A9AAC
(106,154,172)
#77A3B3
(119,163,179)
#84ACBA
(132,172,186)
#91B5C1
(145,181,193)
#9EBEC8
(158,190,200)
#ABC7CF
(171,199,207)
#B8D0D6
(184,208,214)
#C5D9DD
(197,217,221)
#D2E2E4
(210,226,228)
#DFEBEB
(223,235,235)
#ECF4F2
(236,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A9AAC color. Also use rgb(106,154,172) instead hex code.

Text Font Color

.myTextColor { color: #6A9AAC; }

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

This text font color is #6A9AAC.


Background Color

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

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

This div background color is #6A9AAC.


Border color

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

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

This div border color is #6A9AAC.


Opacity

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

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

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

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

This text has shadow with #6A9AAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9AAC on black background.


Color preview on white background

This text has color #6A9AAC on white background.



Black color preview on #6A9AAC background

This text has black color on #6A9AAC background.


White color preview on #6A9AAC background

This text has white color on #6A9AAC background.