COLOR #656E95

HEX: #656E95 RGB: (101,110,149)

Color info

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

RGB color model

#656E95 color RGB value is (101,110,149).

RGB: (101,110,149) (40%, 43%, 58%)

RGB channels and saturation

R 101 of 255 = 40%
G 110 of 255 = 43%
B 149 of 255 = 58%

101
110
149

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

Portions of RGB colors in percentages

R + G + B = 101 + 110 + 149 = 360 (100%)
R 101 of 360 ~ 28.06%
G 110 of 360 ~ 30.56%
B 149 of 360 ~ 41.39'%

%28.06
%30.56
%41.39

CMYK color model

#656E95 color CMYK value is (32,26,0,42).

  • cyan value is 32.21%
  • magenta value is 26.17%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (32,26,0,42)
C32M26Y0K42 (32%, 26%, 0%, 42%)
(0.32 / 0.26 / 0.00 / 0.42)

CMYK percentages

%32.21
%26.17
%0
%41.57

Codes

Color #656E95 in popluar color models

65 6E 95
RGB 101 110 149
HSL 229° 19.20% 49.02%
HSB/HSV 229° 32.21% 58.43%
CMYK 32.21% 26.17% 0.00%
41.57%

Color #656E95 in popluar number systems.

HEX 65 6E 95
Decimal 101 110 149
Binary 1100101 1101110 10010101
Octal 145 156 225

Shades and tints

Shades of #656E95

#656E95
(101,110,149)
#5C6488
(92,100,136)
#535A7B
(83,90,123)
#4A506E
(74,80,110)
#414661
(65,70,97)
#383C54
(56,60,84)
#2F3247
(47,50,71)
#26283A
(38,40,58)
#1D1E2D
(29,30,45)
#141420
(20,20,32)
#0B0A13
(11,10,19)
#000000
(0,0,0)

Tints of #656E95

#656E95
(101,110,149)
#737B9E
(115,123,158)
#8188A7
(129,136,167)
#8F95B0
(143,149,176)
#9DA2B9
(157,162,185)
#ABAFC2
(171,175,194)
#B9BCCB
(185,188,203)
#C7C9D4
(199,201,212)
#D5D6DD
(213,214,221)
#E3E3E6
(227,227,230)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #656E95; }

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

This text font color is #656E95.

Background Color

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

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

This div background color is #656E95.

Border color

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

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

This div border color is #656E95.

Opacity

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

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

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

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

This text has shadow with #656E95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #656E95.

Preview

Color preview on black background

This text has color #656E95 on black background.


Color preview on white background

This text has color #656E95 on white background.


Black color preview on #656E95 background

This text has black color on #656E95 background.


White color preview on #656E95 background

This text has white color on #656E95 background.


Related colors

Complementary color

Complementary color for #hex is #9A916A.


I love getcolorcode.com

Triadic colors

1 #95656E and #6E9565 with #656E95 are triadic colors.

2 #956E65 and #6E6595 with #656E95 are triadic colors.