#656CA2

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

Shades of Chetwode Blue #656CA2

Tints of Chetwode Blue #656CA2

Color information

#656CA2 (or 0x656CA2) is unknown color: approx Chetwode Blue. HEX triplet: 65, 6C and A2. RGB value is (101,108,162). Sum of RGB (Red+Green+Blue) = 101+108+162=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 162 (63.67% from 255 or 43.67% from 371); Max value from RGB is 162 - color contains mainly: blue. Hex color #656CA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656CA2 is #9A935D. Grayscale: #6F6F6F. Windows color (decimal): -10130270 or 10644581. OLE color: 10644581.

HSL color Cylindrical-coordinate representation of color #656CA2: hue angle of 233.11º degrees, saturation: 0.25, 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 #656CA2 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB101108162-
CMYK0.380.3300.36
HSL233.11º24.7%51.57%-
HSV(B)233.11º37.65%63.53%-
XYZ17.2516.136.38-
YUV112.06156.18120.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.22%
GREEN value IS 108 (42.58% from 255) = 29.11%
BLUE value IS 162 (63.67% from 255) = 43.67%
R=27.22%
G=29.11%
B=43.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1011081620.380.3300.36233.1124.751.57
Hex656CA22621024e91934
Octal14515424246410443513164
Binary110010111011001010001010011010000101001001110100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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