COLOR #646F78

HEX: #646F78 RGB: (100,111,120)

Color info

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

RGB color model

#646F78 color RGB value is (100,111,120).

RGB: (100,111,120) (39%, 44%, 47%)

RGB channels and saturation

R 100 of 255 = 39%
G 111 of 255 = 44%
B 120 of 255 = 47%

100
111
120

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

Portions of RGB colors in percentages

R + G + B = 100 + 111 + 120 = 331 (100%)
R 100 of 331 ~ 30.21%
G 111 of 331 ~ 33.53%
B 120 of 331 ~ 36.25'%

%30.21
%33.53
%36.25

CMYK color model

#646F78 color CMYK value is (17,8,0,53).

  • cyan value is 16.67%
  • magenta value is 7.50%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (17,8,0,53)
C17M8Y0K53 (17%, 8%, 0%, 53%)
(0.17 / 0.08 / 0.00 / 0.53)

CMYK percentages

%16.67
%7.5
%0
%52.94

Codes

Color #646F78 in popluar color models

64 6F 78
RGB 100 111 120
HSL 207° 9.09% 43.14%
HSB/HSV 207° 16.67% 47.06%
CMYK 16.67% 7.50% 0.00%
52.94%

Color #646F78 in popluar number systems.

HEX 64 6F 78
Decimal 100 111 120
Binary 1100100 1101111 1111000
Octal 144 157 170

Shades and tints

Shades of #646F78

#646F78
(100,111,120)
#5B656E
(91,101,110)
#525B64
(82,91,100)
#49515A
(73,81,90)
#404750
(64,71,80)
#373D46
(55,61,70)
#2E333C
(46,51,60)
#252932
(37,41,50)
#1C1F28
(28,31,40)
#13151E
(19,21,30)
#0A0B14
(10,11,20)
#000000
(0,0,0)

Tints of #646F78

#646F78
(100,111,120)
#727C84
(114,124,132)
#808990
(128,137,144)
#8E969C
(142,150,156)
#9CA3A8
(156,163,168)
#AAB0B4
(170,176,180)
#B8BDC0
(184,189,192)
#C6CACC
(198,202,204)
#D4D7D8
(212,215,216)
#E2E4E4
(226,228,228)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646F78 color. Also use rgb(100,111,120) instead hex code.

Text Font Color

.myTextColor { color: #646F78; }

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

This text font color is #646F78.

Background Color

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

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

This div background color is #646F78.

Border color

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

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

This div border color is #646F78.

Opacity

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

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

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

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

This text has shadow with #646F78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #646F78.

Preview

Color preview on black background

This text has color #646F78 on black background.


Color preview on white background

This text has color #646F78 on white background.


Black color preview on #646F78 background

This text has black color on #646F78 background.


White color preview on #646F78 background

This text has white color on #646F78 background.


Related colors

Complementary color

Complementary color for #hex is #9B9087.


I love getcolorcode.com

Triadic colors

1 #78646F and #6F7864 with #646F78 are triadic colors.

2 #786F64 and #6F6478 with #646F78 are triadic colors.