#64749E

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

Shades of Waikawa Grey #64749E

Tints of Waikawa Grey #64749E

Color information

#64749E (or 0x64749E) is unknown color: approx Waikawa Grey. HEX triplet: 64, 74 and 9E. RGB value is (100,116,158). Sum of RGB (Red+Green+Blue) = 100+116+158=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 158 - color contains mainly: blue. Hex color #64749E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64749E is #9B8B61. Grayscale: #737373. Windows color (decimal): -10193762 or 10384484. OLE color: 10384484.

HSL color Cylindrical-coordinate representation of color #64749E: hue angle of 223.45º 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 #64749E is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB100116158-
CMYK0.370.2700.38
HSL223.45º23.02%50.59%-
HSV(B)223.45º36.71%61.96%-
XYZ17.6717.6734.83-
YUV116151.7116.58-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.74%
GREEN value IS 116 (45.70% from 255) = 31.02%
BLUE value IS 158 (62.11% from 255) = 42.25%
R=26.74%
G=31.02%
B=42.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001161580.370.2700.38223.4523.0250.59
Hex64749E251B026df1733
Octal14416423645330463372763
Binary11001001110100100111101001011101101001101101111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64749E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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