COLOR #64A9F5

HEX: #64A9F5
RGB: (100,169,245)

Color info

#64A9F5 contains mainly blue color. Web safe color of #64A9F5 is #6699FF (or #69F).

RGB color model

#64A9F5 color RGB value is (100,169,245).

  • red value is 100;
  • green value is 169;
  • blue value is 245.
RGB:
(100,169,245)
(39%,66%,96%)

RGB channels and saturation

R 100 of 255 = 39%
G 169 of 255 = 66%
B 245 of 255 = 96%

100
169
245

R + G + B ~ 67%. #64A9F5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
100 + 169 + 245 = 514 (100%)
R 100 of 514 ~ 19.46%
G 169 of 514 ~ 32.88%
B 245 of 514 ~ 47.67%

%19.46
%32.88
%47.67

CMYK color model

#64A9F5 color CMYK value is (59,31,0,4).

  • cyan value is 59.18%
  • magenta value is 31.02%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(59,31,0,4)
C59M31Y0K4 
(59%,31%,0%,4%)
(0.59/0.31/0.00/0.04)	

CMYK percentages

%59.18
%31.02
%0
%3.92

Codes

Color #64A9F5 in popluar color models

64A9F5
RGB100169245
HSL211°87.88%67.65%
HSB/HSV211°59.18%96.08%
CMYK59.18%31.02%0.00%
3.92%

Color #64A9F5 in popluar number systems.

HEX64A9F5
Decimal100169245
Binary11001001010100111110101
Octal144251365

Shades and tints

Shades of #64A9F5

#64A9F5
(100,169,245)
#5B9ADF
(91,154,223)
#528BC9
(82,139,201)
#497CB3
(73,124,179)
#406D9D
(64,109,157)
#375E87
(55,94,135)
#2E4F71
(46,79,113)
#25405B
(37,64,91)
#1C3145
(28,49,69)
#13222F
(19,34,47)
#0A1319
(10,19,25)
#000000
(0,0,0)

Tints of #64A9F5

#64A9F5
(100,169,245)
#72B0F5
(114,176,245)
#80B7F5
(128,183,245)
#8EBEF5
(142,190,245)
#9CC5F5
(156,197,245)
#AACCF5
(170,204,245)
#B8D3F5
(184,211,245)
#C6DAF5
(198,218,245)
#D4E1F5
(212,225,245)
#E2E8F5
(226,232,245)
#F0EFF5
(240,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64A9F5 color. Also use rgb(100,169,245) instead hex code.

Text Font Color

.myTextColor { color: #64A9F5; }

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

This text font color is #64A9F5.


Background Color

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

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

This div background color is #64A9F5.


Border color

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

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

This div border color is #64A9F5.


Opacity

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

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

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

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

This text has shadow with #64A9F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64A9F5 on black background.


Color preview on white background

This text has color #64A9F5 on white background.



Black color preview on #64A9F5 background

This text has black color on #64A9F5 background.


White color preview on #64A9F5 background

This text has white color on #64A9F5 background.