#656DAD

Color #656DAD Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #656DAD

Tints of Chetwode Blue #656DAD

Color information

#656DAD (or 0x656DAD) is unknown color: approx Chetwode Blue. HEX triplet: 65, 6D and AD. RGB value is (101,109,173). Sum of RGB (Red+Green+Blue) = 101+109+173=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #656DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656DAD is #9A9252. Grayscale: #717171. Windows color (decimal): -10130003 or 11365733. OLE color: 11365733.

HSL color Cylindrical-coordinate representation of color #656DAD: hue angle of 233.33º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #656DAD is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB101109173-
CMYK0.420.3700.32
HSL233.33º30.51%53.73%-
HSV(B)233.33º41.62%67.84%-
XYZ18.3816.7241.79-
YUV113.9161.35118.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 26.37%
GREEN value IS 109 (42.97% from 255) = 28.46%
BLUE value IS 173 (67.97% from 255) = 45.17%
R=26.37%
G=28.46%
B=45.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1011091730.420.3700.32233.3330.5153.73
Hex656DAD2A25020e91f36
Octal14515525552450403513766
Binary110010111011011010110110101010010101000001110100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656DAD; }

 p { color: rgb(101,109,173); }

 H1.HeaderClassName
 {
   color: #656DAD;
 }
 .AnyTagClassName
 {
   color: #656DAD;
 }
</style>
background-color css

<style>
 a { background-color: #656DAD; }

 a { background-color: rgb(101,109,173); }

 div.DivClassName
 {
   background-color: #656DAD;
 }
 .BgClassName
 {
   background-color: #656DAD;
 }
</style>
border-color css

<style>
 span { border-color: #656DAD; }

 span { border-color: rgb(101,109,173); }

 td.TdClassName
 {
   border-color: #656DAD;
 }
 .TagClassName
 {
   border-color: #656DAD;
 }
</style>