COLOR #646E79

HEX: #646E79 RGB: (100,110,121)

Color info

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

RGB color model

#646E79 color RGB value is (100,110,121).

RGB: (100,110,121) (39%, 43%, 47%)

RGB channels and saturation

R 100 of 255 = 39%
G 110 of 255 = 43%
B 121 of 255 = 47%

100
110
121

R + G + B ~ 43%. #646E79 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 100 + 110 + 121 = 331 (100%)
R 100 of 331 ~ 30.21%
G 110 of 331 ~ 33.23%
B 121 of 331 ~ 36.56'%

%30.21
%33.23
%36.56

CMYK color model

#646E79 color CMYK value is (17,9,0,53).

  • cyan value is 17.36%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (17,9,0,53)
C17M9Y0K53 (17%, 9%, 0%, 53%)
(0.17 / 0.09 / 0.00 / 0.53)

CMYK percentages

%17.36
%9.09
%0
%52.55

Codes

Color #646E79 in popluar color models

64 6E 79
RGB 100 110 121
HSL 211° 9.50% 43.33%
HSB/HSV 211° 17.36% 47.45%
CMYK 17.36% 9.09% 0.00%
52.55%

Color #646E79 in popluar number systems.

HEX 64 6E 79
Decimal 100 110 121
Binary 1100100 1101110 1111001
Octal 144 156 171

Shades and tints

Shades of #646E79

#646E79
(100,110,121)
#5B646E
(91,100,110)
#525A63
(82,90,99)
#495058
(73,80,88)
#40464D
(64,70,77)
#373C42
(55,60,66)
#2E3237
(46,50,55)
#25282C
(37,40,44)
#1C1E21
(28,30,33)
#131416
(19,20,22)
#0A0A0B
(10,10,11)
#000000
(0,0,0)

Tints of #646E79

#646E79
(100,110,121)
#727B85
(114,123,133)
#808891
(128,136,145)
#8E959D
(142,149,157)
#9CA2A9
(156,162,169)
#AAAFB5
(170,175,181)
#B8BCC1
(184,188,193)
#C6C9CD
(198,201,205)
#D4D6D9
(212,214,217)
#E2E3E5
(226,227,229)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646E79 color. Also use rgb(100,110,121) instead hex code.

Text Font Color

.myTextColor { color: #646E79; }

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

This text font color is #646E79.

Background Color

.myBgColor { background-color: #646E79; }

<div style="background-color:#646E79">Inner text</div>

This div background color is #646E79.

Border color

.myBorderColor { border: 1px solid #646E79; }

<div style="border:3px solid #646E79">Div</div>

This div border color is #646E79.

Opacity

.myOpacity80 { color: #646E79; opacity: 0.8; }

<p style="color:#646E79;opacity:0.8;">80%</p>

Text with #646E79 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 #646E79;}

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

This text has shadow with #646E79 color.


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

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

This text has shadow with #646E79 primary color and red secondary color.


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

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

This text has shadow with #646E79 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #646E79.

Preview

Color preview on black background

This text has color #646E79 on black background.


Color preview on white background

This text has color #646E79 on white background.


Black color preview on #646E79 background

This text has black color on #646E79 background.


White color preview on #646E79 background

This text has white color on #646E79 background.


Related colors

Complementary color

Complementary color for #hex is #9B9186.


I love getcolorcode.com

Triadic colors

1 #79646E and #6E7964 with #646E79 are triadic colors.

2 #796E64 and #6E6479 with #646E79 are triadic colors.