COLOR #646CBE

HEX: #646CBE RGB: (100,108,190)

Color info

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

RGB color model

#646CBE color RGB value is (100,108,190).

RGB: (100,108,190) (39%, 42%, 75%)

RGB channels and saturation

R 100 of 255 = 39%
G 108 of 255 = 42%
B 190 of 255 = 75%

100
108
190

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

Portions of RGB colors in percentages

R + G + B = 100 + 108 + 190 = 398 (100%)
R 100 of 398 ~ 25.13%
G 108 of 398 ~ 27.14%
B 190 of 398 ~ 47.74'%

%25.13
%27.14
%47.74

CMYK color model

#646CBE color CMYK value is (47,43,0,25).

  • cyan value is 47.37%
  • magenta value is 43.16%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (47,43,0,25) C47M43Y0K25 (47%,43%,0%,25%) (0.47/0.43/0.00/0.25) 

CMYK percentages

%47.37
%43.16
%0
%25.49

Codes

Color #646CBE in popluar color models

64 6C BE
RGB 100 108 190
HSL 235° 40.91% 56.86%
HSB/HSV 235° 47.37% 74.51%
CMYK 47.37% 43.16% 0.00%
25.49%

Color #646CBE in popluar number systems.

HEX 64 6C BE
Decimal 100 108 190
Binary 1100100 1101100 10111110
Octal 144 154 276

Shades and tints

Shades of #646CBE

#646CBE
(100,108,190)
#5B63AD
(91,99,173)
#525A9C
(82,90,156)
#49518B
(73,81,139)
#40487A
(64,72,122)
#373F69
(55,63,105)
#2E3658
(46,54,88)
#252D47
(37,45,71)
#1C2436
(28,36,54)
#131B25
(19,27,37)
#0A1214
(10,18,20)
#000000
(0,0,0)

Tints of #646CBE

#646CBE
(100,108,190)
#7279C3
(114,121,195)
#8086C8
(128,134,200)
#8E93CD
(142,147,205)
#9CA0D2
(156,160,210)
#AAADD7
(170,173,215)
#B8BADC
(184,186,220)
#C6C7E1
(198,199,225)
#D4D4E6
(212,212,230)
#E2E1EB
(226,225,235)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646CBE; }

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

This text font color is #646CBE.

Background Color

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

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

This div background color is #646CBE.

Border color

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

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

This div border color is #646CBE.

Opacity

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

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

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

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

This text has shadow with #646CBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #646CBE.

Preview

Color preview on black background

This text has color #646CBE on black background.


Color preview on white background

This text has color #646CBE on white background.


Black color preview on #646CBE background

This text has black color on #646CBE background.


White color preview on #646CBE background

This text has white color on #646CBE background.


Related colors

Complementary color

Complementary color for #hex is #9B9341.


I love getcolorcode.com

Triadic colors

1 #BE646C and #6CBE64 with #646CBE are triadic colors.

2 #BE6C64 and #6C64BE with #646CBE are triadic colors.