COLOR #646B90

HEX: #646B90 RGB: (100,107,144)

Color info

#646B90 contains red, green and blue colors in about the same proportion. Web safe color of #646B90 is #666699 (or #669).

RGB color model

#646B90 color RGB value is (100,107,144).

RGB: (100,107,144) (39%, 42%, 56%)

RGB channels and saturation

R 100 of 255 = 39%
G 107 of 255 = 42%
B 144 of 255 = 56%

100
107
144

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

Portions of RGB colors in percentages

R + G + B = 100 + 107 + 144 = 351 (100%)
R 100 of 351 ~ 28.49%
G 107 of 351 ~ 30.48%
B 144 of 351 ~ 41.03'%

%28.49
%30.48
%41.03

CMYK color model

#646B90 color CMYK value is (31,26,0,44).

  • cyan value is 30.56%
  • magenta value is 25.69%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK: (31,26,0,44) C31M26Y0K44 (31%,26%,0%,44%) (0.31/0.26/0.00/0.44) 

CMYK percentages

%30.56
%25.69
%0
%43.53

Codes

Color #646B90 in popluar color models

64 6B 90
RGB 100 107 144
HSL 230° 18.03% 47.84%
HSB/HSV 230° 30.56% 56.47%
CMYK 30.56% 25.69% 0.00%
43.53%

Color #646B90 in popluar number systems.

HEX 64 6B 90
Decimal 100 107 144
Binary 1100100 1101011 10010000
Octal 144 153 220

Shades and tints

Shades of #646B90

#646B90
(100,107,144)
#5B6283
(91,98,131)
#525976
(82,89,118)
#495069
(73,80,105)
#40475C
(64,71,92)
#373E4F
(55,62,79)
#2E3542
(46,53,66)
#252C35
(37,44,53)
#1C2328
(28,35,40)
#131A1B
(19,26,27)
#0A110E
(10,17,14)
#000000
(0,0,0)

Tints of #646B90

#646B90
(100,107,144)
#72789A
(114,120,154)
#8085A4
(128,133,164)
#8E92AE
(142,146,174)
#9C9FB8
(156,159,184)
#AAACC2
(170,172,194)
#B8B9CC
(184,185,204)
#C6C6D6
(198,198,214)
#D4D3E0
(212,211,224)
#E2E0EA
(226,224,234)
#F0EDF4
(240,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646B90 color. Also use rgb(100,107,144) instead hex code.

Text Font Color

.myTextColor { color: #646B90; }

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

This text font color is #646B90.

Background Color

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

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

This div background color is #646B90.

Border color

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

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

This div border color is #646B90.

Opacity

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

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

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

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

This text has shadow with #646B90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #646B90.

Preview

Color preview on black background

This text has color #646B90 on black background.


Color preview on white background

This text has color #646B90 on white background.


Black color preview on #646B90 background

This text has black color on #646B90 background.


White color preview on #646B90 background

This text has white color on #646B90 background.


Related colors

Complementary color

Complementary color for #hex is #9B946F.


I love getcolorcode.com

Triadic colors

1 #90646B and #6B9064 with #646B90 are triadic colors.

2 #906B64 and #6B6490 with #646B90 are triadic colors.