#64759B

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

Shades of Waikawa Grey #64759B

Tints of Waikawa Grey #64759B

Color information

#64759B (or 0x64759B) is unknown color: approx Waikawa Grey. HEX triplet: 64, 75 and 9B. RGB value is (100,117,155). Sum of RGB (Red+Green+Blue) = 100+117+155=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 155 - color contains mainly: blue. Hex color #64759B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64759B is #9B8A64. Grayscale: #747474. Windows color (decimal): -10193509 or 10188132. OLE color: 10188132.

HSL color Cylindrical-coordinate representation of color #64759B: hue angle of 221.45º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #64759B is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB100117155-
CMYK0.350.2500.39
HSL221.45º21.57%50%-
HSV(B)221.45º35.48%60.78%-
XYZ17.5317.833.52-
YUV116.25149.87116.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.88%
GREEN value IS 117 (46.09% from 255) = 31.45%
BLUE value IS 155 (60.94% from 255) = 41.67%
R=26.88%
G=31.45%
B=41.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1001171550.350.2500.39221.4521.5750
Hex64759B2319027dd1632
Octal14416523343310473352662
Binary11001001110101100110111000111100101001111101110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64759B; }

 p { color: rgb(100,117,155); }

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

<style>
 a { background-color: #64759B; }

 a { background-color: rgb(100,117,155); }

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

<style>
 span { border-color: #64759B; }

 span { border-color: rgb(100,117,155); }

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