#646E84

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

Shades of Waikawa Grey #646E84

Tints of Waikawa Grey #646E84

Color information

#646E84 (or 0x646E84) is unknown color: approx Waikawa Grey. HEX triplet: 64, 6E and 84. RGB value is (100,110,132). Sum of RGB (Red+Green+Blue) = 100+110+132=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 132 (51.95% from 255 or 38.60% from 342); Max value from RGB is 132 - color contains mainly: blue. Hex color #646E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646E84 is #9B917B. Grayscale: #6D6D6D. Windows color (decimal): -10195324 or 8679012. OLE color: 8679012.

HSL color Cylindrical-coordinate representation of color #646E84: hue angle of 221.25º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #646E84 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB100110132-
CMYK0.240.1700.48
HSL221.25º13.79%45.49%-
HSV(B)221.25º24.24%51.76%-
XYZ1515.5324.04-
YUV109.52140.69121.21-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.24%
GREEN value IS 110 (43.36% from 255) = 32.16%
BLUE value IS 132 (51.95% from 255) = 38.60%
R=29.24%
G=32.16%
B=38.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1001101320.240.1700.48221.2513.7945.49
Hex646E841811030dde2d
Octal14415620430210603351655
Binary110010011011101000010011000100010110000110111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646E84; }

 p { color: rgb(100,110,132); }

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

<style>
 a { background-color: #646E84; }

 a { background-color: rgb(100,110,132); }

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

<style>
 span { border-color: #646E84; }

 span { border-color: rgb(100,110,132); }

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