#656AAC

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

Shades of Chetwode Blue #656AAC

Tints of Chetwode Blue #656AAC

Color information

#656AAC (or 0x656AAC) is unknown color: approx Chetwode Blue. HEX triplet: 65, 6A and AC. RGB value is (101,106,172). Sum of RGB (Red+Green+Blue) = 101+106+172=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #656AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656AAC is #9A9553. Grayscale: #6F6F6F. Windows color (decimal): -10130772 or 11299429. OLE color: 11299429.

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

Color convert

RGB101106172-
CMYK0.410.3800.33
HSL235.77º29.96%53.53%-
HSV(B)235.77º41.28%67.45%-
XYZ17.9716.0541.18-
YUV112.03161.84120.13-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.65%
GREEN value IS 106 (41.80% from 255) = 27.97%
BLUE value IS 172 (67.58% from 255) = 45.38%
R=26.65%
G=27.97%
B=45.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011061720.410.3800.33235.7729.9653.53
Hex656AAC2926021ec1e36
Octal14515225451460413543666
Binary110010111010101010110010100110011001000011110110011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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