#64758B

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

Shades of Waikawa Grey #64758B

Tints of Waikawa Grey #64758B

Color information

#64758B (or 0x64758B) is unknown color: approx Waikawa Grey. HEX triplet: 64, 75 and 8B. RGB value is (100,117,139). Sum of RGB (Red+Green+Blue) = 100+117+139=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 139 - color contains mainly: blue. Hex color #64758B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64758B is #9B8A74. Grayscale: #727272. Windows color (decimal): -10193525 or 9139556. OLE color: 9139556.

HSL color Cylindrical-coordinate representation of color #64758B: hue angle of 213.85º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #64758B is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB100117139-
CMYK0.280.1600.45
HSL213.85º16.32%46.86%-
HSV(B)213.85º28.06%54.51%-
XYZ16.2817.326.91-
YUV114.43141.87117.71-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.09%
GREEN value IS 117 (46.09% from 255) = 32.87%
BLUE value IS 139 (54.69% from 255) = 39.04%
R=28.09%
G=32.87%
B=39.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1001171390.280.1600.45213.8516.3246.86
Hex64758B1C1002Dd6102f
Octal14416521334200553262057
Binary1100100111010110001011111001000001011011101011010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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