#64719E

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

Shades of Waikawa Grey #64719E

Tints of Waikawa Grey #64719E

Color information

#64719E (or 0x64719E) is unknown color: approx Waikawa Grey. HEX triplet: 64, 71 and 9E. RGB value is (100,113,158). Sum of RGB (Red+Green+Blue) = 100+113+158=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 158 - color contains mainly: blue. Hex color #64719E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64719E is #9B8E61. Grayscale: #727272. Windows color (decimal): -10194530 or 10383716. OLE color: 10383716.

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

Color convert

RGB100113158-
CMYK0.370.2800.38
HSL226.55º23.02%50.59%-
HSV(B)226.55º36.71%61.96%-
XYZ17.3316.9934.71-
YUV114.24152.69117.84-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.95%
GREEN value IS 113 (44.53% from 255) = 30.46%
BLUE value IS 158 (62.11% from 255) = 42.59%
R=26.95%
G=30.46%
B=42.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001131580.370.2800.38226.5523.0250.59
Hex64719E251C026e31733
Octal14416123645340463432763
Binary11001001110001100111101001011110001001101110001110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64719E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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