COLOR #656DB0

HEX: #656DB0 RGB: (101,109,176)

Color info

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

RGB color model

#656DB0 color RGB value is (101,109,176).

RGB: (101,109,176) (40%, 43%, 69%)

RGB channels and saturation

R 101 of 255 = 40%
G 109 of 255 = 43%
B 176 of 255 = 69%

101
109
176

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

Portions of RGB colors in percentages

R + G + B = 101 + 109 + 176 = 386 (100%)
R 101 of 386 ~ 26.17%
G 109 of 386 ~ 28.24%
B 176 of 386 ~ 45.6'%

%26.17
%28.24
%45.6

CMYK color model

#656DB0 color CMYK value is (43,38,0,31).

  • cyan value is 42.61%
  • magenta value is 38.07%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (43,38,0,31)
C43M38Y0K31 (43%, 38%, 0%, 31%)
(0.43 / 0.38 / 0.00 / 0.31)

CMYK percentages

%42.61
%38.07
%0
%30.98

Codes

Color #656DB0 in popluar color models

65 6D B0
RGB 101 109 176
HSL 234° 32.19% 54.31%
HSB/HSV 234° 42.61% 69.02%
CMYK 42.61% 38.07% 0.00%
30.98%

Color #656DB0 in popluar number systems.

HEX 65 6D B0
Decimal 101 109 176
Binary 1100101 1101101 10110000
Octal 145 155 260

Shades and tints

Shades of #656DB0

#656DB0
(101,109,176)
#5C64A0
(92,100,160)
#535B90
(83,91,144)
#4A5280
(74,82,128)
#414970
(65,73,112)
#384060
(56,64,96)
#2F3750
(47,55,80)
#262E40
(38,46,64)
#1D2530
(29,37,48)
#141C20
(20,28,32)
#0B1310
(11,19,16)
#000000
(0,0,0)

Tints of #656DB0

#656DB0
(101,109,176)
#737AB7
(115,122,183)
#8187BE
(129,135,190)
#8F94C5
(143,148,197)
#9DA1CC
(157,161,204)
#ABAED3
(171,174,211)
#B9BBDA
(185,187,218)
#C7C8E1
(199,200,225)
#D5D5E8
(213,213,232)
#E3E2EF
(227,226,239)
#F1EFF6
(241,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #656DB0 color. Also use rgb(101,109,176) instead hex code.

Text Font Color

.myTextColor { color: #656DB0; }

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

This text font color is #656DB0.

Background Color

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

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

This div background color is #656DB0.

Border color

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

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

This div border color is #656DB0.

Opacity

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

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

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

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

This text has shadow with #656DB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #656DB0.

Preview

Color preview on black background

This text has color #656DB0 on black background.


Color preview on white background

This text has color #656DB0 on white background.


Black color preview on #656DB0 background

This text has black color on #656DB0 background.


White color preview on #656DB0 background

This text has white color on #656DB0 background.


Related colors

Complementary color

Complementary color for #hex is #9A924F.


I love getcolorcode.com

Triadic colors

1 #B0656D and #6DB065 with #656DB0 are triadic colors.

2 #B06D65 and #6D65B0 with #656DB0 are triadic colors.