COLOR #64B1D6

HEX: #64B1D6
RGB: (100,177,214)

Color info

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

RGB color model

#64B1D6 color RGB value is (100,177,214).

  • red value is 100;
  • green value is 177;
  • blue value is 214.
RGB:
(100,177,214)
(39%,69%,84%)

RGB channels and saturation

R 100 of 255 = 39%
G 177 of 255 = 69%
B 214 of 255 = 84%

100
177
214

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

Portions of RGB colors in percentages

R + G + B =
100 + 177 + 214 = 491 (100%)
R 100 of 491 ~ 20.37%
G 177 of 491 ~ 36.05%
B 214 of 491 ~ 43.58%

%20.37
%36.05
%43.58

CMYK color model

#64B1D6 color CMYK value is (53,17,0,16).

  • cyan value is 53.27%
  • magenta value is 17.29%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(53,17,0,16)
C53M17Y0K16 
(53%,17%,0%,16%)
(0.53/0.17/0.00/0.16)	

CMYK percentages

%53.27
%17.29
%0
%16.08

Codes

Color #64B1D6 in popluar color models

64B1D6
RGB100177214
HSL199°58.16%61.57%
HSB/HSV199°53.27%83.92%
CMYK53.27%17.29%0.00%
16.08%

Color #64B1D6 in popluar number systems.

HEX64B1D6
Decimal100177214
Binary11001001011000111010110
Octal144261326

Shades and tints

Shades of #64B1D6

#64B1D6
(100,177,214)
#5BA1C3
(91,161,195)
#5291B0
(82,145,176)
#49819D
(73,129,157)
#40718A
(64,113,138)
#376177
(55,97,119)
#2E5164
(46,81,100)
#254151
(37,65,81)
#1C313E
(28,49,62)
#13212B
(19,33,43)
#0A1118
(10,17,24)
#000000
(0,0,0)

Tints of #64B1D6

#64B1D6
(100,177,214)
#72B8D9
(114,184,217)
#80BFDC
(128,191,220)
#8EC6DF
(142,198,223)
#9CCDE2
(156,205,226)
#AAD4E5
(170,212,229)
#B8DBE8
(184,219,232)
#C6E2EB
(198,226,235)
#D4E9EE
(212,233,238)
#E2F0F1
(226,240,241)
#F0F7F4
(240,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64B1D6 color. Also use rgb(100,177,214) instead hex code.

Text Font Color

.myTextColor { color: #64B1D6; }

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

This text font color is #64B1D6.


Background Color

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

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

This div background color is #64B1D6.


Border color

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

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

This div border color is #64B1D6.


Opacity

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

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

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

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

This text has shadow with #64B1D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64B1D6 on black background.


Color preview on white background

This text has color #64B1D6 on white background.



Black color preview on #64B1D6 background

This text has black color on #64B1D6 background.


White color preview on #64B1D6 background

This text has white color on #64B1D6 background.