COLOR #64779C

HEX: #64779C RGB: (100,119,156)

Color info

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

RGB color model

#64779C color RGB value is (100,119,156).

RGB: (100,119,156) (39%, 47%, 61%)

RGB channels and saturation

R 100 of 255 = 39%
G 119 of 255 = 47%
B 156 of 255 = 61%

100
119
156

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

Portions of RGB colors in percentages

R + G + B = 100 + 119 + 156 = 375 (100%)
R 100 of 375 ~ 26.67%
G 119 of 375 ~ 31.73%
B 156 of 375 ~ 41.6'%

%26.67
%31.73
%41.6

CMYK color model

#64779C color CMYK value is (36,24,0,39).

  • cyan value is 35.90%
  • magenta value is 23.72%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK: (36,24,0,39) C36M24Y0K39 (36%,24%,0%,39%) (0.36/0.24/0.00/0.39) 

CMYK percentages

%35.9
%23.72
%0
%38.82

Codes

Color #64779C in popluar color models

64 77 9C
RGB 100 119 156
HSL 220° 22.05% 50.20%
HSB/HSV 220° 35.90% 61.18%
CMYK 35.90% 23.72% 0.00%
38.82%

Color #64779C in popluar number systems.

HEX 64 77 9C
Decimal 100 119 156
Binary 1100100 1110111 10011100
Octal 144 167 234

Shades and tints

Shades of #64779C

#64779C
(100,119,156)
#5B6D8E
(91,109,142)
#526380
(82,99,128)
#495972
(73,89,114)
#404F64
(64,79,100)
#374556
(55,69,86)
#2E3B48
(46,59,72)
#25313A
(37,49,58)
#1C272C
(28,39,44)
#131D1E
(19,29,30)
#0A1310
(10,19,16)
#000000
(0,0,0)

Tints of #64779C

#64779C
(100,119,156)
#7283A5
(114,131,165)
#808FAE
(128,143,174)
#8E9BB7
(142,155,183)
#9CA7C0
(156,167,192)
#AAB3C9
(170,179,201)
#B8BFD2
(184,191,210)
#C6CBDB
(198,203,219)
#D4D7E4
(212,215,228)
#E2E3ED
(226,227,237)
#F0EFF6
(240,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64779C; }

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

This text font color is #64779C.

Background Color

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

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

This div background color is #64779C.

Border color

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

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

This div border color is #64779C.

Opacity

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

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

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

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

This text has shadow with #64779C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64779C.

Preview

Color preview on black background

This text has color #64779C on black background.


Color preview on white background

This text has color #64779C on white background.


Black color preview on #64779C background

This text has black color on #64779C background.


White color preview on #64779C background

This text has white color on #64779C background.


Related colors

Complementary color

Complementary color for #hex is #9B8863.


I love getcolorcode.com

Triadic colors

1 #9C6477 and #779C64 with #64779C are triadic colors.

2 #9C7764 and #77649C with #64779C are triadic colors.