COLOR #648C9A

HEX: #648C9A
RGB: (100,140,154)

Color info

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

RGB color model

#648C9A color RGB value is (100,140,154).

  • red value is 100;
  • green value is 140;
  • blue value is 154.
RGB:
(100,140,154)
(39%,55%,60%)

RGB channels and saturation

R 100 of 255 = 39%
G 140 of 255 = 55%
B 154 of 255 = 60%

100
140
154

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

Portions of RGB colors in percentages

R + G + B =
100 + 140 + 154 = 394 (100%)
R 100 of 394 ~ 25.38%
G 140 of 394 ~ 35.53%
B 154 of 394 ~ 39.09%

%25.38
%35.53
%39.09

CMYK color model

#648C9A color CMYK value is (35,9,0,40).

  • cyan value is 35.06%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(35,9,0,40)
C35M9Y0K40 
(35%,9%,0%,40%)
(0.35/0.09/0.00/0.40)	

CMYK percentages

%35.06
%9.09
%0
%39.61

Codes

Color #648C9A in popluar color models

648C9A
RGB100140154
HSL196°21.26%49.80%
HSB/HSV196°35.06%60.39%
CMYK35.06%9.09%0.00%
39.61%

Color #648C9A in popluar number systems.

HEX648C9A
Decimal100140154
Binary11001001000110010011010
Octal144214232

Shades and tints

Shades of #648C9A

#648C9A
(100,140,154)
#5B808C
(91,128,140)
#52747E
(82,116,126)
#496870
(73,104,112)
#405C62
(64,92,98)
#375054
(55,80,84)
#2E4446
(46,68,70)
#253838
(37,56,56)
#1C2C2A
(28,44,42)
#13201C
(19,32,28)
#0A140E
(10,20,14)
#000000
(0,0,0)

Tints of #648C9A

#648C9A
(100,140,154)
#7296A3
(114,150,163)
#80A0AC
(128,160,172)
#8EAAB5
(142,170,181)
#9CB4BE
(156,180,190)
#AABEC7
(170,190,199)
#B8C8D0
(184,200,208)
#C6D2D9
(198,210,217)
#D4DCE2
(212,220,226)
#E2E6EB
(226,230,235)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #648C9A color. Also use rgb(100,140,154) instead hex code.

Text Font Color

.myTextColor { color: #648C9A; }

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

This text font color is #648C9A.


Background Color

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

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

This div background color is #648C9A.


Border color

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

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

This div border color is #648C9A.


Opacity

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

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

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

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

This text has shadow with #648C9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #648C9A on black background.


Color preview on white background

This text has color #648C9A on white background.



Black color preview on #648C9A background

This text has black color on #648C9A background.


White color preview on #648C9A background

This text has white color on #648C9A background.