COLOR #647BC3

HEX: #647BC3
RGB: (100,123,195)

Color info

#647BC3 contains mainly blue color. Web safe color of #647BC3 is #6666CC (or #66C).

RGB color model

#647BC3 color RGB value is (100,123,195).

  • red value is 100;
  • green value is 123;
  • blue value is 195.
RGB:
(100,123,195)
(39%,48%,76%)

RGB channels and saturation

R 100 of 255 = 39%
G 123 of 255 = 48%
B 195 of 255 = 76%

100
123
195

R + G + B ~ 54%. #647BC3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 123 + 195 = 418 (100%)
R 100 of 418 ~ 23.92%
G 123 of 418 ~ 29.43%
B 195 of 418 ~ 46.65%

%23.92
%29.43
%46.65

CMYK color model

#647BC3 color CMYK value is (49,37,0,24).

  • cyan value is 48.72%
  • magenta value is 36.92%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(49,37,0,24)
C49M37Y0K24 
(49%,37%,0%,24%)
(0.49/0.37/0.00/0.24)	

CMYK percentages

%48.72
%36.92
%0
%23.53

Codes

Color #647BC3 in popluar color models

647BC3
RGB100123195
HSL225°44.19%57.84%
HSB/HSV225°48.72%76.47%
CMYK48.72%36.92%0.00%
23.53%

Color #647BC3 in popluar number systems.

HEX647BC3
Decimal100123195
Binary1100100111101111000011
Octal144173303

Shades and tints

Shades of #647BC3

#647BC3
(100,123,195)
#5B70B2
(91,112,178)
#5265A1
(82,101,161)
#495A90
(73,90,144)
#404F7F
(64,79,127)
#37446E
(55,68,110)
#2E395D
(46,57,93)
#252E4C
(37,46,76)
#1C233B
(28,35,59)
#13182A
(19,24,42)
#0A0D19
(10,13,25)
#000000
(0,0,0)

Tints of #647BC3

#647BC3
(100,123,195)
#7287C8
(114,135,200)
#8093CD
(128,147,205)
#8E9FD2
(142,159,210)
#9CABD7
(156,171,215)
#AAB7DC
(170,183,220)
#B8C3E1
(184,195,225)
#C6CFE6
(198,207,230)
#D4DBEB
(212,219,235)
#E2E7F0
(226,231,240)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #647BC3 color. Also use rgb(100,123,195) instead hex code.

Text Font Color

.myTextColor { color: #647BC3; }

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

This text font color is #647BC3.


Background Color

.myBgColor { background-color: #647BC3; }

<div style="background-color:#647BC3">Inner text</div>

This div background color is #647BC3.


Border color

.myBorderColor { border: 1px solid #647BC3; }

<div style="border:3px solid #647BC3">Div</div>

This div border color is #647BC3.


Opacity

.myOpacity80 { color: #647BC3; opacity: 0.8; }

<p style="color:#647BC3;opacity:0.8;">80%</p>

Text with #647BC3 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 #647BC3;}

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

This text has shadow with #647BC3 color.

.textShadow {text-shadow: 3px 3px 1px #647BC3, 3px 3px 1px red;}

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

This text has shadow with #647BC3 primary color and red secondary color.


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

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

This text has shadow with #647BC3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647BC3 on black background.


Color preview on white background

This text has color #647BC3 on white background.



Black color preview on #647BC3 background

This text has black color on #647BC3 background.


White color preview on #647BC3 background

This text has white color on #647BC3 background.