COLOR #6A747B

HEX: #6A747B RGB: (106,116,123)

Color info

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

RGB color model

#6A747B color RGB value is (106,116,123).

RGB: (106,116,123) (42%, 45%, 48%)

RGB channels and saturation

R 106 of 255 = 42%
G 116 of 255 = 45%
B 123 of 255 = 48%

106
116
123

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

Portions of RGB colors in percentages

R + G + B = 106 + 116 + 123 = 345 (100%)
R 106 of 345 ~ 30.72%
G 116 of 345 ~ 33.62%
B 123 of 345 ~ 35.65'%

%30.72
%33.62
%35.65

CMYK color model

#6A747B color CMYK value is (14,6,0,52).

  • cyan value is 13.82%
  • magenta value is 5.69%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK: (14,6,0,52) C14M6Y0K52 (14%,6%,0%,52%) (0.14/0.06/0.00/0.52) 

CMYK percentages

%13.82
%5.69
%0
%51.76

Codes

Color #6A747B in popluar color models

6A 74 7B
RGB 106 116 123
HSL 205° 7.42% 44.90%
HSB/HSV 205° 13.82% 48.24%
CMYK 13.82% 5.69% 0.00%
51.76%

Color #6A747B in popluar number systems.

HEX 6A 74 7B
Decimal 106 116 123
Binary 1101010 1110100 1111011
Octal 152 164 173

Shades and tints

Shades of #6A747B

#6A747B
(106,116,123)
#616A70
(97,106,112)
#586065
(88,96,101)
#4F565A
(79,86,90)
#464C4F
(70,76,79)
#3D4244
(61,66,68)
#343839
(52,56,57)
#2B2E2E
(43,46,46)
#222423
(34,36,35)
#191A18
(25,26,24)
#10100D
(16,16,13)
#000000
(0,0,0)

Tints of #6A747B

#6A747B
(106,116,123)
#778087
(119,128,135)
#848C93
(132,140,147)
#91989F
(145,152,159)
#9EA4AB
(158,164,171)
#ABB0B7
(171,176,183)
#B8BCC3
(184,188,195)
#C5C8CF
(197,200,207)
#D2D4DB
(210,212,219)
#DFE0E7
(223,224,231)
#ECECF3
(236,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A747B color. Also use rgb(106,116,123) instead hex code.

Text Font Color

.myTextColor { color: #6A747B; }

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

This text font color is #6A747B.

Background Color

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

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

This div background color is #6A747B.

Border color

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

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

This div border color is #6A747B.

Opacity

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

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

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

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

This text has shadow with #6A747B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A747B.

Preview

Color preview on black background

This text has color #6A747B on black background.


Color preview on white background

This text has color #6A747B on white background.


Black color preview on #6A747B background

This text has black color on #6A747B background.


White color preview on #6A747B background

This text has white color on #6A747B background.


Related colors

Complementary color

Complementary color for #hex is #958B84.


I love getcolorcode.com

Triadic colors

1 #7B6A74 and #747B6A with #6A747B are triadic colors.

2 #7B746A and #746A7B with #6A747B are triadic colors.