COLOR #64B7F9

HEX: #64B7F9 RGB: (100,183,249)

Color info

#64B7F9 contains mainly blue color. Web safe color of #64B7F9 is #66CCFF (or #6CF).

RGB color model

#64B7F9 color RGB value is (100,183,249).

RGB: (100,183,249) (39%, 72%, 98%)

RGB channels and saturation

R 100 of 255 = 39%
G 183 of 255 = 72%
B 249 of 255 = 98%

100
183
249

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

Portions of RGB colors in percentages

R + G + B = 100 + 183 + 249 = 532 (100%)
R 100 of 532 ~ 18.8%
G 183 of 532 ~ 34.4%
B 249 of 532 ~ 46.8'%

%18.8
%34.4
%46.8

CMYK color model

#64B7F9 color CMYK value is (60,27,0,2).

  • cyan value is 59.84%
  • magenta value is 26.51%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (60,27,0,2)
C60M27Y0K2 (60%, 27%, 0%, 2%)
(0.60 / 0.27 / 0.00 / 0.02)

CMYK percentages

%59.84
%26.51
%0
%2.35

Codes

Color #64B7F9 in popluar color models

64 B7 F9
RGB 100 183 249
HSL 207° 92.55% 68.43%
HSB/HSV 207° 59.84% 97.65%
CMYK 59.84% 26.51% 0.00%
2.35%

Color #64B7F9 in popluar number systems.

HEX 64 B7 F9
Decimal 100 183 249
Binary 1100100 10110111 11111001
Octal 144 267 371

Shades and tints

Shades of #64B7F9

#64B7F9
(100,183,249)
#5BA7E3
(91,167,227)
#5297CD
(82,151,205)
#4987B7
(73,135,183)
#4077A1
(64,119,161)
#37678B
(55,103,139)
#2E5775
(46,87,117)
#25475F
(37,71,95)
#1C3749
(28,55,73)
#132733
(19,39,51)
#0A171D
(10,23,29)
#000000
(0,0,0)

Tints of #64B7F9

#64B7F9
(100,183,249)
#72BDF9
(114,189,249)
#80C3F9
(128,195,249)
#8EC9F9
(142,201,249)
#9CCFF9
(156,207,249)
#AAD5F9
(170,213,249)
#B8DBF9
(184,219,249)
#C6E1F9
(198,225,249)
#D4E7F9
(212,231,249)
#E2EDF9
(226,237,249)
#F0F3F9
(240,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64B7F9 color. Also use rgb(100,183,249) instead hex code.

Text Font Color

.myTextColor { color: #64B7F9; }

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

This text font color is #64B7F9.

Background Color

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

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

This div background color is #64B7F9.

Border color

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

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

This div border color is #64B7F9.

Opacity

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

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

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

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

This text has shadow with #64B7F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64B7F9.

Preview

Color preview on black background

This text has color #64B7F9 on black background.


Color preview on white background

This text has color #64B7F9 on white background.


Black color preview on #64B7F9 background

This text has black color on #64B7F9 background.


White color preview on #64B7F9 background

This text has white color on #64B7F9 background.


Related colors

Complementary color

Complementary color for #hex is #9B4806.


I love getcolorcode.com

Triadic colors

1 #F964B7 and #B7F964 with #64B7F9 are triadic colors.

2 #F9B764 and #B764F9 with #64B7F9 are triadic colors.