COLOR #648CBE

HEX: #648CBE
RGB: (100,140,190)

Color info

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

RGB color model

#648CBE color RGB value is (100,140,190).

  • red value is 100;
  • green value is 140;
  • blue value is 190.
RGB:
(100,140,190)
(39%,55%,75%)

RGB channels and saturation

R 100 of 255 = 39%
G 140 of 255 = 55%
B 190 of 255 = 75%

100
140
190

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

Portions of RGB colors in percentages

R + G + B =
100 + 140 + 190 = 430 (100%)
R 100 of 430 ~ 23.26%
G 140 of 430 ~ 32.56%
B 190 of 430 ~ 44.19%

%23.26
%32.56
%44.19

CMYK color model

#648CBE color CMYK value is (47,26,0,25).

  • cyan value is 47.37%
  • magenta value is 26.32%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(47,26,0,25)
C47M26Y0K25 
(47%,26%,0%,25%)
(0.47/0.26/0.00/0.25)	

CMYK percentages

%47.37
%26.32
%0
%25.49

Codes

Color #648CBE in popluar color models

648CBE
RGB100140190
HSL213°40.91%56.86%
HSB/HSV213°47.37%74.51%
CMYK47.37%26.32%0.00%
25.49%

Color #648CBE in popluar number systems.

HEX648CBE
Decimal100140190
Binary11001001000110010111110
Octal144214276

Shades and tints

Shades of #648CBE

#648CBE
(100,140,190)
#5B80AD
(91,128,173)
#52749C
(82,116,156)
#49688B
(73,104,139)
#405C7A
(64,92,122)
#375069
(55,80,105)
#2E4458
(46,68,88)
#253847
(37,56,71)
#1C2C36
(28,44,54)
#132025
(19,32,37)
#0A1414
(10,20,20)
#000000
(0,0,0)

Tints of #648CBE

#648CBE
(100,140,190)
#7296C3
(114,150,195)
#80A0C8
(128,160,200)
#8EAACD
(142,170,205)
#9CB4D2
(156,180,210)
#AABED7
(170,190,215)
#B8C8DC
(184,200,220)
#C6D2E1
(198,210,225)
#D4DCE6
(212,220,230)
#E2E6EB
(226,230,235)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #648CBE color. Also use rgb(100,140,190) instead hex code.

Text Font Color

.myTextColor { color: #648CBE; }

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

This text font color is #648CBE.


Background Color

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

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

This div background color is #648CBE.


Border color

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

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

This div border color is #648CBE.


Opacity

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

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

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

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

This text has shadow with #648CBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #648CBE on black background.


Color preview on white background

This text has color #648CBE on white background.



Black color preview on #648CBE background

This text has black color on #648CBE background.


White color preview on #648CBE background

This text has white color on #648CBE background.