COLOR #649FB7

HEX: #649FB7
RGB: (100,159,183)

Color info

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

RGB color model

#649FB7 color RGB value is (100,159,183).

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

RGB channels and saturation

R 100 of 255 = 39%
G 159 of 255 = 62%
B 183 of 255 = 72%

100
159
183

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

Portions of RGB colors in percentages

R + G + B =
100 + 159 + 183 = 442 (100%)
R 100 of 442 ~ 22.62%
G 159 of 442 ~ 35.97%
B 183 of 442 ~ 41.4%

%22.62
%35.97
%41.4

CMYK color model

#649FB7 color CMYK value is (45,13,0,28).

  • cyan value is 45.36%
  • magenta value is 13.11%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(45,13,0,28)
C45M13Y0K28 
(45%,13%,0%,28%)
(0.45/0.13/0.00/0.28)	

CMYK percentages

%45.36
%13.11
%0
%28.24

Codes

Color #649FB7 in popluar color models

649FB7
RGB100159183
HSL197°36.56%55.49%
HSB/HSV197°45.36%71.76%
CMYK45.36%13.11%0.00%
28.24%

Color #649FB7 in popluar number systems.

HEX649FB7
Decimal100159183
Binary11001001001111110110111
Octal144237267

Shades and tints

Shades of #649FB7

#649FB7
(100,159,183)
#5B91A7
(91,145,167)
#528397
(82,131,151)
#497587
(73,117,135)
#406777
(64,103,119)
#375967
(55,89,103)
#2E4B57
(46,75,87)
#253D47
(37,61,71)
#1C2F37
(28,47,55)
#132127
(19,33,39)
#0A1317
(10,19,23)
#000000
(0,0,0)

Tints of #649FB7

#649FB7
(100,159,183)
#72A7BD
(114,167,189)
#80AFC3
(128,175,195)
#8EB7C9
(142,183,201)
#9CBFCF
(156,191,207)
#AAC7D5
(170,199,213)
#B8CFDB
(184,207,219)
#C6D7E1
(198,215,225)
#D4DFE7
(212,223,231)
#E2E7ED
(226,231,237)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #649FB7; }

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

This text font color is #649FB7.


Background Color

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

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

This div background color is #649FB7.


Border color

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

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

This div border color is #649FB7.


Opacity

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

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

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

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

This text has shadow with #649FB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #649FB7 on black background.


Color preview on white background

This text has color #649FB7 on white background.



Black color preview on #649FB7 background

This text has black color on #649FB7 background.


White color preview on #649FB7 background

This text has white color on #649FB7 background.