#657CAF

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

Shades of Chetwode Blue #657CAF

Tints of Chetwode Blue #657CAF

Color information

#657CAF (or 0x657CAF) is unknown color: approx Chetwode Blue. HEX triplet: 65, 7C and AF. RGB value is (101,124,175). Sum of RGB (Red+Green+Blue) = 101+124+175=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 175 - color contains mainly: blue. Hex color #657CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657CAF is #9A8350. Grayscale: #7A7A7A. Windows color (decimal): -10126161 or 11500645. OLE color: 11500645.

HSL color Cylindrical-coordinate representation of color #657CAF: hue angle of 221.35º 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 #657CAF is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB101124175-
CMYK0.420.2900.31
HSL221.35º31.62%54.12%-
HSV(B)221.35º42.29%68.63%-
XYZ20.3120.2843.4-
YUV122.94157.38112.35-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.25%
GREEN value IS 124 (48.83% from 255) = 31%
BLUE value IS 175 (68.75% from 255) = 43.75%
R=25.25%
G=31%
B=43.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1011241750.420.2900.31221.3531.6254.12
Hex657CAF2A1D01Fdd2036
Octal14517425752350373354066
Binary11001011111100101011111010101110101111111011101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657CAF; }

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

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

<style>
 a { background-color: #657CAF; }

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

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

<style>
 span { border-color: #657CAF; }

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

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