COLOR #64A8D2

HEX: #64A8D2
RGB: (100,168,210)

Color info

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

RGB color model

#64A8D2 color RGB value is (100,168,210).

  • red value is 100;
  • green value is 168;
  • blue value is 210.
RGB:
(100,168,210)
(39%,66%,82%)

RGB channels and saturation

R 100 of 255 = 39%
G 168 of 255 = 66%
B 210 of 255 = 82%

100
168
210

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

Portions of RGB colors in percentages

R + G + B =
100 + 168 + 210 = 478 (100%)
R 100 of 478 ~ 20.92%
G 168 of 478 ~ 35.15%
B 210 of 478 ~ 43.93%

%20.92
%35.15
%43.93

CMYK color model

#64A8D2 color CMYK value is (52,20,0,18).

  • cyan value is 52.38%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(52,20,0,18)
C52M20Y0K18 
(52%,20%,0%,18%)
(0.52/0.20/0.00/0.18)	

CMYK percentages

%52.38
%20
%0
%17.65

Codes

Color #64A8D2 in popluar color models

64A8D2
RGB100168210
HSL203°55.00%60.78%
HSB/HSV203°52.38%82.35%
CMYK52.38%20.00%0.00%
17.65%

Color #64A8D2 in popluar number systems.

HEX64A8D2
Decimal100168210
Binary11001001010100011010010
Octal144250322

Shades and tints

Shades of #64A8D2

#64A8D2
(100,168,210)
#5B99BF
(91,153,191)
#528AAC
(82,138,172)
#497B99
(73,123,153)
#406C86
(64,108,134)
#375D73
(55,93,115)
#2E4E60
(46,78,96)
#253F4D
(37,63,77)
#1C303A
(28,48,58)
#132127
(19,33,39)
#0A1214
(10,18,20)
#000000
(0,0,0)

Tints of #64A8D2

#64A8D2
(100,168,210)
#72AFD6
(114,175,214)
#80B6DA
(128,182,218)
#8EBDDE
(142,189,222)
#9CC4E2
(156,196,226)
#AACBE6
(170,203,230)
#B8D2EA
(184,210,234)
#C6D9EE
(198,217,238)
#D4E0F2
(212,224,242)
#E2E7F6
(226,231,246)
#F0EEFA
(240,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64A8D2 color. Also use rgb(100,168,210) instead hex code.

Text Font Color

.myTextColor { color: #64A8D2; }

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

This text font color is #64A8D2.


Background Color

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

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

This div background color is #64A8D2.


Border color

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

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

This div border color is #64A8D2.


Opacity

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

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

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

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

This text has shadow with #64A8D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64A8D2 on black background.


Color preview on white background

This text has color #64A8D2 on white background.



Black color preview on #64A8D2 background

This text has black color on #64A8D2 background.


White color preview on #64A8D2 background

This text has white color on #64A8D2 background.