COLOR #6A979F

HEX: #6A979F
RGB: (106,151,159)

Color info

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

RGB color model

#6A979F color RGB value is (106,151,159).

  • red value is 106;
  • green value is 151;
  • blue value is 159.
RGB:
(106,151,159)
(42%,59%,62%)

RGB channels and saturation

R 106 of 255 = 42%
G 151 of 255 = 59%
B 159 of 255 = 62%

106
151
159

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

Portions of RGB colors in percentages

R + G + B =
106 + 151 + 159 = 416 (100%)
R 106 of 416 ~ 25.48%
G 151 of 416 ~ 36.3%
B 159 of 416 ~ 38.22%

%25.48
%36.3
%38.22

CMYK color model

#6A979F color CMYK value is (33,5,0,38).

  • cyan value is 33.33%
  • magenta value is 5.03%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(33,5,0,38)
C33M5Y0K38 
(33%,5%,0%,38%)
(0.33/0.05/0.00/0.38)	

CMYK percentages

%33.33
%5.03
%0
%37.65

Codes

Color #6A979F in popluar color models

6A979F
RGB106151159
HSL189°21.63%51.96%
HSB/HSV189°33.33%62.35%
CMYK33.33%5.03%0.00%
37.65%

Color #6A979F in popluar number systems.

HEX6A979F
Decimal106151159
Binary11010101001011110011111
Octal152227237

Shades and tints

Shades of #6A979F

#6A979F
(106,151,159)
#618A91
(97,138,145)
#587D83
(88,125,131)
#4F7075
(79,112,117)
#466367
(70,99,103)
#3D5659
(61,86,89)
#34494B
(52,73,75)
#2B3C3D
(43,60,61)
#222F2F
(34,47,47)
#192221
(25,34,33)
#101513
(16,21,19)
#000000
(0,0,0)

Tints of #6A979F

#6A979F
(106,151,159)
#77A0A7
(119,160,167)
#84A9AF
(132,169,175)
#91B2B7
(145,178,183)
#9EBBBF
(158,187,191)
#ABC4C7
(171,196,199)
#B8CDCF
(184,205,207)
#C5D6D7
(197,214,215)
#D2DFDF
(210,223,223)
#DFE8E7
(223,232,231)
#ECF1EF
(236,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A979F color. Also use rgb(106,151,159) instead hex code.

Text Font Color

.myTextColor { color: #6A979F; }

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

This text font color is #6A979F.


Background Color

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

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

This div background color is #6A979F.


Border color

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

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

This div border color is #6A979F.


Opacity

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

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

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

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

This text has shadow with #6A979F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A979F on black background.


Color preview on white background

This text has color #6A979F on white background.



Black color preview on #6A979F background

This text has black color on #6A979F background.


White color preview on #6A979F background

This text has white color on #6A979F background.