#64708D

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

Shades of Waikawa Grey #64708D

Tints of Waikawa Grey #64708D

Color information

#64708D (or 0x64708D) is unknown color: approx Waikawa Grey. HEX triplet: 64, 70 and 8D. RGB value is (100,112,141). Sum of RGB (Red+Green+Blue) = 100+112+141=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 141 - color contains mainly: blue. Hex color #64708D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64708D is #9B8F72. Grayscale: #6F6F6F. Windows color (decimal): -10194803 or 9269348. OLE color: 9269348.

HSL color Cylindrical-coordinate representation of color #64708D: hue angle of 222.44º 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 #64708D is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB100112141-
CMYK0.290.2100.45
HSL222.44º17.01%47.25%-
HSV(B)222.44º29.08%55.29%-
XYZ15.8616.2227.49-
YUV111.72144.52119.64-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.33%
GREEN value IS 112 (44.14% from 255) = 31.73%
BLUE value IS 141 (55.47% from 255) = 39.94%
R=28.33%
G=31.73%
B=39.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1001121410.290.2100.45222.4417.0147.25
Hex64708D1D1502Dde112f
Octal14416021535250553362157
Binary1100100111000010001101111011010101011011101111010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64708D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,112,141); }

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

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

 a { background-color: rgb(100,112,141); }

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

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

 span { border-color: rgb(100,112,141); }

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