COLOR #656597

HEX: #656597
RGB: (101,101,151)

Color info

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

RGB color model

#656597 color RGB value is (101,101,151).

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

RGB channels and saturation

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

101
101
151

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

Portions of RGB colors in percentages

R + G + B =
101 + 101 + 151 = 353 (100%)
R 101 of 353 ~ 28.61%
G 101 of 353 ~ 28.61%
B 151 of 353 ~ 42.78%

%28.61
%28.61
%42.78

CMYK color model

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

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

CMYK percentages

%33.11
%33.11
%0
%40.78

Codes

Color #656597 in popluar color models

656597
RGB101101151
HSL240°19.84%49.41%
HSB/HSV240°33.11%59.22%
CMYK33.11%33.11%0.00%
40.78%

Color #656597 in popluar number systems.

HEX656597
Decimal101101151
Binary1100101110010110010111
Octal145145227

Shades and tints

Shades of #656597

#656597
(101,101,151)
#5C5C8A
(92,92,138)
#53537D
(83,83,125)
#4A4A70
(74,74,112)
#414163
(65,65,99)
#383856
(56,56,86)
#2F2F49
(47,47,73)
#26263C
(38,38,60)
#1D1D2F
(29,29,47)
#141422
(20,20,34)
#0B0B15
(11,11,21)
#000000
(0,0,0)

Tints of #656597

#656597
(101,101,151)
#7373A0
(115,115,160)
#8181A9
(129,129,169)
#8F8FB2
(143,143,178)
#9D9DBB
(157,157,187)
#ABABC4
(171,171,196)
#B9B9CD
(185,185,205)
#C7C7D6
(199,199,214)
#D5D5DF
(213,213,223)
#E3E3E8
(227,227,232)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #656597; }

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

This text font color is #656597.


Background Color

.myBgColor { background-color: #656597; }

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

This div background color is #656597.


Border color

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

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

This div border color is #656597.


Opacity

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

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

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

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

This text has shadow with #656597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656597 on black background.


Color preview on white background

This text has color #656597 on white background.



Black color preview on #656597 background

This text has black color on #656597 background.


White color preview on #656597 background

This text has white color on #656597 background.