#64718F

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

Shades of Waikawa Grey #64718F

Tints of Waikawa Grey #64718F

Color information

#64718F (or 0x64718F) is unknown color: approx Waikawa Grey. HEX triplet: 64, 71 and 8F. RGB value is (100,113,143). Sum of RGB (Red+Green+Blue) = 100+113+143=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 143 (56.25% from 255 or 40.17% from 356); Max value from RGB is 143 - color contains mainly: blue. Hex color #64718F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64718F is #9B8E70. Grayscale: #707070. Windows color (decimal): -10194545 or 9400676. OLE color: 9400676.

HSL color Cylindrical-coordinate representation of color #64718F: hue angle of 221.86º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #64718F is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB100113143-
CMYK0.300.2100.44
HSL221.86º17.7%47.65%-
HSV(B)221.86º30.07%56.08%-
XYZ16.1216.528.32-
YUV112.53145.19119.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.09%
GREEN value IS 113 (44.53% from 255) = 31.74%
BLUE value IS 143 (56.25% from 255) = 40.17%
R=28.09%
G=31.74%
B=40.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1001131430.300.2100.44221.8617.747.65
Hex64718F1E1502Cde1230
Octal14416121736250543362260
Binary1100100111000110001111111101010101011001101111010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64718F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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