COLOR #656C9F

HEX: #656C9F
RGB: (101,108,159)

Color info

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

RGB color model

#656C9F color RGB value is (101,108,159).

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

RGB channels and saturation

R 101 of 255 = 40%
G 108 of 255 = 42%
B 159 of 255 = 62%

101
108
159

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

Portions of RGB colors in percentages

R + G + B =
101 + 108 + 159 = 368 (100%)
R 101 of 368 ~ 27.45%
G 108 of 368 ~ 29.35%
B 159 of 368 ~ 43.21%

%27.45
%29.35
%43.21

CMYK color model

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

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

CMYK percentages

%36.48
%32.08
%0
%37.65

Codes

Color #656C9F in popluar color models

656C9F
RGB101108159
HSL233°23.20%50.98%
HSB/HSV233°36.48%62.35%
CMYK36.48%32.08%0.00%
37.65%

Color #656C9F in popluar number systems.

HEX656C9F
Decimal101108159
Binary1100101110110010011111
Octal145154237

Shades and tints

Shades of #656C9F

#656C9F
(101,108,159)
#5C6391
(92,99,145)
#535A83
(83,90,131)
#4A5175
(74,81,117)
#414867
(65,72,103)
#383F59
(56,63,89)
#2F364B
(47,54,75)
#262D3D
(38,45,61)
#1D242F
(29,36,47)
#141B21
(20,27,33)
#0B1213
(11,18,19)
#000000
(0,0,0)

Tints of #656C9F

#656C9F
(101,108,159)
#7379A7
(115,121,167)
#8186AF
(129,134,175)
#8F93B7
(143,147,183)
#9DA0BF
(157,160,191)
#ABADC7
(171,173,199)
#B9BACF
(185,186,207)
#C7C7D7
(199,199,215)
#D5D4DF
(213,212,223)
#E3E1E7
(227,225,231)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #656C9F color. Also use rgb(101,108,159) instead hex code.

Text Font Color

.myTextColor { color: #656C9F; }

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

This text font color is #656C9F.


Background Color

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

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

This div background color is #656C9F.


Border color

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

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

This div border color is #656C9F.


Opacity

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

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

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

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

This text has shadow with #656C9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656C9F on black background.


Color preview on white background

This text has color #656C9F on white background.



Black color preview on #656C9F background

This text has black color on #656C9F background.


White color preview on #656C9F background

This text has white color on #656C9F background.