COLOR #648CCF

HEX: #648CCF
RGB: (100,140,207)

Color info

#648CCF contains mainly blue color. Web safe color of #648CCF is #6699CC (or #69C).

RGB color model

#648CCF color RGB value is (100,140,207).

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

RGB channels and saturation

R 100 of 255 = 39%
G 140 of 255 = 55%
B 207 of 255 = 81%

100
140
207

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

Portions of RGB colors in percentages

R + G + B =
100 + 140 + 207 = 447 (100%)
R 100 of 447 ~ 22.37%
G 140 of 447 ~ 31.32%
B 207 of 447 ~ 46.31%

%22.37
%31.32
%46.31

CMYK color model

#648CCF color CMYK value is (52,32,0,19).

  • cyan value is 51.69%
  • magenta value is 32.37%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(52,32,0,19)
C52M32Y0K19 
(52%,32%,0%,19%)
(0.52/0.32/0.00/0.19)	

CMYK percentages

%51.69
%32.37
%0
%18.82

Codes

Color #648CCF in popluar color models

648CCF
RGB100140207
HSL218°52.71%60.20%
HSB/HSV218°51.69%81.18%
CMYK51.69%32.37%0.00%
18.82%

Color #648CCF in popluar number systems.

HEX648CCF
Decimal100140207
Binary11001001000110011001111
Octal144214317

Shades and tints

Shades of #648CCF

#648CCF
(100,140,207)
#5B80BD
(91,128,189)
#5274AB
(82,116,171)
#496899
(73,104,153)
#405C87
(64,92,135)
#375075
(55,80,117)
#2E4463
(46,68,99)
#253851
(37,56,81)
#1C2C3F
(28,44,63)
#13202D
(19,32,45)
#0A141B
(10,20,27)
#000000
(0,0,0)

Tints of #648CCF

#648CCF
(100,140,207)
#7296D3
(114,150,211)
#80A0D7
(128,160,215)
#8EAADB
(142,170,219)
#9CB4DF
(156,180,223)
#AABEE3
(170,190,227)
#B8C8E7
(184,200,231)
#C6D2EB
(198,210,235)
#D4DCEF
(212,220,239)
#E2E6F3
(226,230,243)
#F0F0F7
(240,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #648CCF; }

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

This text font color is #648CCF.


Background Color

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

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

This div background color is #648CCF.


Border color

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

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

This div border color is #648CCF.


Opacity

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

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

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

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

This text has shadow with #648CCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #648CCF on black background.


Color preview on white background

This text has color #648CCF on white background.



Black color preview on #648CCF background

This text has black color on #648CCF background.


White color preview on #648CCF background

This text has white color on #648CCF background.