COLOR #656E9C

HEX: #656E9C
RGB: (101,110,156)

Color info

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

RGB color model

#656E9C color RGB value is (101,110,156).

  • red value is 101;
  • green value is 110;
  • blue value is 156.
RGB:
(101,110,156)
(40%,43%,61%)

RGB channels and saturation

R 101 of 255 = 40%
G 110 of 255 = 43%
B 156 of 255 = 61%

101
110
156

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

Portions of RGB colors in percentages

R + G + B =
101 + 110 + 156 = 367 (100%)
R 101 of 367 ~ 27.52%
G 110 of 367 ~ 29.97%
B 156 of 367 ~ 42.51%

%27.52
%29.97
%42.51

CMYK color model

#656E9C color CMYK value is (35,29,0,39).

  • cyan value is 35.26%
  • magenta value is 29.49%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(35,29,0,39)
C35M29Y0K39 
(35%,29%,0%,39%)
(0.35/0.29/0.00/0.39)	

CMYK percentages

%35.26
%29.49
%0
%38.82

Codes

Color #656E9C in popluar color models

656E9C
RGB101110156
HSL230°21.74%50.39%
HSB/HSV230°35.26%61.18%
CMYK35.26%29.49%0.00%
38.82%

Color #656E9C in popluar number systems.

HEX656E9C
Decimal101110156
Binary1100101110111010011100
Octal145156234

Shades and tints

Shades of #656E9C

#656E9C
(101,110,156)
#5C648E
(92,100,142)
#535A80
(83,90,128)
#4A5072
(74,80,114)
#414664
(65,70,100)
#383C56
(56,60,86)
#2F3248
(47,50,72)
#26283A
(38,40,58)
#1D1E2C
(29,30,44)
#14141E
(20,20,30)
#0B0A10
(11,10,16)
#000000
(0,0,0)

Tints of #656E9C

#656E9C
(101,110,156)
#737BA5
(115,123,165)
#8188AE
(129,136,174)
#8F95B7
(143,149,183)
#9DA2C0
(157,162,192)
#ABAFC9
(171,175,201)
#B9BCD2
(185,188,210)
#C7C9DB
(199,201,219)
#D5D6E4
(213,214,228)
#E3E3ED
(227,227,237)
#F1F0F6
(241,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #656E9C color. Also use rgb(101,110,156) instead hex code.

Text Font Color

.myTextColor { color: #656E9C; }

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

This text font color is #656E9C.


Background Color

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

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

This div background color is #656E9C.


Border color

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

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

This div border color is #656E9C.


Opacity

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

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

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

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

This text has shadow with #656E9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656E9C on black background.


Color preview on white background

This text has color #656E9C on white background.



Black color preview on #656E9C background

This text has black color on #656E9C background.


White color preview on #656E9C background

This text has white color on #656E9C background.