COLOR #64638F

HEX: #64638F RGB: (100,99,143)

Color info

#64638F contains red, green and blue colors in about the same proportion. Web safe color of #64638F is #666699 (or #669).

RGB color model

#64638F color RGB value is (100,99,143).

RGB: (100,99,143) (39%, 39%, 56%)

RGB channels and saturation

R 100 of 255 = 39%
G 99 of 255 = 39%
B 143 of 255 = 56%

100
99
143

R + G + B ~ 45%. #64638F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 100 + 99 + 143 = 342 (100%)
R 100 of 342 ~ 29.24%
G 99 of 342 ~ 28.95%
B 143 of 342 ~ 41.81'%

%29.24
%28.95
%41.81

CMYK color model

#64638F color CMYK value is (30,31,0,44).

  • cyan value is 30.07%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (30,31,0,44)
C30M31Y0K44 (30%, 31%, 0%, 44%)
(0.30 / 0.31 / 0.00 / 0.44)

CMYK percentages

%30.07
%30.77
%0
%43.92

Codes

Color #64638F in popluar color models

64 63 8F
RGB 100 99 143
HSL 241° 18.18% 47.45%
HSB/HSV 241° 30.77% 56.08%
CMYK 30.07% 30.77% 0.00%
43.92%

Color #64638F in popluar number systems.

HEX 64 63 8F
Decimal 100 99 143
Binary 1100100 1100011 10001111
Octal 144 143 217

Shades and tints

Shades of #64638F

#64638F
(100,99,143)
#5B5A82
(91,90,130)
#525175
(82,81,117)
#494868
(73,72,104)
#403F5B
(64,63,91)
#37364E
(55,54,78)
#2E2D41
(46,45,65)
#252434
(37,36,52)
#1C1B27
(28,27,39)
#13121A
(19,18,26)
#0A090D
(10,9,13)
#000000
(0,0,0)

Tints of #64638F

#64638F
(100,99,143)
#727199
(114,113,153)
#807FA3
(128,127,163)
#8E8DAD
(142,141,173)
#9C9BB7
(156,155,183)
#AAA9C1
(170,169,193)
#B8B7CB
(184,183,203)
#C6C5D5
(198,197,213)
#D4D3DF
(212,211,223)
#E2E1E9
(226,225,233)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64638F color. Also use rgb(100,99,143) instead hex code.

Text Font Color

.myTextColor { color: #64638F; }

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

This text font color is #64638F.

Background Color

.myBgColor { background-color: #64638F; }

<div style="background-color:#64638F">Inner text</div>

This div background color is #64638F.

Border color

.myBorderColor { border: 1px solid #64638F; }

<div style="border:3px solid #64638F">Div</div>

This div border color is #64638F.

Opacity

.myOpacity80 { color: #64638F; opacity: 0.8; }

<p style="color:#64638F;opacity:0.8;">80%</p>

Text with #64638F 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 #64638F;}

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

This text has shadow with #64638F color.


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

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

This text has shadow with #64638F primary color and red secondary color.


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

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

This text has shadow with #64638F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #64638F.

Preview

Color preview on black background

This text has color #64638F on black background.


Color preview on white background

This text has color #64638F on white background.


Black color preview on #64638F background

This text has black color on #64638F background.


White color preview on #64638F background

This text has white color on #64638F background.


Related colors

Complementary color

Complementary color for #hex is #9B9C70.


I love getcolorcode.com

Triadic colors

1 #8F6463 and #638F64 with #64638F are triadic colors.

2 #8F6364 and #63648F with #64638F are triadic colors.