#64739D

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

Shades of Waikawa Grey #64739D

Tints of Waikawa Grey #64739D

Color information

#64739D (or 0x64739D) is unknown color: approx Waikawa Grey. HEX triplet: 64, 73 and 9D. RGB value is (100,115,157). Sum of RGB (Red+Green+Blue) = 100+115+157=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 157 - color contains mainly: blue. Hex color #64739D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64739D is #9B8C62. Grayscale: #737373. Windows color (decimal): -10194019 or 10318692. OLE color: 10318692.

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

Color convert

RGB100115157-
CMYK0.360.2700.38
HSL224.21º22.53%50.39%-
HSV(B)224.21º36.31%61.57%-
XYZ17.4717.4134.34-
YUV115.3151.53117.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.88%
GREEN value IS 115 (45.31% from 255) = 30.91%
BLUE value IS 157 (61.72% from 255) = 42.20%
R=26.88%
G=30.91%
B=42.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001151570.360.2700.38224.2122.5350.39
Hex64739D241B026e01732
Octal14416323544330463402762
Binary11001001110011100111011001001101101001101110000010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64739D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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