COLOR #648ABB

HEX: #648ABB RGB: (100,138,187)

Color info

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

RGB color model

#648ABB color RGB value is (100,138,187).

RGB: (100,138,187) (39%, 54%, 73%)

RGB channels and saturation

R 100 of 255 = 39%
G 138 of 255 = 54%
B 187 of 255 = 73%

100
138
187

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

Portions of RGB colors in percentages

R + G + B = 100 + 138 + 187 = 425 (100%)
R 100 of 425 ~ 23.53%
G 138 of 425 ~ 32.47%
B 187 of 425 ~ 44'%

%23.53
%32.47
%44

CMYK color model

#648ABB color CMYK value is (47,26,0,27).

  • cyan value is 46.52%
  • magenta value is 26.20%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (47,26,0,27)
C47M26Y0K27 (47%, 26%, 0%, 27%)
(0.47 / 0.26 / 0.00 / 0.27)

CMYK percentages

%46.52
%26.2
%0
%26.67

Codes

Color #648ABB in popluar color models

64 8A BB
RGB 100 138 187
HSL 214° 39.01% 56.27%
HSB/HSV 214° 46.52% 73.33%
CMYK 46.52% 26.20% 0.00%
26.67%

Color #648ABB in popluar number systems.

HEX 64 8A BB
Decimal 100 138 187
Binary 1100100 10001010 10111011
Octal 144 212 273

Shades and tints

Shades of #648ABB

#648ABB
(100,138,187)
#5B7EAA
(91,126,170)
#527299
(82,114,153)
#496688
(73,102,136)
#405A77
(64,90,119)
#374E66
(55,78,102)
#2E4255
(46,66,85)
#253644
(37,54,68)
#1C2A33
(28,42,51)
#131E22
(19,30,34)
#0A1211
(10,18,17)
#000000
(0,0,0)

Tints of #648ABB

#648ABB
(100,138,187)
#7294C1
(114,148,193)
#809EC7
(128,158,199)
#8EA8CD
(142,168,205)
#9CB2D3
(156,178,211)
#AABCD9
(170,188,217)
#B8C6DF
(184,198,223)
#C6D0E5
(198,208,229)
#D4DAEB
(212,218,235)
#E2E4F1
(226,228,241)
#F0EEF7
(240,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #648ABB color. Also use rgb(100,138,187) instead hex code.

Text Font Color

.myTextColor { color: #648ABB; }

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

This text font color is #648ABB.

Background Color

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

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

This div background color is #648ABB.

Border color

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

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

This div border color is #648ABB.

Opacity

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

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

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

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

This text has shadow with #648ABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #648ABB.

Preview

Color preview on black background

This text has color #648ABB on black background.


Color preview on white background

This text has color #648ABB on white background.


Black color preview on #648ABB background

This text has black color on #648ABB background.


White color preview on #648ABB background

This text has white color on #648ABB background.


Related colors

Complementary color

Complementary color for #hex is #9B7544.


I love getcolorcode.com

Triadic colors

1 #BB648A and #8ABB64 with #648ABB are triadic colors.

2 #BB8A64 and #8A64BB with #648ABB are triadic colors.