COLOR #64617E

HEX: #64617E RGB: (100,97,126)

Color info

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

RGB color model

#64617E color RGB value is (100,97,126).

RGB: (100,97,126) (39%, 38%, 49%)

RGB channels and saturation

R 100 of 255 = 39%
G 97 of 255 = 38%
B 126 of 255 = 49%

100
97
126

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

Portions of RGB colors in percentages

R + G + B = 100 + 97 + 126 = 323 (100%)
R 100 of 323 ~ 30.96%
G 97 of 323 ~ 30.03%
B 126 of 323 ~ 39.01'%

%30.96
%30.03
%39.01

CMYK color model

#64617E color CMYK value is (21,23,0,51).

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

CMYK: (21,23,0,51)
C21M23Y0K51 (21%, 23%, 0%, 51%)
(0.21 / 0.23 / 0.00 / 0.51)

CMYK percentages

%20.63
%23.02
%0
%50.59

Codes

Color #64617E in popluar color models

64 61 7E
RGB 100 97 126
HSL 246° 13.00% 43.73%
HSB/HSV 246° 23.02% 49.41%
CMYK 20.63% 23.02% 0.00%
50.59%

Color #64617E in popluar number systems.

HEX 64 61 7E
Decimal 100 97 126
Binary 1100100 1100001 1111110
Octal 144 141 176

Shades and tints

Shades of #64617E

#64617E
(100,97,126)
#5B5973
(91,89,115)
#525168
(82,81,104)
#49495D
(73,73,93)
#404152
(64,65,82)
#373947
(55,57,71)
#2E313C
(46,49,60)
#252931
(37,41,49)
#1C2126
(28,33,38)
#13191B
(19,25,27)
#0A1110
(10,17,16)
#000000
(0,0,0)

Tints of #64617E

#64617E
(100,97,126)
#726F89
(114,111,137)
#807D94
(128,125,148)
#8E8B9F
(142,139,159)
#9C99AA
(156,153,170)
#AAA7B5
(170,167,181)
#B8B5C0
(184,181,192)
#C6C3CB
(198,195,203)
#D4D1D6
(212,209,214)
#E2DFE1
(226,223,225)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64617E; }

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

This text font color is #64617E.

Background Color

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

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

This div background color is #64617E.

Border color

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

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

This div border color is #64617E.

Opacity

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

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

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

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

This text has shadow with #64617E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64617E.

Preview

Color preview on black background

This text has color #64617E on black background.


Color preview on white background

This text has color #64617E on white background.


Black color preview on #64617E background

This text has black color on #64617E background.


White color preview on #64617E background

This text has white color on #64617E background.


Related colors

Complementary color

Complementary color for #hex is #9B9E81.


I love getcolorcode.com

Triadic colors

1 #7E6461 and #617E64 with #64617E are triadic colors.

2 #7E6164 and #61647E with #64617E are triadic colors.