COLOR #649EDB

HEX: #649EDB
RGB: (100,158,219)

Color info

#649EDB contains mainly blue color. Web safe color of #649EDB is #6699CC (or #69C).

RGB color model

#649EDB color RGB value is (100,158,219).

  • red value is 100;
  • green value is 158;
  • blue value is 219.
RGB:
(100,158,219)
(39%,62%,86%)

RGB channels and saturation

R 100 of 255 = 39%
G 158 of 255 = 62%
B 219 of 255 = 86%

100
158
219

R + G + B ~ 62%. #649EDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
100 + 158 + 219 = 477 (100%)
R 100 of 477 ~ 20.96%
G 158 of 477 ~ 33.12%
B 219 of 477 ~ 45.91%

%20.96
%33.12
%45.91

CMYK color model

#649EDB color CMYK value is (54,28,0,14).

  • cyan value is 54.34%
  • magenta value is 27.85%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(54,28,0,14)
C54M28Y0K14 
(54%,28%,0%,14%)
(0.54/0.28/0.00/0.14)	

CMYK percentages

%54.34
%27.85
%0
%14.12

Codes

Color #649EDB in popluar color models

649EDB
RGB100158219
HSL211°62.30%62.55%
HSB/HSV211°54.34%85.88%
CMYK54.34%27.85%0.00%
14.12%

Color #649EDB in popluar number systems.

HEX649EDB
Decimal100158219
Binary11001001001111011011011
Octal144236333

Shades and tints

Shades of #649EDB

#649EDB
(100,158,219)
#5B90C8
(91,144,200)
#5282B5
(82,130,181)
#4974A2
(73,116,162)
#40668F
(64,102,143)
#37587C
(55,88,124)
#2E4A69
(46,74,105)
#253C56
(37,60,86)
#1C2E43
(28,46,67)
#132030
(19,32,48)
#0A121D
(10,18,29)
#000000
(0,0,0)

Tints of #649EDB

#649EDB
(100,158,219)
#72A6DE
(114,166,222)
#80AEE1
(128,174,225)
#8EB6E4
(142,182,228)
#9CBEE7
(156,190,231)
#AAC6EA
(170,198,234)
#B8CEED
(184,206,237)
#C6D6F0
(198,214,240)
#D4DEF3
(212,222,243)
#E2E6F6
(226,230,246)
#F0EEF9
(240,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #649EDB color. Also use rgb(100,158,219) instead hex code.

Text Font Color

.myTextColor { color: #649EDB; }

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

This text font color is #649EDB.


Background Color

.myBgColor { background-color: #649EDB; }

<div style="background-color:#649EDB">Inner text</div>

This div background color is #649EDB.


Border color

.myBorderColor { border: 1px solid #649EDB; }

<div style="border:3px solid #649EDB">Div</div>

This div border color is #649EDB.


Opacity

.myOpacity80 { color: #649EDB; opacity: 0.8; }

<p style="color:#649EDB;opacity:0.8;">80%</p>

Text with #649EDB 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 #649EDB;}

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

This text has shadow with #649EDB color.

.textShadow {text-shadow: 3px 3px 1px #649EDB, 3px 3px 1px red;}

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

This text has shadow with #649EDB primary color and red secondary color.


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

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

This text has shadow with #649EDB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #649EDB on black background.


Color preview on white background

This text has color #649EDB on white background.



Black color preview on #649EDB background

This text has black color on #649EDB background.


White color preview on #649EDB background

This text has white color on #649EDB background.