COLOR #656A96

HEX: #656A96 RGB: (101,106,150)

Color info

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

RGB color model

#656A96 color RGB value is (101,106,150).

RGB: (101,106,150) (40%, 42%, 59%)

RGB channels and saturation

R 101 of 255 = 40%
G 106 of 255 = 42%
B 150 of 255 = 59%

101
106
150

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

Portions of RGB colors in percentages

R + G + B = 101 + 106 + 150 = 357 (100%)
R 101 of 357 ~ 28.29%
G 106 of 357 ~ 29.69%
B 150 of 357 ~ 42.02'%

%28.29
%29.69
%42.02

CMYK color model

#656A96 color CMYK value is (33,29,0,41).

  • cyan value is 32.67%
  • magenta value is 29.33%
  • yellow value is 0.00%
  • key color value is 41.18%

CMYK: (33,29,0,41)
C33M29Y0K41 (33%, 29%, 0%, 41%)
(0.33 / 0.29 / 0.00 / 0.41)

CMYK percentages

%32.67
%29.33
%0
%41.18

Codes

Color #656A96 in popluar color models

65 6A 96
RGB 101 106 150
HSL 234° 19.52% 49.22%
HSB/HSV 234° 32.67% 58.82%
CMYK 32.67% 29.33% 0.00%
41.18%

Color #656A96 in popluar number systems.

HEX 65 6A 96
Decimal 101 106 150
Binary 1100101 1101010 10010110
Octal 145 152 226

Shades and tints

Shades of #656A96

#656A96
(101,106,150)
#5C6189
(92,97,137)
#53587C
(83,88,124)
#4A4F6F
(74,79,111)
#414662
(65,70,98)
#383D55
(56,61,85)
#2F3448
(47,52,72)
#262B3B
(38,43,59)
#1D222E
(29,34,46)
#141921
(20,25,33)
#0B1014
(11,16,20)
#000000
(0,0,0)

Tints of #656A96

#656A96
(101,106,150)
#73779F
(115,119,159)
#8184A8
(129,132,168)
#8F91B1
(143,145,177)
#9D9EBA
(157,158,186)
#ABABC3
(171,171,195)
#B9B8CC
(185,184,204)
#C7C5D5
(199,197,213)
#D5D2DE
(213,210,222)
#E3DFE7
(227,223,231)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #656A96; }

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

This text font color is #656A96.

Background Color

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

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

This div background color is #656A96.

Border color

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

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

This div border color is #656A96.

Opacity

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

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

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

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

This text has shadow with #656A96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #656A96.

Preview

Color preview on black background

This text has color #656A96 on black background.


Color preview on white background

This text has color #656A96 on white background.


Black color preview on #656A96 background

This text has black color on #656A96 background.


White color preview on #656A96 background

This text has white color on #656A96 background.


Related colors

Complementary color

Complementary color for #hex is #9A9569.


I love getcolorcode.com

Triadic colors

1 #96656A and #6A9665 with #656A96 are triadic colors.

2 #966A65 and #6A6596 with #656A96 are triadic colors.