COLOR #656B9E

HEX: #656B9E
RGB: (101,107,158)

Color info

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

RGB color model

#656B9E color RGB value is (101,107,158).

  • red value is 101;
  • green value is 107;
  • blue value is 158.
RGB:
(101,107,158)
(40%,42%,62%)

RGB channels and saturation

R 101 of 255 = 40%
G 107 of 255 = 42%
B 158 of 255 = 62%

101
107
158

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

Portions of RGB colors in percentages

R + G + B =
101 + 107 + 158 = 366 (100%)
R 101 of 366 ~ 27.6%
G 107 of 366 ~ 29.23%
B 158 of 366 ~ 43.17%

%27.6
%29.23
%43.17

CMYK color model

#656B9E color CMYK value is (36,32,0,38).

  • cyan value is 36.08%
  • magenta value is 32.28%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(36,32,0,38)
C36M32Y0K38 
(36%,32%,0%,38%)
(0.36/0.32/0.00/0.38)	

CMYK percentages

%36.08
%32.28
%0
%38.04

Codes

Color #656B9E in popluar color models

656B9E
RGB101107158
HSL234°22.71%50.78%
HSB/HSV234°36.08%61.96%
CMYK36.08%32.28%0.00%
38.04%

Color #656B9E in popluar number systems.

HEX656B9E
Decimal101107158
Binary1100101110101110011110
Octal145153236

Shades and tints

Shades of #656B9E

#656B9E
(101,107,158)
#5C6290
(92,98,144)
#535982
(83,89,130)
#4A5074
(74,80,116)
#414766
(65,71,102)
#383E58
(56,62,88)
#2F354A
(47,53,74)
#262C3C
(38,44,60)
#1D232E
(29,35,46)
#141A20
(20,26,32)
#0B1112
(11,17,18)
#000000
(0,0,0)

Tints of #656B9E

#656B9E
(101,107,158)
#7378A6
(115,120,166)
#8185AE
(129,133,174)
#8F92B6
(143,146,182)
#9D9FBE
(157,159,190)
#ABACC6
(171,172,198)
#B9B9CE
(185,185,206)
#C7C6D6
(199,198,214)
#D5D3DE
(213,211,222)
#E3E0E6
(227,224,230)
#F1EDEE
(241,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #656B9E color. Also use rgb(101,107,158) instead hex code.

Text Font Color

.myTextColor { color: #656B9E; }

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

This text font color is #656B9E.


Background Color

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

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

This div background color is #656B9E.


Border color

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

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

This div border color is #656B9E.


Opacity

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

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

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

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

This text has shadow with #656B9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656B9E on black background.


Color preview on white background

This text has color #656B9E on white background.



Black color preview on #656B9E background

This text has black color on #656B9E background.


White color preview on #656B9E background

This text has white color on #656B9E background.