#64749C

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

Shades of Waikawa Grey #64749C

Tints of Waikawa Grey #64749C

Color information

#64749C (or 0x64749C) is unknown color: approx Waikawa Grey. HEX triplet: 64, 74 and 9C. RGB value is (100,116,156). Sum of RGB (Red+Green+Blue) = 100+116+156=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 156 - color contains mainly: blue. Hex color #64749C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64749C is #9B8B63. Grayscale: #737373. Windows color (decimal): -10193764 or 10253412. OLE color: 10253412.

HSL color Cylindrical-coordinate representation of color #64749C: hue angle of 222.86º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #64749C is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB100116156-
CMYK0.360.2600.39
HSL222.86º22.05%50.2%-
HSV(B)222.86º35.9%61.18%-
XYZ17.517.633.93-
YUV115.78150.7116.75-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.88%
GREEN value IS 116 (45.70% from 255) = 31.18%
BLUE value IS 156 (61.33% from 255) = 41.94%
R=26.88%
G=31.18%
B=41.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1001161560.360.2600.39222.8622.0550.2
Hex64749C241A027df1632
Octal14416423444320473372662
Binary11001001110100100111001001001101001001111101111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64749C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64749C; }

 p { color: rgb(100,116,156); }

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

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

 a { background-color: rgb(100,116,156); }

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

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

 span { border-color: rgb(100,116,156); }

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