COLOR #648ABF

HEX: #648ABF
RGB: (100,138,191)

Color info

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

RGB color model

#648ABF color RGB value is (100,138,191).

  • red value is 100;
  • green value is 138;
  • blue value is 191.
RGB:
(100,138,191)
(39%,54%,75%)

RGB channels and saturation

R 100 of 255 = 39%
G 138 of 255 = 54%
B 191 of 255 = 75%

100
138
191

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

Portions of RGB colors in percentages

R + G + B =
100 + 138 + 191 = 429 (100%)
R 100 of 429 ~ 23.31%
G 138 of 429 ~ 32.17%
B 191 of 429 ~ 44.52%

%23.31
%32.17
%44.52

CMYK color model

#648ABF color CMYK value is (48,28,0,25).

  • cyan value is 47.64%
  • magenta value is 27.75%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(48,28,0,25)
C48M28Y0K25 
(48%,28%,0%,25%)
(0.48/0.28/0.00/0.25)	

CMYK percentages

%47.64
%27.75
%0
%25.1

Codes

Color #648ABF in popluar color models

648ABF
RGB100138191
HSL215°41.55%57.06%
HSB/HSV215°47.64%74.90%
CMYK47.64%27.75%0.00%
25.10%

Color #648ABF in popluar number systems.

HEX648ABF
Decimal100138191
Binary11001001000101010111111
Octal144212277

Shades and tints

Shades of #648ABF

#648ABF
(100,138,191)
#5B7EAE
(91,126,174)
#52729D
(82,114,157)
#49668C
(73,102,140)
#405A7B
(64,90,123)
#374E6A
(55,78,106)
#2E4259
(46,66,89)
#253648
(37,54,72)
#1C2A37
(28,42,55)
#131E26
(19,30,38)
#0A1215
(10,18,21)
#000000
(0,0,0)

Tints of #648ABF

#648ABF
(100,138,191)
#7294C4
(114,148,196)
#809EC9
(128,158,201)
#8EA8CE
(142,168,206)
#9CB2D3
(156,178,211)
#AABCD8
(170,188,216)
#B8C6DD
(184,198,221)
#C6D0E2
(198,208,226)
#D4DAE7
(212,218,231)
#E2E4EC
(226,228,236)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #648ABF; }

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

This text font color is #648ABF.


Background Color

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

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

This div background color is #648ABF.


Border color

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

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

This div border color is #648ABF.


Opacity

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

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

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

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

This text has shadow with #648ABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #648ABF on black background.


Color preview on white background

This text has color #648ABF on white background.



Black color preview on #648ABF background

This text has black color on #648ABF background.


White color preview on #648ABF background

This text has white color on #648ABF background.