#64738E

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

Shades of Waikawa Grey #64738E

Tints of Waikawa Grey #64738E

Color information

#64738E (or 0x64738E) is unknown color: approx Waikawa Grey. HEX triplet: 64, 73 and 8E. RGB value is (100,115,142). Sum of RGB (Red+Green+Blue) = 100+115+142=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 142 - color contains mainly: blue. Hex color #64738E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64738E is #9B8C71. Grayscale: #717171. Windows color (decimal): -10194034 or 9335652. OLE color: 9335652.

HSL color Cylindrical-coordinate representation of color #64738E: hue angle of 218.57º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #64738E is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB100115142-
CMYK0.300.1900.44
HSL218.57º17.36%47.45%-
HSV(B)218.57º29.58%55.69%-
XYZ16.2716.9228-
YUV113.59144.03118.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.01%
GREEN value IS 115 (45.31% from 255) = 32.21%
BLUE value IS 142 (55.86% from 255) = 39.78%
R=28.01%
G=32.21%
B=39.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1001151420.300.1900.44218.5717.3647.45
Hex64738E1E1302Cdb112f
Octal14416321636230543332157
Binary1100100111001110001110111101001101011001101101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64738E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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