COLOR #64779A

HEX: #64779A RGB: (100,119,154)

Color info

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

RGB color model

#64779A color RGB value is (100,119,154).

RGB: (100,119,154) (39%, 47%, 60%)

RGB channels and saturation

R 100 of 255 = 39%
G 119 of 255 = 47%
B 154 of 255 = 60%

100
119
154

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

Portions of RGB colors in percentages

R + G + B = 100 + 119 + 154 = 373 (100%)
R 100 of 373 ~ 26.81%
G 119 of 373 ~ 31.9%
B 154 of 373 ~ 41.29'%

%26.81
%31.9
%41.29

CMYK color model

#64779A color CMYK value is (35,23,0,40).

  • cyan value is 35.06%
  • magenta value is 22.73%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (35,23,0,40)
C35M23Y0K40 (35%, 23%, 0%, 40%)
(0.35 / 0.23 / 0.00 / 0.40)

CMYK percentages

%35.06
%22.73
%0
%39.61

Codes

Color #64779A in popluar color models

64 77 9A
RGB 100 119 154
HSL 219° 21.26% 49.80%
HSB/HSV 219° 35.06% 60.39%
CMYK 35.06% 22.73% 0.00%
39.61%

Color #64779A in popluar number systems.

HEX 64 77 9A
Decimal 100 119 154
Binary 1100100 1110111 10011010
Octal 144 167 232

Shades and tints

Shades of #64779A

#64779A
(100,119,154)
#5B6D8C
(91,109,140)
#52637E
(82,99,126)
#495970
(73,89,112)
#404F62
(64,79,98)
#374554
(55,69,84)
#2E3B46
(46,59,70)
#253138
(37,49,56)
#1C272A
(28,39,42)
#131D1C
(19,29,28)
#0A130E
(10,19,14)
#000000
(0,0,0)

Tints of #64779A

#64779A
(100,119,154)
#7283A3
(114,131,163)
#808FAC
(128,143,172)
#8E9BB5
(142,155,181)
#9CA7BE
(156,167,190)
#AAB3C7
(170,179,199)
#B8BFD0
(184,191,208)
#C6CBD9
(198,203,217)
#D4D7E2
(212,215,226)
#E2E3EB
(226,227,235)
#F0EFF4
(240,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64779A color. Also use rgb(100,119,154) instead hex code.

Text Font Color

.myTextColor { color: #64779A; }

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

This text font color is #64779A.

Background Color

.myBgColor { background-color: #64779A; }

<div style="background-color:#64779A">Inner text</div>

This div background color is #64779A.

Border color

.myBorderColor { border: 1px solid #64779A; }

<div style="border:3px solid #64779A">Div</div>

This div border color is #64779A.

Opacity

.myOpacity80 { color: #64779A; opacity: 0.8; }

<p style="color:#64779A;opacity:0.8;">80%</p>

Text with #64779A 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 #64779A;}

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

This text has shadow with #64779A color.


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

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

This text has shadow with #64779A primary color and red secondary color.


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

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

This text has shadow with #64779A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #64779A.

Preview

Color preview on black background

This text has color #64779A on black background.


Color preview on white background

This text has color #64779A on white background.


Black color preview on #64779A background

This text has black color on #64779A background.


White color preview on #64779A background

This text has white color on #64779A background.


Related colors

Complementary color

Complementary color for #hex is #9B8865.


I love getcolorcode.com

Triadic colors

1 #9A6477 and #779A64 with #64779A are triadic colors.

2 #9A7764 and #77649A with #64779A are triadic colors.