#657BA3

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

Shades of Waikawa Grey #657BA3

Tints of Waikawa Grey #657BA3

Color information

#657BA3 (or 0x657BA3) is unknown color: approx Waikawa Grey. HEX triplet: 65, 7B and A3. RGB value is (101,123,163). Sum of RGB (Red+Green+Blue) = 101+123+163=387 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.10% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 163 (64.06% from 255 or 42.12% from 387); Max value from RGB is 163 - color contains mainly: blue. Hex color #657BA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657BA3 is #9A845C. Grayscale: #787878. Windows color (decimal): -10126429 or 10713957. OLE color: 10713957.

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

Color convert

RGB101123163-
CMYK0.380.2500.36
HSL218.71º25.2%51.76%-
HSV(B)218.71º38.04%63.92%-
XYZ19.0619.5837.42-
YUV120.98151.71113.75-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.10%
GREEN value IS 123 (48.44% from 255) = 31.78%
BLUE value IS 163 (64.06% from 255) = 42.12%
R=26.10%
G=31.78%
B=42.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1011231630.380.2500.36218.7125.251.76
Hex657BA32619024db1934
Octal14517324346310443333164
Binary11001011111011101000111001101100101001001101101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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