COLOR #648D9B

HEX: #648D9B
RGB: (100,141,155)

Color info

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

RGB color model

#648D9B color RGB value is (100,141,155).

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

RGB channels and saturation

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

100
141
155

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

Portions of RGB colors in percentages

R + G + B =
100 + 141 + 155 = 396 (100%)
R 100 of 396 ~ 25.25%
G 141 of 396 ~ 35.61%
B 155 of 396 ~ 39.14%

%25.25
%35.61
%39.14

CMYK color model

#648D9B color CMYK value is (35,9,0,39).

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

CMYK percentages

%35.48
%9.03
%0
%39.22

Codes

Color #648D9B in popluar color models

648D9B
RGB100141155
HSL195°21.57%50.00%
HSB/HSV195°35.48%60.78%
CMYK35.48%9.03%0.00%
39.22%

Color #648D9B in popluar number systems.

HEX648D9B
Decimal100141155
Binary11001001000110110011011
Octal144215233

Shades and tints

Shades of #648D9B

#648D9B
(100,141,155)
#5B818D
(91,129,141)
#52757F
(82,117,127)
#496971
(73,105,113)
#405D63
(64,93,99)
#375155
(55,81,85)
#2E4547
(46,69,71)
#253939
(37,57,57)
#1C2D2B
(28,45,43)
#13211D
(19,33,29)
#0A150F
(10,21,15)
#000000
(0,0,0)

Tints of #648D9B

#648D9B
(100,141,155)
#7297A4
(114,151,164)
#80A1AD
(128,161,173)
#8EABB6
(142,171,182)
#9CB5BF
(156,181,191)
#AABFC8
(170,191,200)
#B8C9D1
(184,201,209)
#C6D3DA
(198,211,218)
#D4DDE3
(212,221,227)
#E2E7EC
(226,231,236)
#F0F1F5
(240,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #648D9B; }

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

This text font color is #648D9B.


Background Color

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

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

This div background color is #648D9B.


Border color

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

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

This div border color is #648D9B.


Opacity

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

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

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

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

This text has shadow with #648D9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #648D9B on black background.


Color preview on white background

This text has color #648D9B on white background.



Black color preview on #648D9B background

This text has black color on #648D9B background.


White color preview on #648D9B background

This text has white color on #648D9B background.