#656DAE

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

Shades of Chetwode Blue #656DAE

Tints of Chetwode Blue #656DAE

Color information

#656DAE (or 0x656DAE) is unknown color: approx Chetwode Blue. HEX triplet: 65, 6D and AE. RGB value is (101,109,174). Sum of RGB (Red+Green+Blue) = 101+109+174=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 174 - color contains mainly: blue. Hex color #656DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656DAE is #9A9251. Grayscale: #717171. Windows color (decimal): -10130002 or 11431269. OLE color: 11431269.

HSL color Cylindrical-coordinate representation of color #656DAE: hue angle of 233.42º 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 #656DAE is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB101109174-
CMYK0.420.3700.32
HSL233.42º31.06%53.92%-
HSV(B)233.42º41.95%68.24%-
XYZ18.4816.7642.31-
YUV114.02161.85118.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.30%
GREEN value IS 109 (42.97% from 255) = 28.39%
BLUE value IS 174 (68.36% from 255) = 45.31%
R=26.30%
G=28.39%
B=45.31%

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
Decimal1011091740.420.3700.32233.4231.0653.92
Hex656DAE2A25020e91f36
Octal14515525652450403513766
Binary110010111011011010111010101010010101000001110100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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