COLOR #646CB7

HEX: #646CB7
RGB: (100,108,183)

Color info

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

RGB color model

#646CB7 color RGB value is (100,108,183).

  • red value is 100;
  • green value is 108;
  • blue value is 183.
RGB:
(100,108,183)
(39%,42%,72%)

RGB channels and saturation

R 100 of 255 = 39%
G 108 of 255 = 42%
B 183 of 255 = 72%

100
108
183

R + G + B ~ 51%. #646CB7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 108 + 183 = 391 (100%)
R 100 of 391 ~ 25.58%
G 108 of 391 ~ 27.62%
B 183 of 391 ~ 46.8%

%25.58
%27.62
%46.8

CMYK color model

#646CB7 color CMYK value is (45,41,0,28).

  • cyan value is 45.36%
  • magenta value is 40.98%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(45,41,0,28)
C45M41Y0K28 
(45%,41%,0%,28%)
(0.45/0.41/0.00/0.28)	

CMYK percentages

%45.36
%40.98
%0
%28.24

Codes

Color #646CB7 in popluar color models

646CB7
RGB100108183
HSL234°36.56%55.49%
HSB/HSV234°45.36%71.76%
CMYK45.36%40.98%0.00%
28.24%

Color #646CB7 in popluar number systems.

HEX646CB7
Decimal100108183
Binary1100100110110010110111
Octal144154267

Shades and tints

Shades of #646CB7

#646CB7
(100,108,183)
#5B63A7
(91,99,167)
#525A97
(82,90,151)
#495187
(73,81,135)
#404877
(64,72,119)
#373F67
(55,63,103)
#2E3657
(46,54,87)
#252D47
(37,45,71)
#1C2437
(28,36,55)
#131B27
(19,27,39)
#0A1217
(10,18,23)
#000000
(0,0,0)

Tints of #646CB7

#646CB7
(100,108,183)
#7279BD
(114,121,189)
#8086C3
(128,134,195)
#8E93C9
(142,147,201)
#9CA0CF
(156,160,207)
#AAADD5
(170,173,213)
#B8BADB
(184,186,219)
#C6C7E1
(198,199,225)
#D4D4E7
(212,212,231)
#E2E1ED
(226,225,237)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646CB7 color. Also use rgb(100,108,183) instead hex code.

Text Font Color

.myTextColor { color: #646CB7; }

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

This text font color is #646CB7.


Background Color

.myBgColor { background-color: #646CB7; }

<div style="background-color:#646CB7">Inner text</div>

This div background color is #646CB7.


Border color

.myBorderColor { border: 1px solid #646CB7; }

<div style="border:3px solid #646CB7">Div</div>

This div border color is #646CB7.


Opacity

.myOpacity80 { color: #646CB7; opacity: 0.8; }

<p style="color:#646CB7;opacity:0.8;">80%</p>

Text with #646CB7 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 #646CB7;}

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

This text has shadow with #646CB7 color.

.textShadow {text-shadow: 3px 3px 1px #646CB7, 3px 3px 1px red;}

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

This text has shadow with #646CB7 primary color and red secondary color.


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

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

This text has shadow with #646CB7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646CB7 on black background.


Color preview on white background

This text has color #646CB7 on white background.



Black color preview on #646CB7 background

This text has black color on #646CB7 background.


White color preview on #646CB7 background

This text has white color on #646CB7 background.