#64789D

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

Shades of Waikawa Grey #64789D

Tints of Waikawa Grey #64789D

Color information

#64789D (or 0x64789D) is unknown color: approx Waikawa Grey. HEX triplet: 64, 78 and 9D. RGB value is (100,120,157). Sum of RGB (Red+Green+Blue) = 100+120+157=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 157 - color contains mainly: blue. Hex color #64789D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64789D is #9B8762. Grayscale: #767676. Windows color (decimal): -10192739 or 10319972. OLE color: 10319972.

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

Color convert

RGB100120157-
CMYK0.360.2400.38
HSL218.95º22.53%50.39%-
HSV(B)218.95º36.31%61.57%-
XYZ18.0618.5834.53-
YUV118.24149.87114.99-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.53%
GREEN value IS 120 (47.27% from 255) = 31.83%
BLUE value IS 157 (61.72% from 255) = 41.64%
R=26.53%
G=31.83%
B=41.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001201570.360.2400.38218.9522.5350.39
Hex64789D2418026db1732
Octal14417023544300463332762
Binary11001001111000100111011001001100001001101101101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64789D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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