COLOR #656E97

HEX: #656E97
RGB: (101,110,151)

Color info

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

RGB color model

#656E97 color RGB value is (101,110,151).

  • red value is 101;
  • green value is 110;
  • blue value is 151.
RGB:
(101,110,151)
(40%,43%,59%)

RGB channels and saturation

R 101 of 255 = 40%
G 110 of 255 = 43%
B 151 of 255 = 59%

101
110
151

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

Portions of RGB colors in percentages

R + G + B =
101 + 110 + 151 = 362 (100%)
R 101 of 362 ~ 27.9%
G 110 of 362 ~ 30.39%
B 151 of 362 ~ 41.71%

%27.9
%30.39
%41.71

CMYK color model

#656E97 color CMYK value is (33,27,0,41).

  • cyan value is 33.11%
  • magenta value is 27.15%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(33,27,0,41)
C33M27Y0K41 
(33%,27%,0%,41%)
(0.33/0.27/0.00/0.41)	

CMYK percentages

%33.11
%27.15
%0
%40.78

Codes

Color #656E97 in popluar color models

656E97
RGB101110151
HSL229°19.84%49.41%
HSB/HSV229°33.11%59.22%
CMYK33.11%27.15%0.00%
40.78%

Color #656E97 in popluar number systems.

HEX656E97
Decimal101110151
Binary1100101110111010010111
Octal145156227

Shades and tints

Shades of #656E97

#656E97
(101,110,151)
#5C648A
(92,100,138)
#535A7D
(83,90,125)
#4A5070
(74,80,112)
#414663
(65,70,99)
#383C56
(56,60,86)
#2F3249
(47,50,73)
#26283C
(38,40,60)
#1D1E2F
(29,30,47)
#141422
(20,20,34)
#0B0A15
(11,10,21)
#000000
(0,0,0)

Tints of #656E97

#656E97
(101,110,151)
#737BA0
(115,123,160)
#8188A9
(129,136,169)
#8F95B2
(143,149,178)
#9DA2BB
(157,162,187)
#ABAFC4
(171,175,196)
#B9BCCD
(185,188,205)
#C7C9D6
(199,201,214)
#D5D6DF
(213,214,223)
#E3E3E8
(227,227,232)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #656E97 color. Also use rgb(101,110,151) instead hex code.

Text Font Color

.myTextColor { color: #656E97; }

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

This text font color is #656E97.


Background Color

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

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

This div background color is #656E97.


Border color

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

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

This div border color is #656E97.


Opacity

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

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

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

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

This text has shadow with #656E97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656E97 on black background.


Color preview on white background

This text has color #656E97 on white background.



Black color preview on #656E97 background

This text has black color on #656E97 background.


White color preview on #656E97 background

This text has white color on #656E97 background.