#656DAC

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

Shades of Chetwode Blue #656DAC

Tints of Chetwode Blue #656DAC

Color information

#656DAC (or 0x656DAC) is unknown color: approx Chetwode Blue. HEX triplet: 65, 6D and AC. RGB value is (101,109,172). Sum of RGB (Red+Green+Blue) = 101+109+172=382 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.44% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #656DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656DAC is #9A9253. Grayscale: #717171. Windows color (decimal): -10130004 or 11300197. OLE color: 11300197.

HSL color Cylindrical-coordinate representation of color #656DAC: hue angle of 233.24º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #656DAC is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB101109172-
CMYK0.410.3700.33
HSL233.24º29.96%53.53%-
HSV(B)233.24º41.28%67.45%-
XYZ18.2816.6841.29-
YUV113.79160.85118.88-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.44%
GREEN value IS 109 (42.97% from 255) = 28.53%
BLUE value IS 172 (67.58% from 255) = 45.03%
R=26.44%
G=28.53%
B=45.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011091720.410.3700.33233.2429.9653.53
Hex656DAC2925021e91e36
Octal14515525451450413513666
Binary110010111011011010110010100110010101000011110100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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