COLOR #6A727C

HEX: #6A727C
RGB: (106,114,124)

Color info

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

RGB color model

#6A727C color RGB value is (106,114,124).

  • red value is 106;
  • green value is 114;
  • blue value is 124.
RGB:
(106,114,124)
(42%,45%,49%)

RGB channels and saturation

R 106 of 255 = 42%
G 114 of 255 = 45%
B 124 of 255 = 49%

106
114
124

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

Portions of RGB colors in percentages

R + G + B =
106 + 114 + 124 = 344 (100%)
R 106 of 344 ~ 30.81%
G 114 of 344 ~ 33.14%
B 124 of 344 ~ 36.05%

%30.81
%33.14
%36.05

CMYK color model

#6A727C color CMYK value is (15,8,0,51).

  • cyan value is 14.52%
  • magenta value is 8.06%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(15,8,0,51)
C15M8Y0K51 
(15%,8%,0%,51%)
(0.15/0.08/0.00/0.51)	

CMYK percentages

%14.52
%8.06
%0
%51.37

Codes

Color #6A727C in popluar color models

6A727C
RGB106114124
HSL213°7.83%45.10%
HSB/HSV213°14.52%48.63%
CMYK14.52%8.06%0.00%
51.37%

Color #6A727C in popluar number systems.

HEX6A727C
Decimal106114124
Binary110101011100101111100
Octal152162174

Shades and tints

Shades of #6A727C

#6A727C
(106,114,124)
#616871
(97,104,113)
#585E66
(88,94,102)
#4F545B
(79,84,91)
#464A50
(70,74,80)
#3D4045
(61,64,69)
#34363A
(52,54,58)
#2B2C2F
(43,44,47)
#222224
(34,34,36)
#191819
(25,24,25)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #6A727C

#6A727C
(106,114,124)
#777E87
(119,126,135)
#848A92
(132,138,146)
#91969D
(145,150,157)
#9EA2A8
(158,162,168)
#ABAEB3
(171,174,179)
#B8BABE
(184,186,190)
#C5C6C9
(197,198,201)
#D2D2D4
(210,210,212)
#DFDEDF
(223,222,223)
#ECEAEA
(236,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A727C color. Also use rgb(106,114,124) instead hex code.

Text Font Color

.myTextColor { color: #6A727C; }

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

This text font color is #6A727C.


Background Color

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

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

This div background color is #6A727C.


Border color

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

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

This div border color is #6A727C.


Opacity

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

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

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

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

This text has shadow with #6A727C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A727C on black background.


Color preview on white background

This text has color #6A727C on white background.



Black color preview on #6A727C background

This text has black color on #6A727C background.


White color preview on #6A727C background

This text has white color on #6A727C background.