COLOR #656796

HEX: #656796
RGB: (101,103,150)

Color info

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

RGB color model

#656796 color RGB value is (101,103,150).

  • red value is 101;
  • green value is 103;
  • blue value is 150.
RGB:
(101,103,150)
(40%,40%,59%)

RGB channels and saturation

R 101 of 255 = 40%
G 103 of 255 = 40%
B 150 of 255 = 59%

101
103
150

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

Portions of RGB colors in percentages

R + G + B =
101 + 103 + 150 = 354 (100%)
R 101 of 354 ~ 28.53%
G 103 of 354 ~ 29.1%
B 150 of 354 ~ 42.37%

%28.53
%29.1
%42.37

CMYK color model

#656796 color CMYK value is (33,31,0,41).

  • cyan value is 32.67%
  • magenta value is 31.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(33,31,0,41)
C33M31Y0K41 
(33%,31%,0%,41%)
(0.33/0.31/0.00/0.41)	

CMYK percentages

%32.67
%31.33
%0
%41.18

Codes

Color #656796 in popluar color models

656796
RGB101103150
HSL238°19.52%49.22%
HSB/HSV238°32.67%58.82%
CMYK32.67%31.33%0.00%
41.18%

Color #656796 in popluar number systems.

HEX656796
Decimal101103150
Binary1100101110011110010110
Octal145147226

Shades and tints

Shades of #656796

#656796
(101,103,150)
#5C5E89
(92,94,137)
#53557C
(83,85,124)
#4A4C6F
(74,76,111)
#414362
(65,67,98)
#383A55
(56,58,85)
#2F3148
(47,49,72)
#26283B
(38,40,59)
#1D1F2E
(29,31,46)
#141621
(20,22,33)
#0B0D14
(11,13,20)
#000000
(0,0,0)

Tints of #656796

#656796
(101,103,150)
#73749F
(115,116,159)
#8181A8
(129,129,168)
#8F8EB1
(143,142,177)
#9D9BBA
(157,155,186)
#ABA8C3
(171,168,195)
#B9B5CC
(185,181,204)
#C7C2D5
(199,194,213)
#D5CFDE
(213,207,222)
#E3DCE7
(227,220,231)
#F1E9F0
(241,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #656796 color. Also use rgb(101,103,150) instead hex code.

Text Font Color

.myTextColor { color: #656796; }

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

This text font color is #656796.


Background Color

.myBgColor { background-color: #656796; }

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

This div background color is #656796.


Border color

.myBorderColor { border: 1px solid #656796; }

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

This div border color is #656796.


Opacity

.myOpacity80 { color: #656796; opacity: 0.8; }

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

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

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

This text has shadow with #656796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656796 on black background.


Color preview on white background

This text has color #656796 on white background.



Black color preview on #656796 background

This text has black color on #656796 background.


White color preview on #656796 background

This text has white color on #656796 background.