COLOR #64657E

HEX: #64657E RGB: (100,101,126)

Color info

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

RGB color model

#64657E color RGB value is (100,101,126).

RGB: (100,101,126) (39%, 40%, 49%)

RGB channels and saturation

R 100 of 255 = 39%
G 101 of 255 = 40%
B 126 of 255 = 49%

100
101
126

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

Portions of RGB colors in percentages

R + G + B = 100 + 101 + 126 = 327 (100%)
R 100 of 327 ~ 30.58%
G 101 of 327 ~ 30.89%
B 126 of 327 ~ 38.53'%

%30.58
%30.89
%38.53

CMYK color model

#64657E color CMYK value is (21,20,0,51).

  • cyan value is 20.63%
  • magenta value is 19.84%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (21,20,0,51)
C21M20Y0K51 (21%, 20%, 0%, 51%)
(0.21 / 0.20 / 0.00 / 0.51)

CMYK percentages

%20.63
%19.84
%0
%50.59

Codes

Color #64657E in popluar color models

64 65 7E
RGB 100 101 126
HSL 238° 11.50% 44.31%
HSB/HSV 238° 20.63% 49.41%
CMYK 20.63% 19.84% 0.00%
50.59%

Color #64657E in popluar number systems.

HEX 64 65 7E
Decimal 100 101 126
Binary 1100100 1100101 1111110
Octal 144 145 176

Shades and tints

Shades of #64657E

#64657E
(100,101,126)
#5B5C73
(91,92,115)
#525368
(82,83,104)
#494A5D
(73,74,93)
#404152
(64,65,82)
#373847
(55,56,71)
#2E2F3C
(46,47,60)
#252631
(37,38,49)
#1C1D26
(28,29,38)
#13141B
(19,20,27)
#0A0B10
(10,11,16)
#000000
(0,0,0)

Tints of #64657E

#64657E
(100,101,126)
#727389
(114,115,137)
#808194
(128,129,148)
#8E8F9F
(142,143,159)
#9C9DAA
(156,157,170)
#AAABB5
(170,171,181)
#B8B9C0
(184,185,192)
#C6C7CB
(198,199,203)
#D4D5D6
(212,213,214)
#E2E3E1
(226,227,225)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64657E color. Also use rgb(100,101,126) instead hex code.

Text Font Color

.myTextColor { color: #64657E; }

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

This text font color is #64657E.

Background Color

.myBgColor { background-color: #64657E; }

<div style="background-color:#64657E">Inner text</div>

This div background color is #64657E.

Border color

.myBorderColor { border: 1px solid #64657E; }

<div style="border:3px solid #64657E">Div</div>

This div border color is #64657E.

Opacity

.myOpacity80 { color: #64657E; opacity: 0.8; }

<p style="color:#64657E;opacity:0.8;">80%</p>

Text with #64657E 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 #64657E;}

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

This text has shadow with #64657E color.


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

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

This text has shadow with #64657E primary color and red secondary color.


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

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

This text has shadow with #64657E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #64657E.

Preview

Color preview on black background

This text has color #64657E on black background.


Color preview on white background

This text has color #64657E on white background.


Black color preview on #64657E background

This text has black color on #64657E background.


White color preview on #64657E background

This text has white color on #64657E background.


Related colors

Complementary color

Complementary color for #hex is #9B9A81.


I love getcolorcode.com

Triadic colors

1 #7E6465 and #657E64 with #64657E are triadic colors.

2 #7E6564 and #65647E with #64657E are triadic colors.