COLOR #656996

HEX: #656996
RGB: (101,105,150)

Color info

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

RGB color model

#656996 color RGB value is (101,105,150).

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

RGB channels and saturation

R 101 of 255 = 40%
G 105 of 255 = 41%
B 150 of 255 = 59%

101
105
150

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

Portions of RGB colors in percentages

R + G + B =
101 + 105 + 150 = 356 (100%)
R 101 of 356 ~ 28.37%
G 105 of 356 ~ 29.49%
B 150 of 356 ~ 42.13%

%28.37
%29.49
%42.13

CMYK color model

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

  • cyan value is 32.67%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(33,30,0,41)
C33M30Y0K41 
(33%,30%,0%,41%)
(0.33/0.30/0.00/0.41)	

CMYK percentages

%32.67
%30
%0
%41.18

Codes

Color #656996 in popluar color models

656996
RGB101105150
HSL235°19.52%49.22%
HSB/HSV235°32.67%58.82%
CMYK32.67%30.00%0.00%
41.18%

Color #656996 in popluar number systems.

HEX656996
Decimal101105150
Binary1100101110100110010110
Octal145151226

Shades and tints

Shades of #656996

#656996
(101,105,150)
#5C6089
(92,96,137)
#53577C
(83,87,124)
#4A4E6F
(74,78,111)
#414562
(65,69,98)
#383C55
(56,60,85)
#2F3348
(47,51,72)
#262A3B
(38,42,59)
#1D212E
(29,33,46)
#141821
(20,24,33)
#0B0F14
(11,15,20)
#000000
(0,0,0)

Tints of #656996

#656996
(101,105,150)
#73769F
(115,118,159)
#8183A8
(129,131,168)
#8F90B1
(143,144,177)
#9D9DBA
(157,157,186)
#ABAAC3
(171,170,195)
#B9B7CC
(185,183,204)
#C7C4D5
(199,196,213)
#D5D1DE
(213,209,222)
#E3DEE7
(227,222,231)
#F1EBF0
(241,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #656996; }

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

This text font color is #656996.


Background Color

.myBgColor { background-color: #656996; }

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

This div background color is #656996.


Border color

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

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

This div border color is #656996.


Opacity

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

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

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

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

This text has shadow with #656996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656996 on black background.


Color preview on white background

This text has color #656996 on white background.



Black color preview on #656996 background

This text has black color on #656996 background.


White color preview on #656996 background

This text has white color on #656996 background.