#64738C

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

Shades of Waikawa Grey #64738C

Tints of Waikawa Grey #64738C

Color information

#64738C (or 0x64738C) is unknown color: approx Waikawa Grey. HEX triplet: 64, 73 and 8C. RGB value is (100,115,140). Sum of RGB (Red+Green+Blue) = 100+115+140=355 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.17% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 140 - color contains mainly: blue. Hex color #64738C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64738C is #9B8C73. Grayscale: #717171. Windows color (decimal): -10194036 or 9204580. OLE color: 9204580.

HSL color Cylindrical-coordinate representation of color #64738C: hue angle of 217.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #64738C is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB100115140-
CMYK0.290.1800.45
HSL217.5º16.67%47.06%-
HSV(B)217.5º28.57%54.9%-
XYZ16.1216.8627.22-
YUV113.36143.03118.47-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.17%
GREEN value IS 115 (45.31% from 255) = 32.39%
BLUE value IS 140 (55.08% from 255) = 39.44%
R=28.17%
G=32.39%
B=39.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1001151400.290.1800.45217.516.6747.06
Hex64738C1D1202Dda112f
Octal14416321435220553322157
Binary1100100111001110001100111011001001011011101101010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64738C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,115,140); }

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

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

 a { background-color: rgb(100,115,140); }

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

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

 span { border-color: rgb(100,115,140); }

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