#64708B

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

Shades of Waikawa Grey #64708B

Tints of Waikawa Grey #64708B

Color information

#64708B (or 0x64708B) is unknown color: approx Waikawa Grey. HEX triplet: 64, 70 and 8B. RGB value is (100,112,139). Sum of RGB (Red+Green+Blue) = 100+112+139=351 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.49% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 139 - color contains mainly: blue. Hex color #64708B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64708B is #9B8F74. Grayscale: #6F6F6F. Windows color (decimal): -10194805 or 9138276. OLE color: 9138276.

HSL color Cylindrical-coordinate representation of color #64708B: hue angle of 221.54º 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 #64708B is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB100112139-
CMYK0.280.1900.45
HSL221.54º16.32%46.86%-
HSV(B)221.54º28.06%54.51%-
XYZ15.7116.1626.72-
YUV111.49143.52119.8-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.49%
GREEN value IS 112 (44.14% from 255) = 31.91%
BLUE value IS 139 (54.69% from 255) = 39.60%
R=28.49%
G=31.91%
B=39.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1001121390.280.1900.45221.5416.3246.86
Hex64708B1C1302Dde102f
Octal14416021334230553362057
Binary1100100111000010001011111001001101011011101111010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64708B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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