COLOR #64A4C5

HEX: #64A4C5
RGB: (100,164,197)

Color info

#64A4C5 contains mainly green and blue colors. Web safe color of #64A4C5 is #6699CC (or #69C).

RGB color model

#64A4C5 color RGB value is (100,164,197).

  • red value is 100;
  • green value is 164;
  • blue value is 197.
RGB:
(100,164,197)
(39%,64%,77%)

RGB channels and saturation

R 100 of 255 = 39%
G 164 of 255 = 64%
B 197 of 255 = 77%

100
164
197

R + G + B ~ 60%. #64A4C5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 164 + 197 = 461 (100%)
R 100 of 461 ~ 21.69%
G 164 of 461 ~ 35.57%
B 197 of 461 ~ 42.73%

%21.69
%35.57
%42.73

CMYK color model

#64A4C5 color CMYK value is (49,17,0,23).

  • cyan value is 49.24%
  • magenta value is 16.75%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(49,17,0,23)
C49M17Y0K23 
(49%,17%,0%,23%)
(0.49/0.17/0.00/0.23)	

CMYK percentages

%49.24
%16.75
%0
%22.75

Codes

Color #64A4C5 in popluar color models

64A4C5
RGB100164197
HSL200°45.54%58.24%
HSB/HSV200°49.24%77.25%
CMYK49.24%16.75%0.00%
22.75%

Color #64A4C5 in popluar number systems.

HEX64A4C5
Decimal100164197
Binary11001001010010011000101
Octal144244305

Shades and tints

Shades of #64A4C5

#64A4C5
(100,164,197)
#5B96B4
(91,150,180)
#5288A3
(82,136,163)
#497A92
(73,122,146)
#406C81
(64,108,129)
#375E70
(55,94,112)
#2E505F
(46,80,95)
#25424E
(37,66,78)
#1C343D
(28,52,61)
#13262C
(19,38,44)
#0A181B
(10,24,27)
#000000
(0,0,0)

Tints of #64A4C5

#64A4C5
(100,164,197)
#72ACCA
(114,172,202)
#80B4CF
(128,180,207)
#8EBCD4
(142,188,212)
#9CC4D9
(156,196,217)
#AACCDE
(170,204,222)
#B8D4E3
(184,212,227)
#C6DCE8
(198,220,232)
#D4E4ED
(212,228,237)
#E2ECF2
(226,236,242)
#F0F4F7
(240,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64A4C5 color. Also use rgb(100,164,197) instead hex code.

Text Font Color

.myTextColor { color: #64A4C5; }

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

This text font color is #64A4C5.


Background Color

.myBgColor { background-color: #64A4C5; }

<div style="background-color:#64A4C5">Inner text</div>

This div background color is #64A4C5.


Border color

.myBorderColor { border: 1px solid #64A4C5; }

<div style="border:3px solid #64A4C5">Div</div>

This div border color is #64A4C5.


Opacity

.myOpacity80 { color: #64A4C5; opacity: 0.8; }

<p style="color:#64A4C5;opacity:0.8;">80%</p>

Text with #64A4C5 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 #64A4C5;}

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

This text has shadow with #64A4C5 color.

.textShadow {text-shadow: 3px 3px 1px #64A4C5, 3px 3px 1px red;}

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

This text has shadow with #64A4C5 primary color and red secondary color.


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

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

This text has shadow with #64A4C5 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #64A4C5;
-webkit-box-shadow: 1px 1px 3px 2px #64A4C5;
box-shadow:1px 1px 3px 2px #64A4C5;">
Div content here</div>
This div box has shadow with color #64A4C5.

Preview

Color preview on black background

This text has color #64A4C5 on black background.


Color preview on white background

This text has color #64A4C5 on white background.



Black color preview on #64A4C5 background

This text has black color on #64A4C5 background.


White color preview on #64A4C5 background

This text has white color on #64A4C5 background.