COLOR #6A707E

HEX: #6A707E
RGB: (106,112,126)

Color info

#6A707E contains red, green and blue colors in about the same proportion. Web safe color of #6A707E is #666666 (or #666).

RGB color model

#6A707E color RGB value is (106,112,126).

  • red value is 106;
  • green value is 112;
  • blue value is 126.
RGB:
(106,112,126)
(42%,44%,49%)

RGB channels and saturation

R 106 of 255 = 42%
G 112 of 255 = 44%
B 126 of 255 = 49%

106
112
126

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

Portions of RGB colors in percentages

R + G + B =
106 + 112 + 126 = 344 (100%)
R 106 of 344 ~ 30.81%
G 112 of 344 ~ 32.56%
B 126 of 344 ~ 36.63%

%30.81
%32.56
%36.63

CMYK color model

#6A707E color CMYK value is (16,11,0,51).

  • cyan value is 15.87%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(16,11,0,51)
C16M11Y0K51 
(16%,11%,0%,51%)
(0.16/0.11/0.00/0.51)	

CMYK percentages

%15.87
%11.11
%0
%50.59

Codes

Color #6A707E in popluar color models

6A707E
RGB106112126
HSL222°8.62%45.49%
HSB/HSV222°15.87%49.41%
CMYK15.87%11.11%0.00%
50.59%

Color #6A707E in popluar number systems.

HEX6A707E
Decimal106112126
Binary110101011100001111110
Octal152160176

Shades and tints

Shades of #6A707E

#6A707E
(106,112,126)
#616673
(97,102,115)
#585C68
(88,92,104)
#4F525D
(79,82,93)
#464852
(70,72,82)
#3D3E47
(61,62,71)
#34343C
(52,52,60)
#2B2A31
(43,42,49)
#222026
(34,32,38)
#19161B
(25,22,27)
#100C10
(16,12,16)
#000000
(0,0,0)

Tints of #6A707E

#6A707E
(106,112,126)
#777D89
(119,125,137)
#848A94
(132,138,148)
#91979F
(145,151,159)
#9EA4AA
(158,164,170)
#ABB1B5
(171,177,181)
#B8BEC0
(184,190,192)
#C5CBCB
(197,203,203)
#D2D8D6
(210,216,214)
#DFE5E1
(223,229,225)
#ECF2EC
(236,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A707E color. Also use rgb(106,112,126) instead hex code.

Text Font Color

.myTextColor { color: #6A707E; }

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

This text font color is #6A707E.


Background Color

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

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

This div background color is #6A707E.


Border color

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

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

This div border color is #6A707E.


Opacity

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

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

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

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

This text has shadow with #6A707E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A707E on black background.


Color preview on white background

This text has color #6A707E on white background.



Black color preview on #6A707E background

This text has black color on #6A707E background.


White color preview on #6A707E background

This text has white color on #6A707E background.