#64799F

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

Shades of Waikawa Grey #64799F

Tints of Waikawa Grey #64799F

Color information

#64799F (or 0x64799F) is unknown color: approx Waikawa Grey. HEX triplet: 64, 79 and 9F. RGB value is (100,121,159). Sum of RGB (Red+Green+Blue) = 100+121+159=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 159 - color contains mainly: blue. Hex color #64799F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64799F is #9B8660. Grayscale: #767676. Windows color (decimal): -10192481 or 10451300. OLE color: 10451300.

HSL color Cylindrical-coordinate representation of color #64799F: hue angle of 218.64º 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 #64799F is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB100121159-
CMYK0.370.2400.38
HSL218.64º23.51%50.78%-
HSV(B)218.64º37.11%62.35%-
XYZ18.3518.8935.48-
YUV119.05150.54114.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.32%
GREEN value IS 121 (47.66% from 255) = 31.84%
BLUE value IS 159 (62.5% from 255) = 41.84%
R=26.32%
G=31.84%
B=41.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001211590.370.2400.38218.6423.5150.78
Hex64799F2518026db1833
Octal14417123745300463333063
Binary11001001111001100111111001011100001001101101101111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64799F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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