#64759E

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

Shades of Waikawa Grey #64759E

Tints of Waikawa Grey #64759E

Color information

#64759E (or 0x64759E) is unknown color: approx Waikawa Grey. HEX triplet: 64, 75 and 9E. RGB value is (100,117,158). Sum of RGB (Red+Green+Blue) = 100+117+158=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 158 - color contains mainly: blue. Hex color #64759E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64759E is #9B8A61. Grayscale: #747474. Windows color (decimal): -10193506 or 10384740. OLE color: 10384740.

HSL color Cylindrical-coordinate representation of color #64759E: hue angle of 222.41º degrees, saturation: 0.23, 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 #64759E is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB100117158-
CMYK0.370.2600.38
HSL222.41º23.02%50.59%-
HSV(B)222.41º36.71%61.96%-
XYZ17.7917.934.87-
YUV116.59151.37116.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.67%
GREEN value IS 117 (46.09% from 255) = 31.2%
BLUE value IS 158 (62.11% from 255) = 42.13%
R=26.67%
G=31.2%
B=42.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001171580.370.2600.38222.4123.0250.59
Hex64759E251A026de1733
Octal14416523645320463362763
Binary11001001110101100111101001011101001001101101111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64759E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64759E; }

 p { color: rgb(100,117,158); }

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

<style>
 a { background-color: #64759E; }

 a { background-color: rgb(100,117,158); }

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

<style>
 span { border-color: #64759E; }

 span { border-color: rgb(100,117,158); }

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