COLOR #656AAD

HEX: #656AAD RGB: (101,106,173)

Color info

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

RGB color model

#656AAD color RGB value is (101,106,173).

RGB: (101,106,173) (40%, 42%, 68%)

RGB channels and saturation

R 101 of 255 = 40%
G 106 of 255 = 42%
B 173 of 255 = 68%

101
106
173

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

Portions of RGB colors in percentages

R + G + B = 101 + 106 + 173 = 380 (100%)
R 101 of 380 ~ 26.58%
G 106 of 380 ~ 27.89%
B 173 of 380 ~ 45.53'%

%26.58
%27.89
%45.53

CMYK color model

#656AAD color CMYK value is (42,39,0,32).

  • cyan value is 41.62%
  • magenta value is 38.73%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (42,39,0,32)
C42M39Y0K32 (42%, 39%, 0%, 32%)
(0.42 / 0.39 / 0.00 / 0.32)

CMYK percentages

%41.62
%38.73
%0
%32.16

Codes

Color #656AAD in popluar color models

65 6A AD
RGB 101 106 173
HSL 236° 30.51% 53.73%
HSB/HSV 236° 41.62% 67.84%
CMYK 41.62% 38.73% 0.00%
32.16%

Color #656AAD in popluar number systems.

HEX 65 6A AD
Decimal 101 106 173
Binary 1100101 1101010 10101101
Octal 145 152 255

Shades and tints

Shades of #656AAD

#656AAD
(101,106,173)
#5C619E
(92,97,158)
#53588F
(83,88,143)
#4A4F80
(74,79,128)
#414671
(65,70,113)
#383D62
(56,61,98)
#2F3453
(47,52,83)
#262B44
(38,43,68)
#1D2235
(29,34,53)
#141926
(20,25,38)
#0B1017
(11,16,23)
#000000
(0,0,0)

Tints of #656AAD

#656AAD
(101,106,173)
#7377B4
(115,119,180)
#8184BB
(129,132,187)
#8F91C2
(143,145,194)
#9D9EC9
(157,158,201)
#ABABD0
(171,171,208)
#B9B8D7
(185,184,215)
#C7C5DE
(199,197,222)
#D5D2E5
(213,210,229)
#E3DFEC
(227,223,236)
#F1ECF3
(241,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #656AAD; }

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

This text font color is #656AAD.

Background Color

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

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

This div background color is #656AAD.

Border color

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

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

This div border color is #656AAD.

Opacity

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

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

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

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

This text has shadow with #656AAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #656AAD.

Preview

Color preview on black background

This text has color #656AAD on black background.


Color preview on white background

This text has color #656AAD on white background.


Black color preview on #656AAD background

This text has black color on #656AAD background.


White color preview on #656AAD background

This text has white color on #656AAD background.


Related colors

Complementary color

Complementary color for #hex is #9A9552.


I love getcolorcode.com

Triadic colors

1 #AD656A and #6AAD65 with #656AAD are triadic colors.

2 #AD6A65 and #6A65AD with #656AAD are triadic colors.