#656AA3

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

Shades of Chetwode Blue #656AA3

Tints of Chetwode Blue #656AA3

Color information

#656AA3 (or 0x656AA3) is unknown color: approx Chetwode Blue. HEX triplet: 65, 6A and A3. RGB value is (101,106,163). Sum of RGB (Red+Green+Blue) = 101+106+163=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 163 (64.06% from 255 or 44.05% from 370); Max value from RGB is 163 - color contains mainly: blue. Hex color #656AA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656AA3 is #9A955C. Grayscale: #6E6E6E. Windows color (decimal): -10130781 or 10709605. OLE color: 10709605.

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

Color convert

RGB101106163-
CMYK0.380.3500.36
HSL235.16º25.2%51.76%-
HSV(B)235.16º38.04%63.92%-
XYZ17.1315.7236.78-
YUV111157.34120.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.30%
GREEN value IS 106 (41.80% from 255) = 28.65%
BLUE value IS 163 (64.06% from 255) = 44.05%
R=27.30%
G=28.65%
B=44.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1011061630.380.3500.36235.1625.251.76
Hex656AA32623024eb1934
Octal14515224346430443533164
Binary110010111010101010001110011010001101001001110101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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