#64719D

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

Shades of Waikawa Grey #64719D

Tints of Waikawa Grey #64719D

Color information

#64719D (or 0x64719D) is unknown color: approx Waikawa Grey. HEX triplet: 64, 71 and 9D. RGB value is (100,113,157). Sum of RGB (Red+Green+Blue) = 100+113+157=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 157 - color contains mainly: blue. Hex color #64719D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64719D is #9B8E62. Grayscale: #717171. Windows color (decimal): -10194531 or 10318180. OLE color: 10318180.

HSL color Cylindrical-coordinate representation of color #64719D: hue angle of 226.32º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #64719D is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB100113157-
CMYK0.360.2800.38
HSL226.32º22.53%50.39%-
HSV(B)226.32º36.31%61.57%-
XYZ17.2516.9534.26-
YUV114.13152.19117.92-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.03%
GREEN value IS 113 (44.53% from 255) = 30.54%
BLUE value IS 157 (61.72% from 255) = 42.43%
R=27.03%
G=30.54%
B=42.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001131570.360.2800.38226.3222.5350.39
Hex64719D241C026e21732
Octal14416123544340463422762
Binary11001001110001100111011001001110001001101110001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64719D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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