COLOR #64769D

HEX: #64769D RGB: (100,118,157)

Color info

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

RGB color model

#64769D color RGB value is (100,118,157).

RGB: (100,118,157) (39%, 46%, 62%)

RGB channels and saturation

R 100 of 255 = 39%
G 118 of 255 = 46%
B 157 of 255 = 62%

100
118
157

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

Portions of RGB colors in percentages

R + G + B = 100 + 118 + 157 = 375 (100%)
R 100 of 375 ~ 26.67%
G 118 of 375 ~ 31.47%
B 157 of 375 ~ 41.87'%

%26.67
%31.47
%41.87

CMYK color model

#64769D color CMYK value is (36,25,0,38).

  • cyan value is 36.31%
  • magenta value is 24.84%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (36,25,0,38)
C36M25Y0K38 (36%, 25%, 0%, 38%)
(0.36 / 0.25 / 0.00 / 0.38)

CMYK percentages

%36.31
%24.84
%0
%38.43

Codes

Color #64769D in popluar color models

64 76 9D
RGB 100 118 157
HSL 221° 22.53% 50.39%
HSB/HSV 221° 36.31% 61.57%
CMYK 36.31% 24.84% 0.00%
38.43%

Color #64769D in popluar number systems.

HEX 64 76 9D
Decimal 100 118 157
Binary 1100100 1110110 10011101
Octal 144 166 235

Shades and tints

Shades of #64769D

#64769D
(100,118,157)
#5B6C8F
(91,108,143)
#526281
(82,98,129)
#495873
(73,88,115)
#404E65
(64,78,101)
#374457
(55,68,87)
#2E3A49
(46,58,73)
#25303B
(37,48,59)
#1C262D
(28,38,45)
#131C1F
(19,28,31)
#0A1211
(10,18,17)
#000000
(0,0,0)

Tints of #64769D

#64769D
(100,118,157)
#7282A5
(114,130,165)
#808EAD
(128,142,173)
#8E9AB5
(142,154,181)
#9CA6BD
(156,166,189)
#AAB2C5
(170,178,197)
#B8BECD
(184,190,205)
#C6CAD5
(198,202,213)
#D4D6DD
(212,214,221)
#E2E2E5
(226,226,229)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64769D color. Also use rgb(100,118,157) instead hex code.

Text Font Color

.myTextColor { color: #64769D; }

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

This text font color is #64769D.

Background Color

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

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

This div background color is #64769D.

Border color

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

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

This div border color is #64769D.

Opacity

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

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

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

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

This text has shadow with #64769D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64769D.

Preview

Color preview on black background

This text has color #64769D on black background.


Color preview on white background

This text has color #64769D on white background.


Black color preview on #64769D background

This text has black color on #64769D background.


White color preview on #64769D background

This text has white color on #64769D background.


Related colors

Complementary color

Complementary color for #hex is #9B8962.


I love getcolorcode.com

Triadic colors

1 #9D6476 and #769D64 with #64769D are triadic colors.

2 #9D7664 and #76649D with #64769D are triadic colors.