COLOR #648DB8

HEX: #648DB8
RGB: (100,141,184)

Color info

#648DB8 contains mainly green and blue colors. Web safe color of #648DB8 is #6699CC (or #69C).

RGB color model

#648DB8 color RGB value is (100,141,184).

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

RGB channels and saturation

R 100 of 255 = 39%
G 141 of 255 = 55%
B 184 of 255 = 72%

100
141
184

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

Portions of RGB colors in percentages

R + G + B =
100 + 141 + 184 = 425 (100%)
R 100 of 425 ~ 23.53%
G 141 of 425 ~ 33.18%
B 184 of 425 ~ 43.29%

%23.53
%33.18
%43.29

CMYK color model

#648DB8 color CMYK value is (46,23,0,28).

  • cyan value is 45.65%
  • magenta value is 23.37%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(46,23,0,28)
C46M23Y0K28 
(46%,23%,0%,28%)
(0.46/0.23/0.00/0.28)	

CMYK percentages

%45.65
%23.37
%0
%27.84

Codes

Color #648DB8 in popluar color models

648DB8
RGB100141184
HSL211°37.17%55.69%
HSB/HSV211°45.65%72.16%
CMYK45.65%23.37%0.00%
27.84%

Color #648DB8 in popluar number systems.

HEX648DB8
Decimal100141184
Binary11001001000110110111000
Octal144215270

Shades and tints

Shades of #648DB8

#648DB8
(100,141,184)
#5B81A8
(91,129,168)
#527598
(82,117,152)
#496988
(73,105,136)
#405D78
(64,93,120)
#375168
(55,81,104)
#2E4558
(46,69,88)
#253948
(37,57,72)
#1C2D38
(28,45,56)
#132128
(19,33,40)
#0A1518
(10,21,24)
#000000
(0,0,0)

Tints of #648DB8

#648DB8
(100,141,184)
#7297BE
(114,151,190)
#80A1C4
(128,161,196)
#8EABCA
(142,171,202)
#9CB5D0
(156,181,208)
#AABFD6
(170,191,214)
#B8C9DC
(184,201,220)
#C6D3E2
(198,211,226)
#D4DDE8
(212,221,232)
#E2E7EE
(226,231,238)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #648DB8; }

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

This text font color is #648DB8.


Background Color

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

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

This div background color is #648DB8.


Border color

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

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

This div border color is #648DB8.


Opacity

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

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

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

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

This text has shadow with #648DB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #648DB8 on black background.


Color preview on white background

This text has color #648DB8 on white background.



Black color preview on #648DB8 background

This text has black color on #648DB8 background.


White color preview on #648DB8 background

This text has white color on #648DB8 background.