COLOR #64686C

HEX: #64686C RGB: (100,104,108)

Color info

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

RGB color model

#64686C color RGB value is (100,104,108).

RGB: (100,104,108) (39%, 41%, 42%)

RGB channels and saturation

R 100 of 255 = 39%
G 104 of 255 = 41%
B 108 of 255 = 42%

100
104
108

R + G + B ~ 41%. #64686C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 100 + 104 + 108 = 312 (100%)
R 100 of 312 ~ 32.05%
G 104 of 312 ~ 33.33%
B 108 of 312 ~ 34.62'%

%32.05
%33.33
%34.62

CMYK color model

#64686C color CMYK value is (7,4,0,58).

  • cyan value is 7.41%
  • magenta value is 3.70%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK: (7,4,0,58) C7M4Y0K58 (7%,4%,0%,58%) (0.07/0.04/0.00/0.58) 

CMYK percentages

%7.41
%3.7
%0
%57.65

Codes

Color #64686C in popluar color models

64 68 6C
RGB 100 104 108
HSL 210° 3.85% 40.78%
HSB/HSV 210° 7.41% 42.35%
CMYK 7.41% 3.70% 0.00%
57.65%

Color #64686C in popluar number systems.

HEX 64 68 6C
Decimal 100 104 108
Binary 1100100 1101000 1101100
Octal 144 150 154

Shades and tints

Shades of #64686C

#64686C
(100,104,108)
#5B5F63
(91,95,99)
#52565A
(82,86,90)
#494D51
(73,77,81)
#404448
(64,68,72)
#373B3F
(55,59,63)
#2E3236
(46,50,54)
#25292D
(37,41,45)
#1C2024
(28,32,36)
#13171B
(19,23,27)
#0A0E12
(10,14,18)
#000000
(0,0,0)

Tints of #64686C

#64686C
(100,104,108)
#727579
(114,117,121)
#808286
(128,130,134)
#8E8F93
(142,143,147)
#9C9CA0
(156,156,160)
#AAA9AD
(170,169,173)
#B8B6BA
(184,182,186)
#C6C3C7
(198,195,199)
#D4D0D4
(212,208,212)
#E2DDE1
(226,221,225)
#F0EAEE
(240,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64686C color. Also use rgb(100,104,108) instead hex code.

Text Font Color

.myTextColor { color: #64686C; }

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

This text font color is #64686C.

Background Color

.myBgColor { background-color: #64686C; }

<div style="background-color:#64686C">Inner text</div>

This div background color is #64686C.

Border color

.myBorderColor { border: 1px solid #64686C; }

<div style="border:3px solid #64686C">Div</div>

This div border color is #64686C.

Opacity

.myOpacity80 { color: #64686C; opacity: 0.8; }

<p style="color:#64686C;opacity:0.8;">80%</p>

Text with #64686C 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 #64686C;}

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

This text has shadow with #64686C color.


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

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

This text has shadow with #64686C primary color and red secondary color.


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

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

This text has shadow with #64686C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #64686C.

Preview

Color preview on black background

This text has color #64686C on black background.


Color preview on white background

This text has color #64686C on white background.


Black color preview on #64686C background

This text has black color on #64686C background.


White color preview on #64686C background

This text has white color on #64686C background.


Related colors

Complementary color

Complementary color for #hex is #9B9793.


I love getcolorcode.com

Triadic colors

1 #6C6468 and #686C64 with #64686C are triadic colors.

2 #6C6864 and #68646C with #64686C are triadic colors.