COLOR #649E9B

HEX: #649E9B
RGB: (100,158,155)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

100
158
155

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

Portions of RGB colors in percentages

R + G + B =
100 + 158 + 155 = 413 (100%)
R 100 of 413 ~ 24.21%
G 158 of 413 ~ 38.26%
B 155 of 413 ~ 37.53%

%24.21
%38.26
%37.53

CMYK color model

#649E9B color CMYK value is (37,0,2,38).

  • cyan value is 36.71%
  • magenta value is 0.00%
  • yellow value is 1.90%
  • key color value is 38.04%
CMYK:
(37,0,2,38)
C37M0Y2K38 
(37%,0%,2%,38%)
(0.37/0.00/0.02/0.38)	

CMYK percentages

%36.71
%0
%1.9
%38.04

Codes

Color #649E9B in popluar color models

649E9B
RGB100158155
HSL177°23.02%50.59%
HSB/HSV177°36.71%61.96%
CMYK36.71%0.00%1.90%
38.04%

Color #649E9B in popluar number systems.

HEX649E9B
Decimal100158155
Binary11001001001111010011011
Octal144236233

Shades and tints

Shades of #649E9B

#649E9B
(100,158,155)
#5B908D
(91,144,141)
#52827F
(82,130,127)
#497471
(73,116,113)
#406663
(64,102,99)
#375855
(55,88,85)
#2E4A47
(46,74,71)
#253C39
(37,60,57)
#1C2E2B
(28,46,43)
#13201D
(19,32,29)
#0A120F
(10,18,15)
#000000
(0,0,0)

Tints of #649E9B

#649E9B
(100,158,155)
#72A6A4
(114,166,164)
#80AEAD
(128,174,173)
#8EB6B6
(142,182,182)
#9CBEBF
(156,190,191)
#AAC6C8
(170,198,200)
#B8CED1
(184,206,209)
#C6D6DA
(198,214,218)
#D4DEE3
(212,222,227)
#E2E6EC
(226,230,236)
#F0EEF5
(240,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #649E9B; }

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

This text font color is #649E9B.


Background Color

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

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

This div background color is #649E9B.


Border color

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

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

This div border color is #649E9B.


Opacity

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

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

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

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

This text has shadow with #649E9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #649E9B on black background.


Color preview on white background

This text has color #649E9B on white background.



Black color preview on #649E9B background

This text has black color on #649E9B background.


White color preview on #649E9B background

This text has white color on #649E9B background.