COLOR #646F93

HEX: #646F93 RGB: (100,111,147)

Color info

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

RGB color model

#646F93 color RGB value is (100,111,147).

RGB: (100,111,147) (39%, 44%, 58%)

RGB channels and saturation

R 100 of 255 = 39%
G 111 of 255 = 44%
B 147 of 255 = 58%

100
111
147

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

Portions of RGB colors in percentages

R + G + B = 100 + 111 + 147 = 358 (100%)
R 100 of 358 ~ 27.93%
G 111 of 358 ~ 31.01%
B 147 of 358 ~ 41.06'%

%27.93
%31.01
%41.06

CMYK color model

#646F93 color CMYK value is (32,24,0,42).

  • cyan value is 31.97%
  • magenta value is 24.49%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (32,24,0,42)
C32M24Y0K42 (32%, 24%, 0%, 42%)
(0.32 / 0.24 / 0.00 / 0.42)

CMYK percentages

%31.97
%24.49
%0
%42.35

Codes

Color #646F93 in popluar color models

64 6F 93
RGB 100 111 147
HSL 226° 19.03% 48.43%
HSB/HSV 226° 31.97% 57.65%
CMYK 31.97% 24.49% 0.00%
42.35%

Color #646F93 in popluar number systems.

HEX 64 6F 93
Decimal 100 111 147
Binary 1100100 1101111 10010011
Octal 144 157 223

Shades and tints

Shades of #646F93

#646F93
(100,111,147)
#5B6586
(91,101,134)
#525B79
(82,91,121)
#49516C
(73,81,108)
#40475F
(64,71,95)
#373D52
(55,61,82)
#2E3345
(46,51,69)
#252938
(37,41,56)
#1C1F2B
(28,31,43)
#13151E
(19,21,30)
#0A0B11
(10,11,17)
#000000
(0,0,0)

Tints of #646F93

#646F93
(100,111,147)
#727C9C
(114,124,156)
#8089A5
(128,137,165)
#8E96AE
(142,150,174)
#9CA3B7
(156,163,183)
#AAB0C0
(170,176,192)
#B8BDC9
(184,189,201)
#C6CAD2
(198,202,210)
#D4D7DB
(212,215,219)
#E2E4E4
(226,228,228)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646F93 color. Also use rgb(100,111,147) instead hex code.

Text Font Color

.myTextColor { color: #646F93; }

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

This text font color is #646F93.

Background Color

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

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

This div background color is #646F93.

Border color

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

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

This div border color is #646F93.

Opacity

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

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

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

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

This text has shadow with #646F93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #646F93.

Preview

Color preview on black background

This text has color #646F93 on black background.


Color preview on white background

This text has color #646F93 on white background.


Black color preview on #646F93 background

This text has black color on #646F93 background.


White color preview on #646F93 background

This text has white color on #646F93 background.


Related colors

Complementary color

Complementary color for #hex is #9B906C.


I love getcolorcode.com

Triadic colors

1 #93646F and #6F9364 with #646F93 are triadic colors.

2 #936F64 and #6F6493 with #646F93 are triadic colors.