COLOR #649DC7

HEX: #649DC7
RGB: (100,157,199)

Color info

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

RGB color model

#649DC7 color RGB value is (100,157,199).

  • red value is 100;
  • green value is 157;
  • blue value is 199.
RGB:
(100,157,199)
(39%,62%,78%)

RGB channels and saturation

R 100 of 255 = 39%
G 157 of 255 = 62%
B 199 of 255 = 78%

100
157
199

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

Portions of RGB colors in percentages

R + G + B =
100 + 157 + 199 = 456 (100%)
R 100 of 456 ~ 21.93%
G 157 of 456 ~ 34.43%
B 199 of 456 ~ 43.64%

%21.93
%34.43
%43.64

CMYK color model

#649DC7 color CMYK value is (50,21,0,22).

  • cyan value is 49.75%
  • magenta value is 21.11%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(50,21,0,22)
C50M21Y0K22 
(50%,21%,0%,22%)
(0.50/0.21/0.00/0.22)	

CMYK percentages

%49.75
%21.11
%0
%21.96

Codes

Color #649DC7 in popluar color models

649DC7
RGB100157199
HSL205°46.92%58.63%
HSB/HSV205°49.75%78.04%
CMYK49.75%21.11%0.00%
21.96%

Color #649DC7 in popluar number systems.

HEX649DC7
Decimal100157199
Binary11001001001110111000111
Octal144235307

Shades and tints

Shades of #649DC7

#649DC7
(100,157,199)
#5B8FB5
(91,143,181)
#5281A3
(82,129,163)
#497391
(73,115,145)
#40657F
(64,101,127)
#37576D
(55,87,109)
#2E495B
(46,73,91)
#253B49
(37,59,73)
#1C2D37
(28,45,55)
#131F25
(19,31,37)
#0A1113
(10,17,19)
#000000
(0,0,0)

Tints of #649DC7

#649DC7
(100,157,199)
#72A5CC
(114,165,204)
#80ADD1
(128,173,209)
#8EB5D6
(142,181,214)
#9CBDDB
(156,189,219)
#AAC5E0
(170,197,224)
#B8CDE5
(184,205,229)
#C6D5EA
(198,213,234)
#D4DDEF
(212,221,239)
#E2E5F4
(226,229,244)
#F0EDF9
(240,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #649DC7 color. Also use rgb(100,157,199) instead hex code.

Text Font Color

.myTextColor { color: #649DC7; }

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

This text font color is #649DC7.


Background Color

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

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

This div background color is #649DC7.


Border color

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

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

This div border color is #649DC7.


Opacity

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

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

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

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

This text has shadow with #649DC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #649DC7 on black background.


Color preview on white background

This text has color #649DC7 on white background.



Black color preview on #649DC7 background

This text has black color on #649DC7 background.


White color preview on #649DC7 background

This text has white color on #649DC7 background.