COLOR #649B9D

HEX: #649B9D
RGB: (100,155,157)

Color info

#649B9D contains red, green and blue colors in about the same proportion. Web safe color of #649B9D is #669999 (or #699).

RGB color model

#649B9D color RGB value is (100,155,157).

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

RGB channels and saturation

R 100 of 255 = 39%
G 155 of 255 = 61%
B 157 of 255 = 62%

100
155
157

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

Portions of RGB colors in percentages

R + G + B =
100 + 155 + 157 = 412 (100%)
R 100 of 412 ~ 24.27%
G 155 of 412 ~ 37.62%
B 157 of 412 ~ 38.11%

%24.27
%37.62
%38.11

CMYK color model

#649B9D color CMYK value is (36,1,0,38).

  • cyan value is 36.31%
  • magenta value is 1.27%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(36,1,0,38)
C36M1Y0K38 
(36%,1%,0%,38%)
(0.36/0.01/0.00/0.38)	

CMYK percentages

%36.31
%1.27
%0
%38.43

Codes

Color #649B9D in popluar color models

649B9D
RGB100155157
HSL182°22.53%50.39%
HSB/HSV182°36.31%61.57%
CMYK36.31%1.27%0.00%
38.43%

Color #649B9D in popluar number systems.

HEX649B9D
Decimal100155157
Binary11001001001101110011101
Octal144233235

Shades and tints

Shades of #649B9D

#649B9D
(100,155,157)
#5B8D8F
(91,141,143)
#527F81
(82,127,129)
#497173
(73,113,115)
#406365
(64,99,101)
#375557
(55,85,87)
#2E4749
(46,71,73)
#25393B
(37,57,59)
#1C2B2D
(28,43,45)
#131D1F
(19,29,31)
#0A0F11
(10,15,17)
#000000
(0,0,0)

Tints of #649B9D

#649B9D
(100,155,157)
#72A4A5
(114,164,165)
#80ADAD
(128,173,173)
#8EB6B5
(142,182,181)
#9CBFBD
(156,191,189)
#AAC8C5
(170,200,197)
#B8D1CD
(184,209,205)
#C6DAD5
(198,218,213)
#D4E3DD
(212,227,221)
#E2ECE5
(226,236,229)
#F0F5ED
(240,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #649B9D; }

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

This text font color is #649B9D.


Background Color

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

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

This div background color is #649B9D.


Border color

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

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

This div border color is #649B9D.


Opacity

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

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

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

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

This text has shadow with #649B9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #649B9D on black background.


Color preview on white background

This text has color #649B9D on white background.



Black color preview on #649B9D background

This text has black color on #649B9D background.


White color preview on #649B9D background

This text has white color on #649B9D background.