#657696

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

Shades of Waikawa Grey #657696

Tints of Waikawa Grey #657696

Color information

#657696 (or 0x657696) is unknown color: approx Waikawa Grey. HEX triplet: 65, 76 and 96. RGB value is (101,118,150). Sum of RGB (Red+Green+Blue) = 101+118+150=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 150 (58.98% from 255 or 40.65% from 369); Max value from RGB is 150 - color contains mainly: blue. Hex color #657696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657696 is #9A8969. Grayscale: #747474. Windows color (decimal): -10127722 or 9860709. OLE color: 9860709.

HSL color Cylindrical-coordinate representation of color #657696: hue angle of 219.18º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #657696 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB101118150-
CMYK0.330.2100.41
HSL219.18º19.52%49.22%-
HSV(B)219.18º32.67%58.82%-
XYZ17.3517.9331.4-
YUV116.56146.87116.9-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.37%
GREEN value IS 118 (46.48% from 255) = 31.98%
BLUE value IS 150 (58.98% from 255) = 40.65%
R=27.37%
G=31.98%
B=40.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1011181500.330.2100.41219.1819.5249.22
Hex6576962115029db1431
Octal14516622641250513332461
Binary11001011110110100101101000011010101010011101101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657696; }

 p { color: rgb(101,118,150); }

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

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

 a { background-color: rgb(101,118,150); }

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

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

 span { border-color: rgb(101,118,150); }

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