COLOR #64697D

HEX: #64697D RGB: (100,105,125)

Color info

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

RGB color model

#64697D color RGB value is (100,105,125).

RGB: (100,105,125) (39%, 41%, 49%)

RGB channels and saturation

R 100 of 255 = 39%
G 105 of 255 = 41%
B 125 of 255 = 49%

100
105
125

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

Portions of RGB colors in percentages

R + G + B = 100 + 105 + 125 = 330 (100%)
R 100 of 330 ~ 30.3%
G 105 of 330 ~ 31.82%
B 125 of 330 ~ 37.88'%

%30.3
%31.82
%37.88

CMYK color model

#64697D color CMYK value is (20,16,0,51).

  • cyan value is 20.00%
  • magenta value is 16.00%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (20,16,0,51)
C20M16Y0K51 (20%, 16%, 0%, 51%)
(0.20 / 0.16 / 0.00 / 0.51)

CMYK percentages

%20
%16
%0
%50.98

Codes

Color #64697D in popluar color models

64 69 7D
RGB 100 105 125
HSL 228° 11.11% 44.12%
HSB/HSV 228° 20.00% 49.02%
CMYK 20.00% 16.00% 0.00%
50.98%

Color #64697D in popluar number systems.

HEX 64 69 7D
Decimal 100 105 125
Binary 1100100 1101001 1111101
Octal 144 151 175

Shades and tints

Shades of #64697D

#64697D
(100,105,125)
#5B6072
(91,96,114)
#525767
(82,87,103)
#494E5C
(73,78,92)
#404551
(64,69,81)
#373C46
(55,60,70)
#2E333B
(46,51,59)
#252A30
(37,42,48)
#1C2125
(28,33,37)
#13181A
(19,24,26)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #64697D

#64697D
(100,105,125)
#727688
(114,118,136)
#808393
(128,131,147)
#8E909E
(142,144,158)
#9C9DA9
(156,157,169)
#AAAAB4
(170,170,180)
#B8B7BF
(184,183,191)
#C6C4CA
(198,196,202)
#D4D1D5
(212,209,213)
#E2DEE0
(226,222,224)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64697D color. Also use rgb(100,105,125) instead hex code.

Text Font Color

.myTextColor { color: #64697D; }

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

This text font color is #64697D.

Background Color

.myBgColor { background-color: #64697D; }

<div style="background-color:#64697D">Inner text</div>

This div background color is #64697D.

Border color

.myBorderColor { border: 1px solid #64697D; }

<div style="border:3px solid #64697D">Div</div>

This div border color is #64697D.

Opacity

.myOpacity80 { color: #64697D; opacity: 0.8; }

<p style="color:#64697D;opacity:0.8;">80%</p>

Text with #64697D 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 #64697D;}

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

This text has shadow with #64697D color.


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

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

This text has shadow with #64697D primary color and red secondary color.


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

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

This text has shadow with #64697D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #64697D.

Preview

Color preview on black background

This text has color #64697D on black background.


Color preview on white background

This text has color #64697D on white background.


Black color preview on #64697D background

This text has black color on #64697D background.


White color preview on #64697D background

This text has white color on #64697D background.


Related colors

Complementary color

Complementary color for #hex is #9B9682.


I love getcolorcode.com

Triadic colors

1 #7D6469 and #697D64 with #64697D are triadic colors.

2 #7D6964 and #69647D with #64697D are triadic colors.