#657AA0

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

Shades of Waikawa Grey #657AA0

Tints of Waikawa Grey #657AA0

Color information

#657AA0 (or 0x657AA0) is unknown color: approx Waikawa Grey. HEX triplet: 65, 7A and A0. RGB value is (101,122,160). Sum of RGB (Red+Green+Blue) = 101+122+160=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 160 (62.89% from 255 or 41.78% from 383); Max value from RGB is 160 - color contains mainly: blue. Hex color #657AA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657AA0 is #9A855F. Grayscale: #777777. Windows color (decimal): -10126688 or 10517093. OLE color: 10517093.

HSL color Cylindrical-coordinate representation of color #657AA0: hue angle of 218.64º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #657AA0 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB101122160-
CMYK0.370.2400.37
HSL218.64º23.69%51.18%-
HSV(B)218.64º36.88%62.75%-
XYZ18.6719.2235.98-
YUV120.05150.54114.41-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.37%
GREEN value IS 122 (48.05% from 255) = 31.85%
BLUE value IS 160 (62.89% from 255) = 41.78%
R=26.37%
G=31.85%
B=41.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1011221600.370.2400.37218.6423.6951.18
Hex657AA02518025db1833
Octal14517224045300453333063
Binary11001011111010101000001001011100001001011101101111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,122,160); }

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

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

 a { background-color: rgb(101,122,160); }

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

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

 span { border-color: rgb(101,122,160); }

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