#64709D

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

Shades of Waikawa Grey #64709D

Tints of Waikawa Grey #64709D

Color information

#64709D (or 0x64709D) is unknown color: approx Waikawa Grey. HEX triplet: 64, 70 and 9D. RGB value is (100,112,157). Sum of RGB (Red+Green+Blue) = 100+112+157=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 157 - color contains mainly: blue. Hex color #64709D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64709D is #9B8F62. Grayscale: #717171. Windows color (decimal): -10194787 or 10317924. OLE color: 10317924.

HSL color Cylindrical-coordinate representation of color #64709D: hue angle of 227.37º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #64709D is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB100112157-
CMYK0.360.2900.38
HSL227.37º22.53%50.39%-
HSV(B)227.37º36.31%61.57%-
XYZ17.1416.7334.22-
YUV113.54152.52118.34-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.10%
GREEN value IS 112 (44.14% from 255) = 30.35%
BLUE value IS 157 (61.72% from 255) = 42.55%
R=27.10%
G=30.35%
B=42.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001121570.360.2900.38227.3722.5350.39
Hex64709D241D026e31732
Octal14416023544350463432762
Binary11001001110000100111011001001110101001101110001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64709D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64709D; }

 p { color: rgb(100,112,157); }

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

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

 a { background-color: rgb(100,112,157); }

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

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

 span { border-color: rgb(100,112,157); }

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