#64789C

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

Shades of Waikawa Grey #64789C

Tints of Waikawa Grey #64789C

Color information

#64789C (or 0x64789C) is unknown color: approx Waikawa Grey. HEX triplet: 64, 78 and 9C. RGB value is (100,120,156). Sum of RGB (Red+Green+Blue) = 100+120+156=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 156 - color contains mainly: blue. Hex color #64789C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64789C is #9B8763. Grayscale: #757575. Windows color (decimal): -10192740 or 10254436. OLE color: 10254436.

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

Color convert

RGB100120156-
CMYK0.360.2300.39
HSL218.57º22.05%50.2%-
HSV(B)218.57º35.9%61.18%-
XYZ17.9718.5434.08-
YUV118.12149.37115.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.60%
GREEN value IS 120 (47.27% from 255) = 31.91%
BLUE value IS 156 (61.33% from 255) = 41.49%
R=26.60%
G=31.91%
B=41.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1001201560.360.2300.39218.5722.0550.2
Hex64789C2417027db1632
Octal14417023444270473332662
Binary11001001111000100111001001001011101001111101101110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64789C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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