COLOR #648BB1

HEX: #648BB1
RGB: (100,139,177)

Color info

#648BB1 contains mainly green and blue colors. Web safe color of #648BB1 is #669999 (or #699).

RGB color model

#648BB1 color RGB value is (100,139,177).

  • red value is 100;
  • green value is 139;
  • blue value is 177.
RGB:
(100,139,177)
(39%,55%,69%)

RGB channels and saturation

R 100 of 255 = 39%
G 139 of 255 = 55%
B 177 of 255 = 69%

100
139
177

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

Portions of RGB colors in percentages

R + G + B =
100 + 139 + 177 = 416 (100%)
R 100 of 416 ~ 24.04%
G 139 of 416 ~ 33.41%
B 177 of 416 ~ 42.55%

%24.04
%33.41
%42.55

CMYK color model

#648BB1 color CMYK value is (44,21,0,31).

  • cyan value is 43.50%
  • magenta value is 21.47%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(44,21,0,31)
C44M21Y0K31 
(44%,21%,0%,31%)
(0.44/0.21/0.00/0.31)	

CMYK percentages

%43.5
%21.47
%0
%30.59

Codes

Color #648BB1 in popluar color models

648BB1
RGB100139177
HSL210°33.05%54.31%
HSB/HSV210°43.50%69.41%
CMYK43.50%21.47%0.00%
30.59%

Color #648BB1 in popluar number systems.

HEX648BB1
Decimal100139177
Binary11001001000101110110001
Octal144213261

Shades and tints

Shades of #648BB1

#648BB1
(100,139,177)
#5B7FA1
(91,127,161)
#527391
(82,115,145)
#496781
(73,103,129)
#405B71
(64,91,113)
#374F61
(55,79,97)
#2E4351
(46,67,81)
#253741
(37,55,65)
#1C2B31
(28,43,49)
#131F21
(19,31,33)
#0A1311
(10,19,17)
#000000
(0,0,0)

Tints of #648BB1

#648BB1
(100,139,177)
#7295B8
(114,149,184)
#809FBF
(128,159,191)
#8EA9C6
(142,169,198)
#9CB3CD
(156,179,205)
#AABDD4
(170,189,212)
#B8C7DB
(184,199,219)
#C6D1E2
(198,209,226)
#D4DBE9
(212,219,233)
#E2E5F0
(226,229,240)
#F0EFF7
(240,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #648BB1 color. Also use rgb(100,139,177) instead hex code.

Text Font Color

.myTextColor { color: #648BB1; }

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

This text font color is #648BB1.


Background Color

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

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

This div background color is #648BB1.


Border color

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

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

This div border color is #648BB1.


Opacity

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

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

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

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

This text has shadow with #648BB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #648BB1 on black background.


Color preview on white background

This text has color #648BB1 on white background.



Black color preview on #648BB1 background

This text has black color on #648BB1 background.


White color preview on #648BB1 background

This text has white color on #648BB1 background.