COLOR #649B9B

HEX: #649B9B
RGB: (100,155,155)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

100
155
155

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

Portions of RGB colors in percentages

R + G + B =
100 + 155 + 155 = 410 (100%)
R 100 of 410 ~ 24.39%
G 155 of 410 ~ 37.8%
B 155 of 410 ~ 37.8%

%24.39
%37.8
%37.8

CMYK color model

#649B9B color CMYK value is (35,0,0,39).

  • cyan value is 35.48%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(35,0,0,39)
C35M0Y0K39 
(35%,0%,0%,39%)
(0.35/0.00/0.00/0.39)	

CMYK percentages

%35.48
%0
%0
%39.22

Codes

Color #649B9B in popluar color models

649B9B
RGB100155155
HSL180°21.57%50.00%
HSB/HSV180°35.48%60.78%
CMYK35.48%0.00%0.00%
39.22%

Color #649B9B in popluar number systems.

HEX649B9B
Decimal100155155
Binary11001001001101110011011
Octal144233233

Shades and tints

Shades of #649B9B

#649B9B
(100,155,155)
#5B8D8D
(91,141,141)
#527F7F
(82,127,127)
#497171
(73,113,113)
#406363
(64,99,99)
#375555
(55,85,85)
#2E4747
(46,71,71)
#253939
(37,57,57)
#1C2B2B
(28,43,43)
#131D1D
(19,29,29)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #649B9B

#649B9B
(100,155,155)
#72A4A4
(114,164,164)
#80ADAD
(128,173,173)
#8EB6B6
(142,182,182)
#9CBFBF
(156,191,191)
#AAC8C8
(170,200,200)
#B8D1D1
(184,209,209)
#C6DADA
(198,218,218)
#D4E3E3
(212,227,227)
#E2ECEC
(226,236,236)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #649B9B; }

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

This text font color is #649B9B.


Background Color

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

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

This div background color is #649B9B.


Border color

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

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

This div border color is #649B9B.


Opacity

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

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

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

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

This text has shadow with #649B9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #649B9B on black background.


Color preview on white background

This text has color #649B9B on white background.



Black color preview on #649B9B background

This text has black color on #649B9B background.


White color preview on #649B9B background

This text has white color on #649B9B background.