COLOR #656B8C

HEX: #656B8C RGB: (101,107,140)

Color info

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

RGB color model

#656B8C color RGB value is (101,107,140).

RGB: (101,107,140) (40%, 42%, 55%)

RGB channels and saturation

R 101 of 255 = 40%
G 107 of 255 = 42%
B 140 of 255 = 55%

101
107
140

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

Portions of RGB colors in percentages

R + G + B = 101 + 107 + 140 = 348 (100%)
R 101 of 348 ~ 29.02%
G 107 of 348 ~ 30.75%
B 140 of 348 ~ 40.23'%

%29.02
%30.75
%40.23

CMYK color model

#656B8C color CMYK value is (28,24,0,45).

  • cyan value is 27.86%
  • magenta value is 23.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK: (28,24,0,45) C28M24Y0K45 (28%,24%,0%,45%) (0.28/0.24/0.00/0.45) 

CMYK percentages

%27.86
%23.57
%0
%45.1

Codes

Color #656B8C in popluar color models

65 6B 8C
RGB 101 107 140
HSL 231° 16.18% 47.25%
HSB/HSV 231° 27.86% 54.90%
CMYK 27.86% 23.57% 0.00%
45.10%

Color #656B8C in popluar number systems.

HEX 65 6B 8C
Decimal 101 107 140
Binary 1100101 1101011 10001100
Octal 145 153 214

Shades and tints

Shades of #656B8C

#656B8C
(101,107,140)
#5C6280
(92,98,128)
#535974
(83,89,116)
#4A5068
(74,80,104)
#41475C
(65,71,92)
#383E50
(56,62,80)
#2F3544
(47,53,68)
#262C38
(38,44,56)
#1D232C
(29,35,44)
#141A20
(20,26,32)
#0B1114
(11,17,20)
#000000
(0,0,0)

Tints of #656B8C

#656B8C
(101,107,140)
#737896
(115,120,150)
#8185A0
(129,133,160)
#8F92AA
(143,146,170)
#9D9FB4
(157,159,180)
#ABACBE
(171,172,190)
#B9B9C8
(185,185,200)
#C7C6D2
(199,198,210)
#D5D3DC
(213,211,220)
#E3E0E6
(227,224,230)
#F1EDF0
(241,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #656B8C color. Also use rgb(101,107,140) instead hex code.

Text Font Color

.myTextColor { color: #656B8C; }

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

This text font color is #656B8C.

Background Color

.myBgColor { background-color: #656B8C; }

<div style="background-color:#656B8C">Inner text</div>

This div background color is #656B8C.

Border color

.myBorderColor { border: 1px solid #656B8C; }

<div style="border:3px solid #656B8C">Div</div>

This div border color is #656B8C.

Opacity

.myOpacity80 { color: #656B8C; opacity: 0.8; }

<p style="color:#656B8C;opacity:0.8;">80%</p>

Text with #656B8C 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 #656B8C;}

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

This text has shadow with #656B8C color.


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

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

This text has shadow with #656B8C primary color and red secondary color.


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

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

This text has shadow with #656B8C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #656B8C.

Preview

Color preview on black background

This text has color #656B8C on black background.


Color preview on white background

This text has color #656B8C on white background.


Black color preview on #656B8C background

This text has black color on #656B8C background.


White color preview on #656B8C background

This text has white color on #656B8C background.


Related colors

Complementary color

Complementary color for #hex is #9A9473.


I love getcolorcode.com

Triadic colors

1 #8C656B and #6B8C65 with #656B8C are triadic colors.

2 #8C6B65 and #6B658C with #656B8C are triadic colors.