COLOR #646F8F

HEX: #646F8F
RGB: (100,111,143)

Color info

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

RGB color model

#646F8F color RGB value is (100,111,143).

  • red value is 100;
  • green value is 111;
  • blue value is 143.
RGB:
(100,111,143)
(39%,44%,56%)

RGB channels and saturation

R 100 of 255 = 39%
G 111 of 255 = 44%
B 143 of 255 = 56%

100
111
143

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

Portions of RGB colors in percentages

R + G + B =
100 + 111 + 143 = 354 (100%)
R 100 of 354 ~ 28.25%
G 111 of 354 ~ 31.36%
B 143 of 354 ~ 40.4%

%28.25
%31.36
%40.4

CMYK color model

#646F8F color CMYK value is (30,22,0,44).

  • cyan value is 30.07%
  • magenta value is 22.38%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(30,22,0,44)
C30M22Y0K44 
(30%,22%,0%,44%)
(0.30/0.22/0.00/0.44)	

CMYK percentages

%30.07
%22.38
%0
%43.92

Codes

Color #646F8F in popluar color models

646F8F
RGB100111143
HSL225°17.70%47.65%
HSB/HSV225°30.07%56.08%
CMYK30.07%22.38%0.00%
43.92%

Color #646F8F in popluar number systems.

HEX646F8F
Decimal100111143
Binary1100100110111110001111
Octal144157217

Shades and tints

Shades of #646F8F

#646F8F
(100,111,143)
#5B6582
(91,101,130)
#525B75
(82,91,117)
#495168
(73,81,104)
#40475B
(64,71,91)
#373D4E
(55,61,78)
#2E3341
(46,51,65)
#252934
(37,41,52)
#1C1F27
(28,31,39)
#13151A
(19,21,26)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #646F8F

#646F8F
(100,111,143)
#727C99
(114,124,153)
#8089A3
(128,137,163)
#8E96AD
(142,150,173)
#9CA3B7
(156,163,183)
#AAB0C1
(170,176,193)
#B8BDCB
(184,189,203)
#C6CAD5
(198,202,213)
#D4D7DF
(212,215,223)
#E2E4E9
(226,228,233)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646F8F; }

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

This text font color is #646F8F.


Background Color

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

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

This div background color is #646F8F.


Border color

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

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

This div border color is #646F8F.


Opacity

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

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

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

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

This text has shadow with #646F8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646F8F on black background.


Color preview on white background

This text has color #646F8F on white background.



Black color preview on #646F8F background

This text has black color on #646F8F background.


White color preview on #646F8F background

This text has white color on #646F8F background.