#656CB2

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

Shades of Chetwode Blue #656CB2

Tints of Chetwode Blue #656CB2

Color information

#656CB2 (or 0x656CB2) is unknown color: approx Chetwode Blue. HEX triplet: 65, 6C and B2. RGB value is (101,108,178). Sum of RGB (Red+Green+Blue) = 101+108+178=387 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.10% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 178 (69.92% from 255 or 45.99% from 387); Max value from RGB is 178 - color contains mainly: blue. Hex color #656CB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656CB2 is #9A934D. Grayscale: #717171. Windows color (decimal): -10130254 or 11693157. OLE color: 11693157.

HSL color Cylindrical-coordinate representation of color #656CB2: hue angle of 234.55º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #656CB2 is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB101108178-
CMYK0.430.3900.30
HSL234.55º33.33%54.71%-
HSV(B)234.55º43.26%69.8%-
XYZ18.7716.7144.36-
YUV113.89164.18118.81-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.10%
GREEN value IS 108 (42.58% from 255) = 27.91%
BLUE value IS 178 (69.92% from 255) = 45.99%
R=26.10%
G=27.91%
B=45.99%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1011081780.430.3900.30234.5533.3354.71
Hex656CB22B2701Eeb2137
Octal14515426253470363534167
Binary110010111011001011001010101110011101111011101011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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