#64779F

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

Shades of Waikawa Grey #64779F

Tints of Waikawa Grey #64779F

Color information

#64779F (or 0x64779F) is unknown color: approx Waikawa Grey. HEX triplet: 64, 77 and 9F. RGB value is (100,119,159). Sum of RGB (Red+Green+Blue) = 100+119+159=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 159 - color contains mainly: blue. Hex color #64779F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64779F is #9B8860. Grayscale: #757575. Windows color (decimal): -10192993 or 10450788. OLE color: 10450788.

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

Color convert

RGB100119159-
CMYK0.370.2500.38
HSL220.68º23.51%50.78%-
HSV(B)220.68º37.11%62.35%-
XYZ18.1118.4135.4-
YUV117.88151.21115.25-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.46%
GREEN value IS 119 (46.88% from 255) = 31.48%
BLUE value IS 159 (62.5% from 255) = 42.06%
R=26.46%
G=31.48%
B=42.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001191590.370.2500.38220.6823.5150.78
Hex64779F2519026dd1833
Octal14416723745310463353063
Binary11001001110111100111111001011100101001101101110111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64779F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64779F; }

 p { color: rgb(100,119,159); }

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

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

 a { background-color: rgb(100,119,159); }

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

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

 span { border-color: rgb(100,119,159); }

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