COLOR #64627B

HEX: #64627B RGB: (100,98,123)

Color info

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

RGB color model

#64627B color RGB value is (100,98,123).

RGB: (100,98,123) (39%, 38%, 48%)

RGB channels and saturation

R 100 of 255 = 39%
G 98 of 255 = 38%
B 123 of 255 = 48%

100
98
123

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

Portions of RGB colors in percentages

R + G + B = 100 + 98 + 123 = 321 (100%)
R 100 of 321 ~ 31.15%
G 98 of 321 ~ 30.53%
B 123 of 321 ~ 38.32'%

%31.15
%30.53
%38.32

CMYK color model

#64627B color CMYK value is (19,20,0,52).

  • cyan value is 18.70%
  • magenta value is 20.33%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (19,20,0,52)
C19M20Y0K52 (19%, 20%, 0%, 52%)
(0.19 / 0.20 / 0.00 / 0.52)

CMYK percentages

%18.7
%20.33
%0
%51.76

Codes

Color #64627B in popluar color models

64 62 7B
RGB 100 98 123
HSL 245° 11.31% 43.33%
HSB/HSV 245° 20.33% 48.24%
CMYK 18.70% 20.33% 0.00%
51.76%

Color #64627B in popluar number systems.

HEX 64 62 7B
Decimal 100 98 123
Binary 1100100 1100010 1111011
Octal 144 142 173

Shades and tints

Shades of #64627B

#64627B
(100,98,123)
#5B5A70
(91,90,112)
#525265
(82,82,101)
#494A5A
(73,74,90)
#40424F
(64,66,79)
#373A44
(55,58,68)
#2E3239
(46,50,57)
#252A2E
(37,42,46)
#1C2223
(28,34,35)
#131A18
(19,26,24)
#0A120D
(10,18,13)
#000000
(0,0,0)

Tints of #64627B

#64627B
(100,98,123)
#727087
(114,112,135)
#807E93
(128,126,147)
#8E8C9F
(142,140,159)
#9C9AAB
(156,154,171)
#AAA8B7
(170,168,183)
#B8B6C3
(184,182,195)
#C6C4CF
(198,196,207)
#D4D2DB
(212,210,219)
#E2E0E7
(226,224,231)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64627B color. Also use rgb(100,98,123) instead hex code.

Text Font Color

.myTextColor { color: #64627B; }

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

This text font color is #64627B.

Background Color

.myBgColor { background-color: #64627B; }

<div style="background-color:#64627B">Inner text</div>

This div background color is #64627B.

Border color

.myBorderColor { border: 1px solid #64627B; }

<div style="border:3px solid #64627B">Div</div>

This div border color is #64627B.

Opacity

.myOpacity80 { color: #64627B; opacity: 0.8; }

<p style="color:#64627B;opacity:0.8;">80%</p>

Text with #64627B 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 #64627B;}

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

This text has shadow with #64627B color.


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

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

This text has shadow with #64627B primary color and red secondary color.


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

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

This text has shadow with #64627B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #64627B.

Preview

Color preview on black background

This text has color #64627B on black background.


Color preview on white background

This text has color #64627B on white background.


Black color preview on #64627B background

This text has black color on #64627B background.


White color preview on #64627B background

This text has white color on #64627B background.


Related colors

Complementary color

Complementary color for #hex is #9B9D84.


I love getcolorcode.com

Triadic colors

1 #7B6462 and #627B64 with #64627B are triadic colors.

2 #7B6264 and #62647B with #64627B are triadic colors.