COLOR #656BA0

HEX: #656BA0
RGB: (101,107,160)

Color info

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

RGB color model

#656BA0 color RGB value is (101,107,160).

  • red value is 101;
  • green value is 107;
  • blue value is 160.
RGB:
(101,107,160)
(40%,42%,63%)

RGB channels and saturation

R 101 of 255 = 40%
G 107 of 255 = 42%
B 160 of 255 = 63%

101
107
160

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

Portions of RGB colors in percentages

R + G + B =
101 + 107 + 160 = 368 (100%)
R 101 of 368 ~ 27.45%
G 107 of 368 ~ 29.08%
B 160 of 368 ~ 43.48%

%27.45
%29.08
%43.48

CMYK color model

#656BA0 color CMYK value is (37,33,0,37).

  • cyan value is 36.88%
  • magenta value is 33.13%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(37,33,0,37)
C37M33Y0K37 
(37%,33%,0%,37%)
(0.37/0.33/0.00/0.37)	

CMYK percentages

%36.88
%33.13
%0
%37.25

Codes

Color #656BA0 in popluar color models

656BA0
RGB101107160
HSL234°23.69%51.18%
HSB/HSV234°36.88%62.75%
CMYK36.88%33.13%0.00%
37.25%

Color #656BA0 in popluar number systems.

HEX656BA0
Decimal101107160
Binary1100101110101110100000
Octal145153240

Shades and tints

Shades of #656BA0

#656BA0
(101,107,160)
#5C6292
(92,98,146)
#535984
(83,89,132)
#4A5076
(74,80,118)
#414768
(65,71,104)
#383E5A
(56,62,90)
#2F354C
(47,53,76)
#262C3E
(38,44,62)
#1D2330
(29,35,48)
#141A22
(20,26,34)
#0B1114
(11,17,20)
#000000
(0,0,0)

Tints of #656BA0

#656BA0
(101,107,160)
#7378A8
(115,120,168)
#8185B0
(129,133,176)
#8F92B8
(143,146,184)
#9D9FC0
(157,159,192)
#ABACC8
(171,172,200)
#B9B9D0
(185,185,208)
#C7C6D8
(199,198,216)
#D5D3E0
(213,211,224)
#E3E0E8
(227,224,232)
#F1EDF0
(241,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #656BA0; }

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

This text font color is #656BA0.


Background Color

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

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

This div background color is #656BA0.


Border color

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

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

This div border color is #656BA0.


Opacity

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

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

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

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

This text has shadow with #656BA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656BA0 on black background.


Color preview on white background

This text has color #656BA0 on white background.



Black color preview on #656BA0 background

This text has black color on #656BA0 background.


White color preview on #656BA0 background

This text has white color on #656BA0 background.