#656AAF

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

Shades of Chetwode Blue #656AAF

Tints of Chetwode Blue #656AAF

Color information

#656AAF (or 0x656AAF) is unknown color: approx Chetwode Blue. HEX triplet: 65, 6A and AF. RGB value is (101,106,175). Sum of RGB (Red+Green+Blue) = 101+106+175=382 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.44% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 175 - color contains mainly: blue. Hex color #656AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656AAF is #9A9550. Grayscale: #707070. Windows color (decimal): -10130769 or 11496037. OLE color: 11496037.

HSL color Cylindrical-coordinate representation of color #656AAF: hue angle of 235.95º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #656AAF is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB101106175-
CMYK0.420.3900.31
HSL235.95º31.62%54.12%-
HSV(B)235.95º42.29%68.63%-
XYZ18.2616.1742.72-
YUV112.37163.34119.89-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.44%
GREEN value IS 106 (41.80% from 255) = 27.75%
BLUE value IS 175 (68.75% from 255) = 45.81%
R=26.44%
G=27.75%
B=45.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1011061750.420.3900.31235.9531.6254.12
Hex656AAF2A2701Fec2036
Octal14515225752470373544066
Binary110010111010101010111110101010011101111111101100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,106,175); }

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

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

 a { background-color: rgb(101,106,175); }

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

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

 span { border-color: rgb(101,106,175); }

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