#656CAC

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

Shades of Chetwode Blue #656CAC

Tints of Chetwode Blue #656CAC

Color information

#656CAC (or 0x656CAC) is unknown color: approx Chetwode Blue. HEX triplet: 65, 6C and AC. RGB value is (101,108,172). Sum of RGB (Red+Green+Blue) = 101+108+172=381 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.51% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #656CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656CAC is #9A9353. Grayscale: #707070. Windows color (decimal): -10130260 or 11299941. OLE color: 11299941.

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

Color convert

RGB101108172-
CMYK0.410.3700.33
HSL234.08º29.96%53.53%-
HSV(B)234.08º41.28%67.45%-
XYZ18.1816.4741.25-
YUV113.2161.18119.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.51%
GREEN value IS 108 (42.58% from 255) = 28.35%
BLUE value IS 172 (67.58% from 255) = 45.14%
R=26.51%
G=28.35%
B=45.14%

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
Decimal1011081720.410.3700.33234.0829.9653.53
Hex656CAC2925021ea1e36
Octal14515425451450413523666
Binary110010111011001010110010100110010101000011110101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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