#656BA4

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

Shades of Chetwode Blue #656BA4

Tints of Chetwode Blue #656BA4

Color information

#656BA4 (or 0x656BA4) is unknown color: approx Chetwode Blue. HEX triplet: 65, 6B and A4. RGB value is (101,107,164). Sum of RGB (Red+Green+Blue) = 101+107+164=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 107 (42.19% from 255 or 28.76% from 372); Blue value is 164 (64.45% from 255 or 44.09% from 372); Max value from RGB is 164 - color contains mainly: blue. Hex color #656BA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656BA4 is #9A945B. Grayscale: #6F6F6F. Windows color (decimal): -10130524 or 10775397. OLE color: 10775397.

HSL color Cylindrical-coordinate representation of color #656BA4: hue angle of 234.29º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #656BA4 is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB101107164-
CMYK0.380.3500.36
HSL234.29º25.71%51.96%-
HSV(B)234.29º38.41%64.31%-
XYZ17.3315.9637.29-
YUV111.7157.51120.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.15%
GREEN value IS 107 (42.19% from 255) = 28.76%
BLUE value IS 164 (64.45% from 255) = 44.09%
R=27.15%
G=28.76%
B=44.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1011071640.380.3500.36234.2925.7151.96
Hex656BA42623024ea1a34
Octal14515324446430443523264
Binary110010111010111010010010011010001101001001110101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,107,164); }

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

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

 a { background-color: rgb(101,107,164); }

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

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

 span { border-color: rgb(101,107,164); }

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