COLOR #656A95

HEX: #656A95
RGB: (101,106,149)

Color info

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

RGB color model

#656A95 color RGB value is (101,106,149).

  • red value is 101;
  • green value is 106;
  • blue value is 149.
RGB:
(101,106,149)
(40%,42%,58%)

RGB channels and saturation

R 101 of 255 = 40%
G 106 of 255 = 42%
B 149 of 255 = 58%

101
106
149

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

Portions of RGB colors in percentages

R + G + B =
101 + 106 + 149 = 356 (100%)
R 101 of 356 ~ 28.37%
G 106 of 356 ~ 29.78%
B 149 of 356 ~ 41.85%

%28.37
%29.78
%41.85

CMYK color model

#656A95 color CMYK value is (32,29,0,42).

  • cyan value is 32.21%
  • magenta value is 28.86%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(32,29,0,42)
C32M29Y0K42 
(32%,29%,0%,42%)
(0.32/0.29/0.00/0.42)	

CMYK percentages

%32.21
%28.86
%0
%41.57

Codes

Color #656A95 in popluar color models

656A95
RGB101106149
HSL234°19.20%49.02%
HSB/HSV234°32.21%58.43%
CMYK32.21%28.86%0.00%
41.57%

Color #656A95 in popluar number systems.

HEX656A95
Decimal101106149
Binary1100101110101010010101
Octal145152225

Shades and tints

Shades of #656A95

#656A95
(101,106,149)
#5C6188
(92,97,136)
#53587B
(83,88,123)
#4A4F6E
(74,79,110)
#414661
(65,70,97)
#383D54
(56,61,84)
#2F3447
(47,52,71)
#262B3A
(38,43,58)
#1D222D
(29,34,45)
#141920
(20,25,32)
#0B1013
(11,16,19)
#000000
(0,0,0)

Tints of #656A95

#656A95
(101,106,149)
#73779E
(115,119,158)
#8184A7
(129,132,167)
#8F91B0
(143,145,176)
#9D9EB9
(157,158,185)
#ABABC2
(171,171,194)
#B9B8CB
(185,184,203)
#C7C5D4
(199,197,212)
#D5D2DD
(213,210,221)
#E3DFE6
(227,223,230)
#F1ECEF
(241,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #656A95 color. Also use rgb(101,106,149) instead hex code.

Text Font Color

.myTextColor { color: #656A95; }

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

This text font color is #656A95.


Background Color

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

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

This div background color is #656A95.


Border color

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

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

This div border color is #656A95.


Opacity

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

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

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

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

This text has shadow with #656A95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656A95 on black background.


Color preview on white background

This text has color #656A95 on white background.



Black color preview on #656A95 background

This text has black color on #656A95 background.


White color preview on #656A95 background

This text has white color on #656A95 background.