COLOR #646CCC

HEX: #646CCC
RGB: (100,108,204)

Color info

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

RGB color model

#646CCC color RGB value is (100,108,204).

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

RGB channels and saturation

R 100 of 255 = 39%
G 108 of 255 = 42%
B 204 of 255 = 80%

100
108
204

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

Portions of RGB colors in percentages

R + G + B =
100 + 108 + 204 = 412 (100%)
R 100 of 412 ~ 24.27%
G 108 of 412 ~ 26.21%
B 204 of 412 ~ 49.51%

%24.27
%26.21
%49.51

CMYK color model

#646CCC color CMYK value is (51,47,0,20).

  • cyan value is 50.98%
  • magenta value is 47.06%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(51,47,0,20)
C51M47Y0K20 
(51%,47%,0%,20%)
(0.51/0.47/0.00/0.20)	

CMYK percentages

%50.98
%47.06
%0
%20

Codes

Color #646CCC in popluar color models

646CCC
RGB100108204
HSL235°50.49%59.61%
HSB/HSV235°50.98%80.00%
CMYK50.98%47.06%0.00%
20.00%

Color #646CCC in popluar number systems.

HEX646CCC
Decimal100108204
Binary1100100110110011001100
Octal144154314

Shades and tints

Shades of #646CCC

#646CCC
(100,108,204)
#5B63BA
(91,99,186)
#525AA8
(82,90,168)
#495196
(73,81,150)
#404884
(64,72,132)
#373F72
(55,63,114)
#2E3660
(46,54,96)
#252D4E
(37,45,78)
#1C243C
(28,36,60)
#131B2A
(19,27,42)
#0A1218
(10,18,24)
#000000
(0,0,0)

Tints of #646CCC

#646CCC
(100,108,204)
#7279D0
(114,121,208)
#8086D4
(128,134,212)
#8E93D8
(142,147,216)
#9CA0DC
(156,160,220)
#AAADE0
(170,173,224)
#B8BAE4
(184,186,228)
#C6C7E8
(198,199,232)
#D4D4EC
(212,212,236)
#E2E1F0
(226,225,240)
#F0EEF4
(240,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646CCC; }

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

This text font color is #646CCC.


Background Color

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

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

This div background color is #646CCC.


Border color

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

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

This div border color is #646CCC.


Opacity

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

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

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

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

This text has shadow with #646CCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646CCC on black background.


Color preview on white background

This text has color #646CCC on white background.



Black color preview on #646CCC background

This text has black color on #646CCC background.


White color preview on #646CCC background

This text has white color on #646CCC background.