COLOR #646E7B

HEX: #646E7B
RGB: (100,110,123)

Color info

#646E7B contains red, green and blue colors in about the same proportion. Web safe color of #646E7B is #666666 (or #666).

RGB color model

#646E7B color RGB value is (100,110,123).

  • red value is 100;
  • green value is 110;
  • blue value is 123.
RGB:
(100,110,123)
(39%,43%,48%)

RGB channels and saturation

R 100 of 255 = 39%
G 110 of 255 = 43%
B 123 of 255 = 48%

100
110
123

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

Portions of RGB colors in percentages

R + G + B =
100 + 110 + 123 = 333 (100%)
R 100 of 333 ~ 30.03%
G 110 of 333 ~ 33.03%
B 123 of 333 ~ 36.94%

%30.03
%33.03
%36.94

CMYK color model

#646E7B color CMYK value is (19,11,0,52).

  • cyan value is 18.70%
  • magenta value is 10.57%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(19,11,0,52)
C19M11Y0K52 
(19%,11%,0%,52%)
(0.19/0.11/0.00/0.52)	

CMYK percentages

%18.7
%10.57
%0
%51.76

Codes

Color #646E7B in popluar color models

646E7B
RGB100110123
HSL214°10.31%43.73%
HSB/HSV214°18.70%48.24%
CMYK18.70%10.57%0.00%
51.76%

Color #646E7B in popluar number systems.

HEX646E7B
Decimal100110123
Binary110010011011101111011
Octal144156173

Shades and tints

Shades of #646E7B

#646E7B
(100,110,123)
#5B6470
(91,100,112)
#525A65
(82,90,101)
#49505A
(73,80,90)
#40464F
(64,70,79)
#373C44
(55,60,68)
#2E3239
(46,50,57)
#25282E
(37,40,46)
#1C1E23
(28,30,35)
#131418
(19,20,24)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #646E7B

#646E7B
(100,110,123)
#727B87
(114,123,135)
#808893
(128,136,147)
#8E959F
(142,149,159)
#9CA2AB
(156,162,171)
#AAAFB7
(170,175,183)
#B8BCC3
(184,188,195)
#C6C9CF
(198,201,207)
#D4D6DB
(212,214,219)
#E2E3E7
(226,227,231)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646E7B color. Also use rgb(100,110,123) instead hex code.

Text Font Color

.myTextColor { color: #646E7B; }

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

This text font color is #646E7B.


Background Color

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

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

This div background color is #646E7B.


Border color

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

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

This div border color is #646E7B.


Opacity

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

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

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

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

This text has shadow with #646E7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646E7B on black background.


Color preview on white background

This text has color #646E7B on white background.



Black color preview on #646E7B background

This text has black color on #646E7B background.


White color preview on #646E7B background

This text has white color on #646E7B background.