COLOR #6A949A

HEX: #6A949A
RGB: (106,148,154)

Color info

#6A949A contains red, green and blue colors in about the same proportion. Web safe color of #6A949A is #669999 (or #699).

RGB color model

#6A949A color RGB value is (106,148,154).

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

RGB channels and saturation

R 106 of 255 = 42%
G 148 of 255 = 58%
B 154 of 255 = 60%

106
148
154

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

Portions of RGB colors in percentages

R + G + B =
106 + 148 + 154 = 408 (100%)
R 106 of 408 ~ 25.98%
G 148 of 408 ~ 36.27%
B 154 of 408 ~ 37.75%

%25.98
%36.27
%37.75

CMYK color model

#6A949A color CMYK value is (31,4,0,40).

  • cyan value is 31.17%
  • magenta value is 3.90%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(31,4,0,40)
C31M4Y0K40 
(31%,4%,0%,40%)
(0.31/0.04/0.00/0.40)	

CMYK percentages

%31.17
%3.9
%0
%39.61

Codes

Color #6A949A in popluar color models

6A949A
RGB106148154
HSL188°19.20%50.98%
HSB/HSV188°31.17%60.39%
CMYK31.17%3.90%0.00%
39.61%

Color #6A949A in popluar number systems.

HEX6A949A
Decimal106148154
Binary11010101001010010011010
Octal152224232

Shades and tints

Shades of #6A949A

#6A949A
(106,148,154)
#61878C
(97,135,140)
#587A7E
(88,122,126)
#4F6D70
(79,109,112)
#466062
(70,96,98)
#3D5354
(61,83,84)
#344646
(52,70,70)
#2B3938
(43,57,56)
#222C2A
(34,44,42)
#191F1C
(25,31,28)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #6A949A

#6A949A
(106,148,154)
#779DA3
(119,157,163)
#84A6AC
(132,166,172)
#91AFB5
(145,175,181)
#9EB8BE
(158,184,190)
#ABC1C7
(171,193,199)
#B8CAD0
(184,202,208)
#C5D3D9
(197,211,217)
#D2DCE2
(210,220,226)
#DFE5EB
(223,229,235)
#ECEEF4
(236,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A949A; }

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

This text font color is #6A949A.


Background Color

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

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

This div background color is #6A949A.


Border color

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

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

This div border color is #6A949A.


Opacity

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

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

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

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

This text has shadow with #6A949A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A949A on black background.


Color preview on white background

This text has color #6A949A on white background.



Black color preview on #6A949A background

This text has black color on #6A949A background.


White color preview on #6A949A background

This text has white color on #6A949A background.