COLOR #648BBA

HEX: #648BBA RGB: (100,139,186)

Color info

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

RGB color model

#648BBA color RGB value is (100,139,186).

RGB: (100,139,186) (39%, 55%, 73%)

RGB channels and saturation

R 100 of 255 = 39%
G 139 of 255 = 55%
B 186 of 255 = 73%

100
139
186

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

Portions of RGB colors in percentages

R + G + B = 100 + 139 + 186 = 425 (100%)
R 100 of 425 ~ 23.53%
G 139 of 425 ~ 32.71%
B 186 of 425 ~ 43.76'%

%23.53
%32.71
%43.76

CMYK color model

#648BBA color CMYK value is (46,25,0,27).

  • cyan value is 46.24%
  • magenta value is 25.27%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK: (46,25,0,27) C46M25Y0K27 (46%,25%,0%,27%) (0.46/0.25/0.00/0.27) 

CMYK percentages

%46.24
%25.27
%0
%27.06

Codes

Color #648BBA in popluar color models

64 8B BA
RGB 100 139 186
HSL 213° 38.39% 56.08%
HSB/HSV 213° 46.24% 72.94%
CMYK 46.24% 25.27% 0.00%
27.06%

Color #648BBA in popluar number systems.

HEX 64 8B BA
Decimal 100 139 186
Binary 1100100 10001011 10111010
Octal 144 213 272

Shades and tints

Shades of #648BBA

#648BBA
(100,139,186)
#5B7FAA
(91,127,170)
#52739A
(82,115,154)
#49678A
(73,103,138)
#405B7A
(64,91,122)
#374F6A
(55,79,106)
#2E435A
(46,67,90)
#25374A
(37,55,74)
#1C2B3A
(28,43,58)
#131F2A
(19,31,42)
#0A131A
(10,19,26)
#000000
(0,0,0)

Tints of #648BBA

#648BBA
(100,139,186)
#7295C0
(114,149,192)
#809FC6
(128,159,198)
#8EA9CC
(142,169,204)
#9CB3D2
(156,179,210)
#AABDD8
(170,189,216)
#B8C7DE
(184,199,222)
#C6D1E4
(198,209,228)
#D4DBEA
(212,219,234)
#E2E5F0
(226,229,240)
#F0EFF6
(240,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #648BBA; }

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

This text font color is #648BBA.

Background Color

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

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

This div background color is #648BBA.

Border color

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

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

This div border color is #648BBA.

Opacity

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

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

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

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

This text has shadow with #648BBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #648BBA.

Preview

Color preview on black background

This text has color #648BBA on black background.


Color preview on white background

This text has color #648BBA on white background.


Black color preview on #648BBA background

This text has black color on #648BBA background.


White color preview on #648BBA background

This text has white color on #648BBA background.


Related colors

Complementary color

Complementary color for #hex is #9B7445.


I love getcolorcode.com

Triadic colors

1 #BA648B and #8BBA64 with #648BBA are triadic colors.

2 #BA8B64 and #8B64BA with #648BBA are triadic colors.