COLOR #649D9B

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

100
157
155

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

Portions of RGB colors in percentages

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

%24.27
%38.11
%37.62

CMYK color model

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

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

CMYK percentages

%36.31
%0
%1.27
%38.43

Codes

Color #649D9B in popluar color models

649D9B
RGB100157155
HSL178°22.53%50.39%
HSB/HSV178°36.31%61.57%
CMYK36.31%0.00%1.27%
38.43%

Color #649D9B in popluar number systems.

HEX649D9B
Decimal100157155
Binary11001001001110110011011
Octal144235233

Shades and tints

Shades of #649D9B

#649D9B
(100,157,155)
#5B8F8D
(91,143,141)
#52817F
(82,129,127)
#497371
(73,115,113)
#406563
(64,101,99)
#375755
(55,87,85)
#2E4947
(46,73,71)
#253B39
(37,59,57)
#1C2D2B
(28,45,43)
#131F1D
(19,31,29)
#0A110F
(10,17,15)
#000000
(0,0,0)

Tints of #649D9B

#649D9B
(100,157,155)
#72A5A4
(114,165,164)
#80ADAD
(128,173,173)
#8EB5B6
(142,181,182)
#9CBDBF
(156,189,191)
#AAC5C8
(170,197,200)
#B8CDD1
(184,205,209)
#C6D5DA
(198,213,218)
#D4DDE3
(212,221,227)
#E2E5EC
(226,229,236)
#F0EDF5
(240,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #649D9B; }

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

This text font color is #649D9B.


Background Color

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

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

This div background color is #649D9B.


Border color

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

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

This div border color is #649D9B.


Opacity

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

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

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

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

This text has shadow with #649D9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #649D9B on black background.


Color preview on white background

This text has color #649D9B on white background.



Black color preview on #649D9B background

This text has black color on #649D9B background.


White color preview on #649D9B background

This text has white color on #649D9B background.