COLOR #64A9DC

HEX: #64A9DC
RGB: (100,169,220)

Color info

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

RGB color model

#64A9DC color RGB value is (100,169,220).

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

RGB channels and saturation

R 100 of 255 = 39%
G 169 of 255 = 66%
B 220 of 255 = 86%

100
169
220

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

Portions of RGB colors in percentages

R + G + B =
100 + 169 + 220 = 489 (100%)
R 100 of 489 ~ 20.45%
G 169 of 489 ~ 34.56%
B 220 of 489 ~ 44.99%

%20.45
%34.56
%44.99

CMYK color model

#64A9DC color CMYK value is (55,23,0,14).

  • cyan value is 54.55%
  • magenta value is 23.18%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(55,23,0,14)
C55M23Y0K14 
(55%,23%,0%,14%)
(0.55/0.23/0.00/0.14)	

CMYK percentages

%54.55
%23.18
%0
%13.73

Codes

Color #64A9DC in popluar color models

64A9DC
RGB100169220
HSL206°63.16%62.75%
HSB/HSV206°54.55%86.27%
CMYK54.55%23.18%0.00%
13.73%

Color #64A9DC in popluar number systems.

HEX64A9DC
Decimal100169220
Binary11001001010100111011100
Octal144251334

Shades and tints

Shades of #64A9DC

#64A9DC
(100,169,220)
#5B9AC8
(91,154,200)
#528BB4
(82,139,180)
#497CA0
(73,124,160)
#406D8C
(64,109,140)
#375E78
(55,94,120)
#2E4F64
(46,79,100)
#254050
(37,64,80)
#1C313C
(28,49,60)
#132228
(19,34,40)
#0A1314
(10,19,20)
#000000
(0,0,0)

Tints of #64A9DC

#64A9DC
(100,169,220)
#72B0DF
(114,176,223)
#80B7E2
(128,183,226)
#8EBEE5
(142,190,229)
#9CC5E8
(156,197,232)
#AACCEB
(170,204,235)
#B8D3EE
(184,211,238)
#C6DAF1
(198,218,241)
#D4E1F4
(212,225,244)
#E2E8F7
(226,232,247)
#F0EFFA
(240,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64A9DC; }

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

This text font color is #64A9DC.


Background Color

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

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

This div background color is #64A9DC.


Border color

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

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

This div border color is #64A9DC.


Opacity

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

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

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

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

This text has shadow with #64A9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64A9DC on black background.


Color preview on white background

This text has color #64A9DC on white background.



Black color preview on #64A9DC background

This text has black color on #64A9DC background.


White color preview on #64A9DC background

This text has white color on #64A9DC background.