COLOR #656F9A

HEX: #656F9A
RGB: (101,111,154)

Color info

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

RGB color model

#656F9A color RGB value is (101,111,154).

  • red value is 101;
  • green value is 111;
  • blue value is 154.
RGB:
(101,111,154)
(40%,44%,60%)

RGB channels and saturation

R 101 of 255 = 40%
G 111 of 255 = 44%
B 154 of 255 = 60%

101
111
154

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

Portions of RGB colors in percentages

R + G + B =
101 + 111 + 154 = 366 (100%)
R 101 of 366 ~ 27.6%
G 111 of 366 ~ 30.33%
B 154 of 366 ~ 42.08%

%27.6
%30.33
%42.08

CMYK color model

#656F9A color CMYK value is (34,28,0,40).

  • cyan value is 34.42%
  • magenta value is 27.92%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(34,28,0,40)
C34M28Y0K40 
(34%,28%,0%,40%)
(0.34/0.28/0.00/0.40)	

CMYK percentages

%34.42
%27.92
%0
%39.61

Codes

Color #656F9A in popluar color models

656F9A
RGB101111154
HSL229°20.78%50.00%
HSB/HSV229°34.42%60.39%
CMYK34.42%27.92%0.00%
39.61%

Color #656F9A in popluar number systems.

HEX656F9A
Decimal101111154
Binary1100101110111110011010
Octal145157232

Shades and tints

Shades of #656F9A

#656F9A
(101,111,154)
#5C658C
(92,101,140)
#535B7E
(83,91,126)
#4A5170
(74,81,112)
#414762
(65,71,98)
#383D54
(56,61,84)
#2F3346
(47,51,70)
#262938
(38,41,56)
#1D1F2A
(29,31,42)
#14151C
(20,21,28)
#0B0B0E
(11,11,14)
#000000
(0,0,0)

Tints of #656F9A

#656F9A
(101,111,154)
#737CA3
(115,124,163)
#8189AC
(129,137,172)
#8F96B5
(143,150,181)
#9DA3BE
(157,163,190)
#ABB0C7
(171,176,199)
#B9BDD0
(185,189,208)
#C7CAD9
(199,202,217)
#D5D7E2
(213,215,226)
#E3E4EB
(227,228,235)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #656F9A color. Also use rgb(101,111,154) instead hex code.

Text Font Color

.myTextColor { color: #656F9A; }

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

This text font color is #656F9A.


Background Color

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

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

This div background color is #656F9A.


Border color

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

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

This div border color is #656F9A.


Opacity

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

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

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

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

This text has shadow with #656F9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656F9A on black background.


Color preview on white background

This text has color #656F9A on white background.



Black color preview on #656F9A background

This text has black color on #656F9A background.


White color preview on #656F9A background

This text has white color on #656F9A background.