COLOR #656D9E

HEX: #656D9E
RGB: (101,109,158)

Color info

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

RGB color model

#656D9E color RGB value is (101,109,158).

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

RGB channels and saturation

R 101 of 255 = 40%
G 109 of 255 = 43%
B 158 of 255 = 62%

101
109
158

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

Portions of RGB colors in percentages

R + G + B =
101 + 109 + 158 = 368 (100%)
R 101 of 368 ~ 27.45%
G 109 of 368 ~ 29.62%
B 158 of 368 ~ 42.93%

%27.45
%29.62
%42.93

CMYK color model

#656D9E color CMYK value is (36,31,0,38).

  • cyan value is 36.08%
  • magenta value is 31.01%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(36,31,0,38)
C36M31Y0K38 
(36%,31%,0%,38%)
(0.36/0.31/0.00/0.38)	

CMYK percentages

%36.08
%31.01
%0
%38.04

Codes

Color #656D9E in popluar color models

656D9E
RGB101109158
HSL232°22.71%50.78%
HSB/HSV232°36.08%61.96%
CMYK36.08%31.01%0.00%
38.04%

Color #656D9E in popluar number systems.

HEX656D9E
Decimal101109158
Binary1100101110110110011110
Octal145155236

Shades and tints

Shades of #656D9E

#656D9E
(101,109,158)
#5C6490
(92,100,144)
#535B82
(83,91,130)
#4A5274
(74,82,116)
#414966
(65,73,102)
#384058
(56,64,88)
#2F374A
(47,55,74)
#262E3C
(38,46,60)
#1D252E
(29,37,46)
#141C20
(20,28,32)
#0B1312
(11,19,18)
#000000
(0,0,0)

Tints of #656D9E

#656D9E
(101,109,158)
#737AA6
(115,122,166)
#8187AE
(129,135,174)
#8F94B6
(143,148,182)
#9DA1BE
(157,161,190)
#ABAEC6
(171,174,198)
#B9BBCE
(185,187,206)
#C7C8D6
(199,200,214)
#D5D5DE
(213,213,222)
#E3E2E6
(227,226,230)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #656D9E; }

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

This text font color is #656D9E.


Background Color

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

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

This div background color is #656D9E.


Border color

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

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

This div border color is #656D9E.


Opacity

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

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

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

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

This text has shadow with #656D9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656D9E on black background.


Color preview on white background

This text has color #656D9E on white background.



Black color preview on #656D9E background

This text has black color on #656D9E background.


White color preview on #656D9E background

This text has white color on #656D9E background.