#64718C

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

Shades of Waikawa Grey #64718C

Tints of Waikawa Grey #64718C

Color information

#64718C (or 0x64718C) is unknown color: approx Waikawa Grey. HEX triplet: 64, 71 and 8C. RGB value is (100,113,140). Sum of RGB (Red+Green+Blue) = 100+113+140=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 140 - color contains mainly: blue. Hex color #64718C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64718C is #9B8E73. Grayscale: #707070. Windows color (decimal): -10194548 or 9204068. OLE color: 9204068.

HSL color Cylindrical-coordinate representation of color #64718C: hue angle of 220.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 #64718C is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB100113140-
CMYK0.290.1900.45
HSL220.5º16.67%47.06%-
HSV(B)220.5º28.57%54.9%-
XYZ15.8916.4127.14-
YUV112.19143.69119.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.33%
GREEN value IS 113 (44.53% from 255) = 32.01%
BLUE value IS 140 (55.08% from 255) = 39.66%
R=28.33%
G=32.01%
B=39.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1001131400.290.1900.45220.516.6747.06
Hex64718C1D1302Ddc112f
Octal14416121435230553342157
Binary1100100111000110001100111011001101011011101110010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64718C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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