COLOR #649FBB

HEX: #649FBB
RGB: (100,159,187)

Color info

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

RGB color model

#649FBB color RGB value is (100,159,187).

  • red value is 100;
  • green value is 159;
  • blue value is 187.
RGB:
(100,159,187)
(39%,62%,73%)

RGB channels and saturation

R 100 of 255 = 39%
G 159 of 255 = 62%
B 187 of 255 = 73%

100
159
187

R + G + B ~ 58%. #649FBB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 159 + 187 = 446 (100%)
R 100 of 446 ~ 22.42%
G 159 of 446 ~ 35.65%
B 187 of 446 ~ 41.93%

%22.42
%35.65
%41.93

CMYK color model

#649FBB color CMYK value is (47,15,0,27).

  • cyan value is 46.52%
  • magenta value is 14.97%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(47,15,0,27)
C47M15Y0K27 
(47%,15%,0%,27%)
(0.47/0.15/0.00/0.27)	

CMYK percentages

%46.52
%14.97
%0
%26.67

Codes

Color #649FBB in popluar color models

649FBB
RGB100159187
HSL199°39.01%56.27%
HSB/HSV199°46.52%73.33%
CMYK46.52%14.97%0.00%
26.67%

Color #649FBB in popluar number systems.

HEX649FBB
Decimal100159187
Binary11001001001111110111011
Octal144237273

Shades and tints

Shades of #649FBB

#649FBB
(100,159,187)
#5B91AA
(91,145,170)
#528399
(82,131,153)
#497588
(73,117,136)
#406777
(64,103,119)
#375966
(55,89,102)
#2E4B55
(46,75,85)
#253D44
(37,61,68)
#1C2F33
(28,47,51)
#132122
(19,33,34)
#0A1311
(10,19,17)
#000000
(0,0,0)

Tints of #649FBB

#649FBB
(100,159,187)
#72A7C1
(114,167,193)
#80AFC7
(128,175,199)
#8EB7CD
(142,183,205)
#9CBFD3
(156,191,211)
#AAC7D9
(170,199,217)
#B8CFDF
(184,207,223)
#C6D7E5
(198,215,229)
#D4DFEB
(212,223,235)
#E2E7F1
(226,231,241)
#F0EFF7
(240,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #649FBB color. Also use rgb(100,159,187) instead hex code.

Text Font Color

.myTextColor { color: #649FBB; }

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

This text font color is #649FBB.


Background Color

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

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

This div background color is #649FBB.


Border color

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

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

This div border color is #649FBB.


Opacity

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

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

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

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

This text has shadow with #649FBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #649FBB on black background.


Color preview on white background

This text has color #649FBB on white background.



Black color preview on #649FBB background

This text has black color on #649FBB background.


White color preview on #649FBB background

This text has white color on #649FBB background.