COLOR #64B3EC

HEX: #64B3EC
RGB: (100,179,236)

Color info

#64B3EC contains mainly green and blue colors. Web safe color of #64B3EC is #6699FF (or #69F).

RGB color model

#64B3EC color RGB value is (100,179,236).

  • red value is 100;
  • green value is 179;
  • blue value is 236.
RGB:
(100,179,236)
(39%,70%,93%)

RGB channels and saturation

R 100 of 255 = 39%
G 179 of 255 = 70%
B 236 of 255 = 93%

100
179
236

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

Portions of RGB colors in percentages

R + G + B =
100 + 179 + 236 = 515 (100%)
R 100 of 515 ~ 19.42%
G 179 of 515 ~ 34.76%
B 236 of 515 ~ 45.83%

%19.42
%34.76
%45.83

CMYK color model

#64B3EC color CMYK value is (58,24,0,7).

  • cyan value is 57.63%
  • magenta value is 24.15%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(58,24,0,7)
C58M24Y0K7 
(58%,24%,0%,7%)
(0.58/0.24/0.00/0.07)	

CMYK percentages

%57.63
%24.15
%0
%7.45

Codes

Color #64B3EC in popluar color models

64B3EC
RGB100179236
HSL205°78.16%65.88%
HSB/HSV205°57.63%92.55%
CMYK57.63%24.15%0.00%
7.45%

Color #64B3EC in popluar number systems.

HEX64B3EC
Decimal100179236
Binary11001001011001111101100
Octal144263354

Shades and tints

Shades of #64B3EC

#64B3EC
(100,179,236)
#5BA3D7
(91,163,215)
#5293C2
(82,147,194)
#4983AD
(73,131,173)
#407398
(64,115,152)
#376383
(55,99,131)
#2E536E
(46,83,110)
#254359
(37,67,89)
#1C3344
(28,51,68)
#13232F
(19,35,47)
#0A131A
(10,19,26)
#000000
(0,0,0)

Tints of #64B3EC

#64B3EC
(100,179,236)
#72B9ED
(114,185,237)
#80BFEE
(128,191,238)
#8EC5EF
(142,197,239)
#9CCBF0
(156,203,240)
#AAD1F1
(170,209,241)
#B8D7F2
(184,215,242)
#C6DDF3
(198,221,243)
#D4E3F4
(212,227,244)
#E2E9F5
(226,233,245)
#F0EFF6
(240,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64B3EC color. Also use rgb(100,179,236) instead hex code.

Text Font Color

.myTextColor { color: #64B3EC; }

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

This text font color is #64B3EC.


Background Color

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

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

This div background color is #64B3EC.


Border color

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

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

This div border color is #64B3EC.


Opacity

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

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

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

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

This text has shadow with #64B3EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64B3EC on black background.


Color preview on white background

This text has color #64B3EC on white background.



Black color preview on #64B3EC background

This text has black color on #64B3EC background.


White color preview on #64B3EC background

This text has white color on #64B3EC background.