#656EAC

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

Shades of Chetwode Blue #656EAC

Tints of Chetwode Blue #656EAC

Color information

#656EAC (or 0x656EAC) is unknown color: approx Chetwode Blue. HEX triplet: 65, 6E and AC. RGB value is (101,110,172). Sum of RGB (Red+Green+Blue) = 101+110+172=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #656EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656EAC is #9A9153. Grayscale: #727272. Windows color (decimal): -10129748 or 11300453. OLE color: 11300453.

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

Color convert

RGB101110172-
CMYK0.410.3600.33
HSL232.39º29.96%53.53%-
HSV(B)232.39º41.28%67.45%-
XYZ18.3916.941.32-
YUV114.38160.52118.46-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.37%
GREEN value IS 110 (43.36% from 255) = 28.72%
BLUE value IS 172 (67.58% from 255) = 44.91%
R=26.37%
G=28.72%
B=44.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011101720.410.3600.33232.3929.9653.53
Hex656EAC2924021e81e36
Octal14515625451440413503666
Binary110010111011101010110010100110010001000011110100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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