COLOR #656AA6

HEX: #656AA6 RGB: (101,106,166)

Color info

#656AA6 contains mainly blue color. Web safe color of #656AA6 is #666699 (or #669).

RGB color model

#656AA6 color RGB value is (101,106,166).

RGB: (101,106,166) (40%, 42%, 65%)

RGB channels and saturation

R 101 of 255 = 40%
G 106 of 255 = 42%
B 166 of 255 = 65%

101
106
166

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

Portions of RGB colors in percentages

R + G + B = 101 + 106 + 166 = 373 (100%)
R 101 of 373 ~ 27.08%
G 106 of 373 ~ 28.42%
B 166 of 373 ~ 44.5'%

%27.08
%28.42
%44.5

CMYK color model

#656AA6 color CMYK value is (39,36,0,35).

  • cyan value is 39.16%
  • magenta value is 36.14%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK: (39,36,0,35) C39M36Y0K35 (39%,36%,0%,35%) (0.39/0.36/0.00/0.35) 

CMYK percentages

%39.16
%36.14
%0
%34.9

Codes

Color #656AA6 in popluar color models

65 6A A6
RGB 101 106 166
HSL 235° 26.75% 52.35%
HSB/HSV 235° 39.16% 65.10%
CMYK 39.16% 36.14% 0.00%
34.90%

Color #656AA6 in popluar number systems.

HEX 65 6A A6
Decimal 101 106 166
Binary 1100101 1101010 10100110
Octal 145 152 246

Shades and tints

Shades of #656AA6

#656AA6
(101,106,166)
#5C6197
(92,97,151)
#535888
(83,88,136)
#4A4F79
(74,79,121)
#41466A
(65,70,106)
#383D5B
(56,61,91)
#2F344C
(47,52,76)
#262B3D
(38,43,61)
#1D222E
(29,34,46)
#14191F
(20,25,31)
#0B1010
(11,16,16)
#000000
(0,0,0)

Tints of #656AA6

#656AA6
(101,106,166)
#7377AE
(115,119,174)
#8184B6
(129,132,182)
#8F91BE
(143,145,190)
#9D9EC6
(157,158,198)
#ABABCE
(171,171,206)
#B9B8D6
(185,184,214)
#C7C5DE
(199,197,222)
#D5D2E6
(213,210,230)
#E3DFEE
(227,223,238)
#F1ECF6
(241,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #656AA6; }

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

This text font color is #656AA6.

Background Color

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

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

This div background color is #656AA6.

Border color

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

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

This div border color is #656AA6.

Opacity

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

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

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

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

This text has shadow with #656AA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #656AA6.

Preview

Color preview on black background

This text has color #656AA6 on black background.


Color preview on white background

This text has color #656AA6 on white background.


Black color preview on #656AA6 background

This text has black color on #656AA6 background.


White color preview on #656AA6 background

This text has white color on #656AA6 background.


Related colors

Complementary color

Complementary color for #hex is #9A9559.


I love getcolorcode.com

Triadic colors

1 #A6656A and #6AA665 with #656AA6 are triadic colors.

2 #A66A65 and #6A65A6 with #656AA6 are triadic colors.