#656FA4

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

Shades of Chetwode Blue #656FA4

Tints of Chetwode Blue #656FA4

Color information

#656FA4 (or 0x656FA4) is unknown color: approx Chetwode Blue. HEX triplet: 65, 6F and A4. RGB value is (101,111,164). Sum of RGB (Red+Green+Blue) = 101+111+164=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 164 (64.45% from 255 or 43.62% from 376); Max value from RGB is 164 - color contains mainly: blue. Hex color #656FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656FA4 is #9A905B. Grayscale: #717171. Windows color (decimal): -10129500 or 10776421. OLE color: 10776421.

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

Color convert

RGB101111164-
CMYK0.380.3200.36
HSL230.48º25.71%51.96%-
HSV(B)230.48º38.41%64.31%-
XYZ17.7516.8237.43-
YUV114.05156.19118.69-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.86%
GREEN value IS 111 (43.75% from 255) = 29.52%
BLUE value IS 164 (64.45% from 255) = 43.62%
R=26.86%
G=29.52%
B=43.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1011111640.380.3200.36230.4825.7151.96
Hex656FA42620024e61a34
Octal14515724446400443463264
Binary110010111011111010010010011010000001001001110011011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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