#657BA2

Color #657BA2 Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #657BA2

Tints of Waikawa Grey #657BA2

Color information

#657BA2 (or 0x657BA2) is unknown color: approx Waikawa Grey. HEX triplet: 65, 7B and A2. RGB value is (101,123,162). Sum of RGB (Red+Green+Blue) = 101+123+162=386 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.17% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 162 - color contains mainly: blue. Hex color #657BA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657BA2 is #9A845D. Grayscale: #787878. Windows color (decimal): -10126430 or 10648421. OLE color: 10648421.

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

Color convert

RGB101123162-
CMYK0.380.2400.36
HSL218.36º24.7%51.57%-
HSV(B)218.36º37.65%63.53%-
XYZ18.9719.5436.95-
YUV120.87151.21113.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.17%
GREEN value IS 123 (48.44% from 255) = 31.87%
BLUE value IS 162 (63.67% from 255) = 41.97%
R=26.17%
G=31.87%
B=41.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1011231620.380.2400.36218.3624.751.57
Hex657BA22618024da1934
Octal14517324246300443323164
Binary11001011111011101000101001101100001001001101101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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