#657BAF

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

Shades of Chetwode Blue #657BAF

Tints of Chetwode Blue #657BAF

Color information

#657BAF (or 0x657BAF) is unknown color: approx Chetwode Blue. HEX triplet: 65, 7B and AF. RGB value is (101,123,175). Sum of RGB (Red+Green+Blue) = 101+123+175=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 175 - color contains mainly: blue. Hex color #657BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657BAF is #9A8450. Grayscale: #7A7A7A. Windows color (decimal): -10126417 or 11500389. OLE color: 11500389.

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

Color convert

RGB101123175-
CMYK0.420.3000.31
HSL222.16º31.62%54.12%-
HSV(B)222.16º42.29%68.63%-
XYZ20.1920.0343.36-
YUV122.35157.71112.77-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.31%
GREEN value IS 123 (48.44% from 255) = 30.83%
BLUE value IS 175 (68.75% from 255) = 43.86%
R=25.31%
G=30.83%
B=43.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1011231750.420.3000.31222.1631.6254.12
Hex657BAF2A1E01Fde2036
Octal14517325752360373364066
Binary11001011111011101011111010101111001111111011110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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